Skip to content

Instantly share code, notes, and snippets.

@scemama
Created March 22, 2015 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scemama/b24a2ecbe183e3f1b860 to your computer and use it in GitHub Desktop.
Save scemama/b24a2ecbe183e3f1b860 to your computer and use it in GitHub Desktop.
Change MAC address
ifconfig eth0 down
ifconfig eth0 hw ether 00:90:27:3b:ef:ce
ifconfig eth0 up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment