Skip to content

Instantly share code, notes, and snippets.

@eye9poob
Created January 16, 2015 18:03
Show Gist options
  • Save eye9poob/89cee58974d323763f93 to your computer and use it in GitHub Desktop.
Save eye9poob/89cee58974d323763f93 to your computer and use it in GitHub Desktop.
generate random mac adress
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