Created
April 11, 2017 14:09
-
-
Save awitwicki/f6728a9a7439ed83a193d8847c753e53 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##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