Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maltejk/uberspace-scripts


https://github.com/maltejk/uberspace-scripts

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

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 )