autopushed

This commit is contained in:
2023-04-16 20:19:25 +02:00
parent da852613a8
commit f14e6316b1
+2 -1
View File
@@ -1,7 +1,8 @@
- 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 up <name>` connects to an already known connection
- `nmcli c list` or `nmcli c l` lists known connections - `nmcli c show` or `nmcli c s` shows known connections
- `nmcli c down <name>` disconnects
- `nmcli device wifi list` or `nmcli d w l` lists available APs - `nmcli device wifi list` or `nmcli d w l` lists available APs
- `nmcli d w c <SSID> password <PASSWORD>` connects with a password - `nmcli d w c <SSID> password <PASSWORD>` connects with a password
- `nmcli --ask d w c <SSID>` asks for the password - `nmcli --ask d w c <SSID>` asks for the password