Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maltejk/uberspace-scripts
https://github.com/maltejk/uberspace-scripts
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maltejk/uberspace-scripts
- Owner: maltejk
- Created: 2012-05-29T08:47:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-10T22:56:37.000Z (over 9 years ago)
- Last Synced: 2024-08-02T22:24:14.903Z (7 months ago)
- Language: Shell
- Size: 284 KB
- Stars: 18
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-github-repos - maltejk/uberspace-scripts - (Shell)
README
# uberspace-scripts
an approach, to make https://uberspace.de system configuration awesomeness usable for the average debian system.
Possible install method:
( cd /usr/local; git clone https://github.com/maltejk/uberspace-scripts.git; cd /usr/local/bin ; for script in ../uberspace-scripts/bin/*; do ln -s $script; done; cd /usr/local/sbin ; for script in ../uberspace-scripts/sbin/*; do ln -s $script ; done; echo "ALL ALL=(ALL:ALL) NOPASSWD: /usr/local/sbin/uberspace-setup-svscan-helper" > /etc/sudoers.d/uberspace-setup-svscan-helper ; chmod 640 /etc/sudoers.d/uberspace-setup-svscan-helper )