Last active
July 12, 2020 23:50
-
-
Save miguelmota/e07a673489ae436428d8c75e0c2f5461 to your computer and use it in GitHub Desktop.
Linux network-manager (nmcli) connect to wifi
This file contains hidden or 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
nmcli d | |
nmcli r wifi on | |
nmcli d wifi list | |
nmcli d wifi connect "<wifi-ssid>" password <password> | |
nmcli general status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment