Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notbobthebuilder/netsetup
A utility to assist in the creation of config files for common network services
https://github.com/notbobthebuilder/netsetup
Last synced: 7 days ago
JSON representation
A utility to assist in the creation of config files for common network services
- Host: GitHub
- URL: https://github.com/notbobthebuilder/netsetup
- Owner: NotBobTheBuilder
- Created: 2012-10-01T14:51:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-12T18:40:57.000Z (about 12 years ago)
- Last Synced: 2024-04-14T18:06:04.367Z (7 months ago)
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
netSetup
========A utility to assist in the creation of config files for common network services
NOTE: Example files (in M4 syntax) can only be preprocessed from *within* the example directory. Ensure your command sequence is the following:
cd Examples/
m4 dhcpd\_simple
The resulting output will then go through STDOUT.
It may also be useful to pipe this through sed '/^$/d' to remove any newlines before the config starts.