Skip to content

Instantly share code, notes, and snippets.

@fagci
Created December 3, 2022 06:48
Show Gist options
  • Save fagci/65d89a85dcc8b5101a988e9a0d3fe0ac to your computer and use it in GitHub Desktop.
Save fagci/65d89a85dcc8b5101a988e9a0d3fe0ac to your computer and use it in GitHub Desktop.
Random MAC address urandom
tr -dc 'A-F0-9' < /dev/urandom \
| head -c 12 \
| sed 's/..\B/&:/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment