Skip to content

Instantly share code, notes, and snippets.

@marcelovsantos
Last active May 20, 2018 09:03
Show Gist options
  • Save marcelovsantos/93da61da56e973df77db to your computer and use it in GitHub Desktop.
Save marcelovsantos/93da61da56e973df77db to your computer and use it in GitHub Desktop.
Change MAC Address Ubuntu 14.04
sudo nmcli nm wifi off
echo wifi off
sleep 5
sudo ip link set wlan0 address 00:0d:c2:10:1a:00
echo changed mac
sleep 5
sudo nmcli nm wifi on
echo wifi on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment