autopushed

This commit is contained in:
2023-04-16 19:16:47 +02:00
parent 4cea331ceb
commit da852613a8
+5
View File
@@ -1,2 +1,7 @@
- a [[tool]]. - a [[tool]].
- When in doubt, you probably want [[man nmcli-examples]] :) - When in doubt, you probably want [[man nmcli-examples]] :)
- `nmcli c up <name>` connects to an already known connection
- `nmcli c list` or `nmcli c l` lists known connections
- `nmcli device wifi list` or `nmcli d w l` lists available APs
- `nmcli d w c <SSID> password <PASSWORD>` connects with a password
- `nmcli --ask d w c <SSID>` asks for the password