Skip to content

Instantly share code, notes, and snippets.

@Ferdy89
Created April 26, 2014 00:14
Show Gist options
  • Save Ferdy89/11307781 to your computer and use it in GitHub Desktop.
Save Ferdy89/11307781 to your computer and use it in GitHub Desktop.
Randomize your MAC address. Run as sudo
ifconfig wlan0 down
macchanger -r wlan0
ifconfig wlan0 up
service network-manager restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment