https://github.com/joukewitteveen/netctl
Profile based systemd network management
https://github.com/joukewitteveen/netctl
bash cli linux networking shell systemd
Last synced: 8 months ago
JSON representation
Profile based systemd network management
- Host: GitHub
- URL: https://github.com/joukewitteveen/netctl
- Owner: joukewitteveen
- License: gpl-3.0
- Created: 2012-12-28T01:46:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T06:34:34.000Z (about 2 years ago)
- Last Synced: 2024-08-21T21:27:55.426Z (over 1 year ago)
- Topics: bash, cli, linux, networking, shell, systemd
- Language: Shell
- Homepage: https://gitlab.archlinux.org/archlinux/netctl
- Size: 1.11 MB
- Stars: 176
- Watchers: 16
- Forks: 65
- Open Issues: 13
-
Metadata Files:
- Readme: README
- License: COPYING
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