Created
November 30, 2011 13:40
-
-
Save abdul-shajin/1409089 to your computer and use it in GitHub Desktop.
My aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gist for | |
alias m='xwit -iconify' | |
alias log='tail -f log/development.log -n 100' | |
alias logp='tail -f log/production.log' | |
alias rd='rdesktop 50.57.123.120 -u "administrator" -p "123456"' | |
alias go='exit' | |
alias shajin='ps -ef|grep ruby' | |
alias kola='kill -9' | |
alias pt='echo "Process at 3000 port is" && lsof -i tcp:3000|grep *.3000' | |
alias g='gnome-open' | |
alias pp='lsof -ti tcp:3000 | xargs kill -9 && echo "process killed"' | |
alias xk='xkill' | |
alias api='firefox file:///home/shajin/Downloads/rdoc/index.html' | |
alias as='/opt/aptana/Aptana\ Studio\ 3/AptanaStudio3' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment