Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joukewitteveen/netctl

Profile based systemd network management
https://github.com/joukewitteveen/netctl

bash cli linux networking shell systemd

Last synced: 3 months ago
JSON representation

Profile based systemd network management

Awesome Lists containing this project

README

        

Dependencies:
- systemd
- Bash 4.x
- GNU Coreutils
- iproute2
- resolvconf

Optional:
- dhcpcd or dhclient: for DHCP support
- wpa_supplicant: for WPA support
- dialog: for the interactive assistant
- ifplugd: for automatic wired connections
- ppp: for PPP support
- wireguard-tools: for WireGuard support

For documentation generation:
- asciidoc

Naming Conventions for Variables:
end-user variables - CamelCase
local variables - lower_case
other variables - UPPER_CASE