Skip to content

Instantly share code, notes, and snippets.

View dancocos's full-sized avatar

Dan Cocos dancocos

View GitHub Profile
@dancocos
dancocos / .list
Created March 3, 2021 15:47
List of Clients for DHIS2 for goaccess
AWS Security Scanner AWS
Dhis2 AndroidApp
Postman Postman
Microsoft Office OfficeApps
Microsoft.Data.Mashup MSDataMashup
azure-data-factory AzureDataFactory
@dancocos
dancocos / keybase.md
Created June 2, 2015 19:39
keybase.md

Keybase proof

I hereby claim:

  • I am dancocos on github.
  • I am dancocos (https://keybase.io/dancocos) on keybase.
  • I have a public key whose fingerprint is B9C2 05C3 A979 9A13 0FF6 35B1 AE5D B092 1D00 C5AC

To claim this, I am signing this object:

/*Blocks stupid lightboxes*/
#TB_window {
display:none;
z-index:-1;
}
#TB_overlay {
display:none;
z-index:-1;
}
07:16:23|local:dan$brew install --with-homebrew-openssl subversion17
==> Downloading http://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.7.11.tar.bz2
Already downloaded: /Library/Caches/Homebrew/subversion17-1.7.11.tar.bz2
Error: undefined local variable or method `superbin' for subversion17:Subversion17
Please report this bug:
https://github.com/mxcl/homebrew/wiki/troubleshooting
/usr/local/Library/Formula/subversion17.rb:58:in `apr_bin'
/usr/local/Library/Formula/subversion17.rb:85:in `install'
/usr/local/Library/Homebrew/build.rb:172:in `install'
/usr/local/Library/Homebrew/formula.rb:239:in `brew'
@dancocos
dancocos / .profile
Last active January 19, 2024 15:36
My bash profile
#Stops macOS from telling me to use zsh
export BASH_SILENCE_DEPRECATION_WARNING=1
#Everywhere I keep executable filese
export PATH=/Users/dan/bin:/opt/homebrew/bin:/Users/dan/Dropbox/bin:$PATH:/Users/dan/Library/Android/sdk/platform-tools:/Users/dan/Library/Python/3.9/bin
export LESS="-eirMX"r
PATH="/usr/local/bin:$PATH:/Users/dan/.cargo/bin"
eval "$(/opt/homebrew/bin/brew shellenv)"
[[ -r "/opt/homebrew/etc/profile.d/bash_completion.sh" ]] && . "/opt/homebrew/etc/profile.d/bash_completion.sh"
export HOMEBREW_NO_AUTO_UPDATE=1