Created
November 15, 2012 22:49
-
-
Save timoschilling/4082060 to your computer and use it in GitHub Desktop.
create random mac addresses
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
| sudo ifconfig en0 ether `ruby -e "puts '00:'+(1..5).map{rand(128).to_s(16)}.join(':')"` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment