Skip to content

Instantly share code, notes, and snippets.

@fizerkhan
Last active August 29, 2015 14:15
Show Gist options
  • Select an option

  • Save fizerkhan/fc5be99cfe3adafd2778 to your computer and use it in GitHub Desktop.

Select an option

Save fizerkhan/fc5be99cfe3adafd2778 to your computer and use it in GitHub Desktop.
Digital Ocean Tips

Tips

To know the IP address

ip addr show eth0 | grep inet | awk '{ print $2; }' | sed 's/\/.*$//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment