From d8fb434323765472127bcb2b91359739a8090030 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Mon, 8 Jul 2019 11:45:24 +0000 Subject: [PATCH] Helps to add files --- articles/wiki/admintools.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 articles/wiki/admintools.md diff --git a/articles/wiki/admintools.md b/articles/wiki/admintools.md new file mode 100644 index 0000000..794a64c --- /dev/null +++ b/articles/wiki/admintools.md @@ -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}```