Skip to content

Instantly share code, notes, and snippets.

@yeliu84
Last active September 26, 2015 12:48
Show Gist options
  • Save yeliu84/1100073 to your computer and use it in GitHub Desktop.
Save yeliu84/1100073 to your computer and use it in GitHub Desktop.
Generate MAC address
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