1
0
Fork 0
Public server tools, aliases, helpers, etc...
Go to file
root e05340dd30 Fix db dumps having 2 last lines filled with wrong output from cpulimit forking 2022-06-12 23:56:49 +02:00
README.md fix README.md git commands 2022-06-12 23:56:11 +02:00
docker-db-dump Fix db dumps having 2 last lines filled with wrong output from cpulimit forking 2022-06-12 23:56:49 +02:00
rmkeep initial commit 2022-06-10 10:48:10 +02:00

README.md

Server tools

A set of public tools for doing system administration easier for me and others.

Install

Clone the repository and add that directory to your $PATH

Pushing changes

Changes can only be pushed by owner and colaborators of this project. To preserve privacy of systems, configure project as such:

git config user.email "root@localhost"
git config user.name "root"