Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active July 12, 2020 23:50
Show Gist options
  • Save miguelmota/e07a673489ae436428d8c75e0c2f5461 to your computer and use it in GitHub Desktop.
Save miguelmota/e07a673489ae436428d8c75e0c2f5461 to your computer and use it in GitHub Desktop.
Linux network-manager (nmcli) connect to wifi
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