Created
February 24, 2016 12:42
-
-
Save csik/651e35ecfbbcddcbd9f9 to your computer and use it in GitHub Desktop.
A quick way to randomly change your mac address (os x) -- great for airports.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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