From 57e15f2402762932c214e52a69588c05d1c1b827 Mon Sep 17 00:00:00 2001 From: LinuxMint4Ever <> Date: Sat, 8 Feb 2020 00:14:16 +0100 Subject: [PATCH] added lists of commands to be displayed on admin.strassenkind.ip --- commands_ondemand.conf | 2 ++ commands_status.conf | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 commands_ondemand.conf create mode 100644 commands_status.conf diff --git a/commands_ondemand.conf b/commands_ondemand.conf new file mode 100644 index 0000000..55922e4 --- /dev/null +++ b/commands_ondemand.conf @@ -0,0 +1,2 @@ +sync +cat /var/log/apt-get_update_has_run; apt list --upgradable diff --git a/commands_status.conf b/commands_status.conf new file mode 100644 index 0000000..6b28666 --- /dev/null +++ b/commands_status.conf @@ -0,0 +1,7 @@ +systemctl status apache2.service +systemctl status sshd.service +systemctl status gitea.service +free +df -h +cat /var/run/reboot-required +who