Skip to content

Instantly share code, notes, and snippets.

@aonurdemir
Last active February 5, 2018 15:13
Show Gist options
  • Save aonurdemir/d926e0019c7bd0292ecd7128a2faaad2 to your computer and use it in GitHub Desktop.
Save aonurdemir/d926e0019c7bd0292ecd7128a2faaad2 to your computer and use it in GitHub Desktop.
Find server ip
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