Skip to content

Instantly share code, notes, and snippets.

View awitwicki's full-sized avatar
💭
4

Andrew Witwicki awitwicki

💭
4
View GitHub Profile
##disconnect
nmcli d disconnect iface <WifiInterface>
##connect
nmcli d wifi connect <WiFiSSID> password <WiFiPassword> iface <WifiInterface>
sudo apt-get update