Created
April 19, 2019 14:22
-
-
Save SergioGeeK7/3eaaa71ee8aa97c87b5267b10aa6d5e2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# current | |
ifconfig en0 |grep ether | |
openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//' | |
sudo ifconfig en0 ether [randomNumber] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment