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 diff --git a/deployment-script_BACKUP_19041.sh b/deployment-script_BACKUP_19041.sh new file mode 100644 index 0000000..417392a --- /dev/null +++ b/deployment-script_BACKUP_19041.sh @@ -0,0 +1,6 @@ +<<<<<<< HEAD +#!/bin/bash +======= +#!/bin/bash +# Do nothing for now. +>>>>>>> jan diff --git a/deployment-script_BASE_19041.sh b/deployment-script_BASE_19041.sh new file mode 100644 index 0000000..e69de29 diff --git a/deployment-script_LOCAL_19041.sh b/deployment-script_LOCAL_19041.sh new file mode 100644 index 0000000..cc1f786 --- /dev/null +++ b/deployment-script_LOCAL_19041.sh @@ -0,0 +1 @@ +#!/bin/bash \ No newline at end of file diff --git a/deployment-script_REMOTE_19041.sh b/deployment-script_REMOTE_19041.sh new file mode 100644 index 0000000..2ebc739 --- /dev/null +++ b/deployment-script_REMOTE_19041.sh @@ -0,0 +1,2 @@ +#!/bin/bash +# Do nothing for now. \ No newline at end of file