initial commit

This commit is contained in:
2020-05-26 20:49:09 -04:00
commit a256caebed
22 changed files with 356 additions and 0 deletions

14
kill_nonessential_services Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
systemctl stop docker
systemctl stop mongod
systemctl stop mongodb
systemctl stop redis-server
systemctl stop redis
systemctl stop postgresql
systemctl stop nginx
systemctl stop vsftpd
killall nextcloud
killall cmus