Skip to content

Instantly share code, notes, and snippets.

@saberma
Created April 2, 2010 06:18
Show Gist options
  • Save saberma/352828 to your computer and use it in GitHub Desktop.
Save saberma/352828 to your computer and use it in GitHub Desktop.
useful command in bash
alias xp="VBoxManage startvm winxp"
alias g="git status"
alias zbs="cd ~/Documents/zbs && vim"
alias sqmy="cd ~/Documents/sqmy && vim"
alias r="sudo kill -9 `ps -A | grep mem | awk '{print $1}'` && memcached -m 20 -d && mongrel_rails restart"
export AUTOFEATURE=true
#use mxmlc to compile flex source
export FLEX_HOME=/usr/local/flex
export PATH=$PATH:$FLEX_HOME/bin
#we doesn't use require 'rubygems'
export RUBYOPT="rubygems"
deb http://tw.archive.ubuntu.com/ubuntu lucid main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu lucid-security main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu lucid-updates main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu lucid-backports main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu lucid-proposed main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu lucid main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu lucid-security main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu lucid-updates main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu lucid-backports main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu lucid-proposed main restricted universe multiverse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment