Skip to content

Instantly share code, notes, and snippets.

@rbuels
Created October 21, 2009 19:46
Show Gist options
  • Select an option

  • Save rbuels/215400 to your computer and use it in GitHub Desktop.

Select an option

Save rbuels/215400 to your computer and use it in GitHub Desktop.
alias lr='find | grep -v .svn | grep -v ~$'
alias df='df -h'
alias s='cd ..'
alias ss='cd ../..'
alias sss='cd ../../..'
alias scp='scp -C'
alias wifi='sudo /root/bin/wifi'
alias ifconfig='sudo ifconfig'
alias iwconfig='sudo iwconfig'
alias ifup='sudo ifup'
alias ifdown='sudo ifdown'
alias ssh-agent="ssh-agent sh -c 'ssh-add < /dev/null && bash'"
alias ssa="ssh-agent sh -c 'ssh-add < /dev/null && bash'"
alias mm='mysql -u insert -p';
alias mmr='mysql -u root -p';
alias mmw='mysql -u web_usr --password=tomato';
alias ppw='psql -h localhost -U web_usr -p 5432 -d cxgn'
alias ppr='psql -h localhost -U rob -p 5432 -d cxgn'
alias ppp='sudo -u postgres psql cxgn';
alias fuck='sudo apt-get remove';
alias gaim='gaim -a'
alias gmplayer='gmplayer -vo gl -ao alsa -dvd-device /dev/cdrom';
alias cdrecord='cdrecord -v';
alias svnmlog='svn log --stop-on-copy'
alias chmog='chmod'
alias checkssh="ps a | grep 'ssh ' | grep -v 'grep'"
alias checkagent='env | grep SSH_AUTH_SOCK'
alias pb=podbrowser
alias ar='sudo apache-perlctl restart'
alias bpath='export PATH=$PATH:/data/shared/blast/blast_program';
alias sshdh='ssh thowley@teresahowley.dreamhosters.com';
alias wilhelm='xmms /home/rob/media/wilhelm.wav'
alias googlefingers='xmms --toggle-repeat=off /home/rob/media/samtwitch.wav'
alias iwlist='sudo iwlist'
alias xemacs='xemacs21'
alias emacs='xemacs21'
alias qget='wget -O -'
alias radeon_fast='sudo ~/bin/rovclock -c 317.25 -m 209.25'
alias radeon_slow='sudo ~/bin/rovclock -c 100 -m 100'
alias hyotunnel='ssh -o ServerAliveInterval=60 -L 8081:solanine:80 -L 8080:internal:80 -L 5432:localhost:5432 hyoscine.sgn.cornell.edu'
alias statall='svn status ~/perllib/postgres ~/sweb ~/sgn-tools'
alias commandos='wine ~/.wine/drive_c/Program\ Files/Eidos\ Interactive/Pyro/Commandos/Comandos.exe'
alias xmmp="xmodmap -e 'pointer = 1 9 3 4 5 7 6 8 2 10 11 12 13 14 15 16 17 18 19 20'"
alias pd='perldoc'
alias cs='./script/*_server.pl -d -r'
alias cc=./script/*_create.pl
alias ct=./script/*_test.pl
alias cst=./script/*_stage.pl
alias ccp='prove --lib lib'
alias tidy='perltidy -b'
alias sgntail='sudo tail -f logs/*-error.log'
alias a2tail='cd /var/log/apache2; sudo tail -f error.log; cd -'
alias worklog='worklog ~/log/worklog.conf ~/log/log.txt'
alias wcat='wget -O -'
alias tw=twidge
alias twl='twidge lsrecent -su'
alias twu='twidge update'
alias prove='prove -w'
alias svnclean='rm -rf `svn st | grep "^?" | pcut -f 1`'
alias svnbranch="svn info | grep URL | perl -E '(\$b)= <> =~ m|branches/([^/]+)|; chomp \$b; say \"* \$b\"'"
alias gs='git status'
alias gd='git diff'
alias gdc='git diff --cached'
alias realias='$EDITOR ~/.bash_aliases; source ~/.bash_aliases'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment