Skip to content

Instantly share code, notes, and snippets.

@alacambra
Last active April 25, 2017 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alacambra/2595f1ceb77844daf547 to your computer and use it in GitHub Desktop.
Save alacambra/2595f1ceb77844daf547 to your computer and use it in GitHub Desktop.
bashrc and bash_aliases
### DOCKER ####
alias sshadd="eval 'ssh-agent -s'"
alias deleteContainerDocker='docker rm $(docker ps -a -q)'
alias deleteImagesDocker='docker rmi $(docker images -q)'
alias testPoolingpeopleWildFly9992Tunnel='ssh -N -L 9992:127.0.0.1:9990 ubuntu@test.poolingpeople.com'
alias testPoolingpeopleNeo7475Tunnel='ssh -N -L 7475:127.0.0.1:7474 ubuntu@test.poolingpeople.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment