mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 19:49:39 +00:00
Update cheatsheets
This commit is contained in:
30
linux/nmtui
Normal file
30
linux/nmtui
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# nmtui
|
||||
|
||||
> Text user interface for controlling NetworkManager.
|
||||
> Use arrow keys to navigate, enter to select an option.
|
||||
> More information: <https://networkmanager.dev/docs/api/latest/nmtui.html>.
|
||||
|
||||
- Open the user interface:
|
||||
|
||||
`nmtui`
|
||||
|
||||
- List available connections, with the option to activate or deactivate them:
|
||||
|
||||
`nmtui connect`
|
||||
|
||||
- Connect to a given network:
|
||||
|
||||
`nmtui connect {{name|uuid|device|SSID}}`
|
||||
|
||||
- Edit/Add/Delete a given network:
|
||||
|
||||
`nmtui edit {{name|id}}`
|
||||
|
||||
- Set the system hostname:
|
||||
|
||||
`nmtui hostname`
|
||||
Reference in New Issue
Block a user