This commit is contained in:
JMARyA 2024-12-23 11:08:19 +01:00
parent 0167d52325
commit bb16b3fceb
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
17 changed files with 100 additions and 11 deletions

View file

@ -2,6 +2,8 @@
obj: application
---
#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.