Skip to content

Instantly share code, notes, and snippets.

@dstrelau
Created October 30, 2008 15:02
Show Gist options
  • Save dstrelau/21034 to your computer and use it in GitHub Desktop.
Save dstrelau/21034 to your computer and use it in GitHub Desktop.
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