Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joukewitteveen/netctl
- Owner: joukewitteveen
- License: gpl-3.0
- Created: 2012-12-28T01:46:53.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T06:34:34.000Z (7 months ago)
- Last Synced: 2024-05-15T13:42:21.678Z (6 months ago)
- Topics: bash, cli, linux, networking, shell, systemd
- Language: Shell
- Homepage: https://gitlab.archlinux.org/archlinux/netctl
- Size: 1.11 MB
- Stars: 174
- 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
- resolvconfOptional:
- 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 supportFor documentation generation:
- asciidocNaming Conventions for Variables:
end-user variables - CamelCase
local variables - lower_case
other variables - UPPER_CASE