Skip to content

Instantly share code, notes, and snippets.

@awitwicki
Created April 11, 2017 14:09
Show Gist options
  • Save awitwicki/f6728a9a7439ed83a193d8847c753e53 to your computer and use it in GitHub Desktop.
Save awitwicki/f6728a9a7439ed83a193d8847c753e53 to your computer and use it in GitHub Desktop.
##disconnect
nmcli d disconnect iface <WifiInterface>
##connect
nmcli d wifi connect <WiFiSSID> password <WiFiPassword> iface <WifiInterface>
sudo apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment