Skip to content

Instantly share code, notes, and snippets.

@Silica163
Created July 31, 2024 14:55
Show Gist options
  • Select an option

  • Save Silica163/2c98a6707ac840d3216b4b492677d0ed to your computer and use it in GitHub Desktop.

Select an option

Save Silica163/2c98a6707ac840d3216b4b492677d0ed to your computer and use it in GitHub Desktop.
Mac Adddress Generator for Qemu virtual machine.
#/bin/sh
printf "52:54:%02x:%02x:%02x:%02x\n" $(($RANDOM & 255)) $(($RANDOM & 255)) $(($RANDOM & 255)) $(($RANDOM & 255))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment