mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-11 07:47:12 +00:00
Update cheatsheets
This commit is contained in:
37
linux/nmcli
Normal file
37
linux/nmcli
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# nmcli
|
||||
|
||||
> Manage the network configuration using NetworkManager.
|
||||
> More information: <https://networkmanager.dev/docs/api/latest/nmcli.html>.
|
||||
|
||||
- View documentation for running `nmcli` as a NetworkManager secret/polkit agent:
|
||||
|
||||
`tldr nmcli agent`
|
||||
|
||||
- View documentation for managing network connections:
|
||||
|
||||
`tldr nmcli connection`
|
||||
|
||||
- View documentation for managing network interfaces and establishing new Wi-Fi connections:
|
||||
|
||||
`tldr nmcli device`
|
||||
|
||||
- View documentation for managing general settings of NetworkManager:
|
||||
|
||||
`tldr nmcli general`
|
||||
|
||||
- View documentation for NetworkManager's activity monitor:
|
||||
|
||||
`tldr nmcli monitor`
|
||||
|
||||
- View documentation for enabling/disabling and checking the status of networking:
|
||||
|
||||
`tldr nmcli networking`
|
||||
|
||||
- View documentation for managing radio switches:
|
||||
|
||||
`tldr nmcli radio`
|
||||
Reference in New Issue
Block a user