Created
September 15, 2018 11:08
-
-
Save sbuvaneshkumar/892d8225312aab7b47bbe19a6b6ebb87 to your computer and use it in GitHub Desktop.
Connecting WiFi in command line
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 dev wifi connect <mySSID> password <myPassword> | |
Source: https://unix.stackexchange.com/a/327756/277542 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment