FIX: linux command add NetworkManager

This commit is contained in:
rangersly 2025-04-22 13:28:34 +08:00
parent e8acc2a52a
commit 0e104a3721

View File

@ -70,6 +70,7 @@
- [ping](#) - [ping](#)
- [curl](#) - [curl](#)
- [wget](#) - [wget](#)
- [NetworkManager](# networkmanager)
- [系统](#) - [系统](#)
- [systemctl](#) - [systemctl](#)
- [dmidecode](#) - [dmidecode](#)
@ -435,6 +436,15 @@ nohup [command] &
### wget ### wget
### networkmanager
- 连接无线网络
1. `nmcli device status` 检查网卡是否启用
2. `nmcli device wifi on` 启用wifi射频
3. `nmcli device wifi rescan` 刷新列表
4. `nmcli device wifi list` 列出所有可用wifi
5. `nmcli device wifi connect <SSID> password "password"
6. `nmcli connection show` 验证连接
## 系统 ## 系统
### systemctl ### systemctl
+ start + start