Skip to content

Instantly share code, notes, and snippets.

@IGZalbertogregoris
Created December 19, 2013 12:03
Show Gist options
  • Save IGZalbertogregoris/8038166 to your computer and use it in GitHub Desktop.
Save IGZalbertogregoris/8038166 to your computer and use it in GitHub Desktop.
Get private ip address
hostname -I | cut -d ' ' -f 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment