Skip to content

Instantly share code, notes, and snippets.

@ThiagoGarciaAlves
Created June 29, 2017 17:51
Show Gist options
  • Select an option

  • Save ThiagoGarciaAlves/84c88a72887a6530f965a725358a2ba4 to your computer and use it in GitHub Desktop.

Select an option

Save ThiagoGarciaAlves/84c88a72887a6530f965a725358a2ba4 to your computer and use it in GitHub Desktop.
Command to get the self ip in linux
hostname -I | awk '{print $1}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment