Skip to content

Instantly share code, notes, and snippets.

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 jhildensperger/3da6240c55b7ce80f0b1a4d8cddb1ac7 to your computer and use it in GitHub Desktop.
Save jhildensperger/3da6240c55b7ce80f0b1a4d8cddb1ac7 to your computer and use it in GitHub Desktop.
change mac address
sudo ifconfig en0 ether `openssl rand -hex 6 | sed "s/\(..\)/\1:/g;s/.$//"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment