Skip to content

Instantly share code, notes, and snippets.

@danielestevez
Created March 7, 2016 08:57
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 danielestevez/db87d4417971d11a52ed to your computer and use it in GitHub Desktop.
Save danielestevez/db87d4417971d11a52ed to your computer and use it in GitHub Desktop.
alias mvi='mvn clean install -Dtest.suite=none -Dit.suite=none -fae -T1C'
alias mvall='mvn clean install -Dtest.suite=all -Dit.suite=all -fae -T1C'
alias mvallf='mvan clean install -Dtest.suite=all -Dit.suite=all -ff -T1C'
alias mvndep='mvn cargo:deployer-redeploy'
alias psg='ps -ef | grep $1'
alias sk='sudo kill -9 $1'
alias sshi='ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment