Skip to content

Instantly share code, notes, and snippets.

@CharGrnmn
Created July 25, 2019 08:47
Show Gist options
  • Select an option

  • Save CharGrnmn/b0480ede66e8dc7508066c14ca07baec to your computer and use it in GitHub Desktop.

Select an option

Save CharGrnmn/b0480ede66e8dc7508066c14ca07baec to your computer and use it in GitHub Desktop.
How to get ip address for your current ubuntu server
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