Adding the wiki pages

This commit is contained in:
Ubergeek
2019-07-12 22:37:28 +00:00
parent 8363ecf396
commit c6f5232846
27 changed files with 1099 additions and 0 deletions

19
wiki/admintools.md Normal file
View File

@@ -0,0 +1,19 @@
# Admin tools
There's a set of tools to ease system administration. These tools can be found in the poorly named repo [makeuser](https://tildegit.org/thunix/makeuser).
- makeuser: adds a user to our system
```makeuser {username} {email address} {ssh key}```
- rmuser: Removes user account, terminates processes, archives home directory
```rmuser {username}```
- makedb: Creates a db for a user, and emails the credentials and connection info to their thunix email address.
```makedb {username}```
- dbremove : Removes a db created by a user, after generating an mysqldump of it
```dbremove {username}```