Skip to content

Instantly share code, notes, and snippets.

@BonfaceKilz
Created July 29, 2018 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BonfaceKilz/22ac5ec3c9d7de2847571ec66af42f46 to your computer and use it in GitHub Desktop.
Save BonfaceKilz/22ac5ec3c9d7de2847571ec66af42f46 to your computer and use it in GitHub Desktop.
Using nmcli to connect to wi-fi
# First searc for availabe networks
nmcli device sifi list

# Connect to device
nmcli device wifi connect <ssid name> password <pass>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment