Created
October 30, 2008 15:02
-
-
Save dstrelau/21034 to your computer and use it in GitHub Desktop.
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
alias ip-address="ifconfig eth0 | egrep 'inet[^6]' | awk '{print \$2}' | cut -c6-" | |
alias apt-install='sudo apt-get install' | |
alias apt-remove='sudo apt-get remove' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment