update systemd
This commit is contained in:
parent
927a163c7f
commit
38e61193f5
19 changed files with 511 additions and 32 deletions
|
@ -1,16 +1,16 @@
|
|||
---
|
||||
obj: application
|
||||
website: https://networkmanager.dev
|
||||
repo: https://gitlab.freedesktop.org/NetworkManager/NetworkManager
|
||||
---
|
||||
|
||||
#refactor
|
||||
|
||||
# NetworkManager
|
||||
[NetworkManager](https://networkmanager.dev/) is a program for providing detection and configuration for systems to automatically connect to networks. NetworkManager's functionality can be useful for both wireless and wired networks. For wireless networks, NetworkManager prefers known wireless networks and has the ability to switch to the most reliable network. NetworkManager-aware applications can switch from online and offline mode. NetworkManager also prefers wired connections over wireless ones, has support for modem connections and certain types of VPN. NetworkManager was originally developed by Red Hat and now is hosted by the GNOME project.
|
||||
|
||||
After installation, you should start/enable `NetworkManager.service`. Once the NetworkManager daemon is started, it will automatically connect to any available "system connections" that have already been configured. Any "user connections" or unconfigured connections will need _nmcli_ or an applet to configure and connect.
|
||||
|
||||
## Usage
|
||||
NetworkManager comes with nmcli and nmtui.
|
||||
NetworkManager comes with `nmcli` and `nmtui`.
|
||||
|
||||
### nmcli examples
|
||||
List nearby Wi-Fi networks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue