Skip to content

Instantly share code, notes, and snippets.

@pavelpower
Created November 13, 2015 12:03
Show Gist options
  • Save pavelpower/37310ba1505c136f819c to your computer and use it in GitHub Desktop.
Save pavelpower/37310ba1505c136f819c to your computer and use it in GitHub Desktop.
Small help for web-development

Check ip adress and MAC in ubuntu

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