Skip to content

Instantly share code, notes, and snippets.

@eddiejaoude
Created August 9, 2024 14:04
Show Gist options
  • Save eddiejaoude/2e255858dd1e2f08dafb500b97cd752e to your computer and use it in GitHub Desktop.
Save eddiejaoude/2e255858dd1e2f08dafb500b97cd752e to your computer and use it in GitHub Desktop.
Change Apple MAC address

Reset MAC address

  • Free wifi on the ferry
  • MacBook Pro
openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//'
sudo ifconfig en0 ether 2e:02:ed:a1:3c:e9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment