Skip to content

Instantly share code, notes, and snippets.

@ptasker
Created February 18, 2013 17:44
Show Gist options
  • Select an option

  • Save ptasker/4979155 to your computer and use it in GitHub Desktop.

Select an option

Save ptasker/4979155 to your computer and use it in GitHub Desktop.
POSIX commands that are helpful
Get IP add of server Ubuntu 12.04 - ifconfig eth0 | grep inet | awk '{ print $2 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment