From ca5ba03d72c6a9daafca0b9972f6bc2281436855 Mon Sep 17 00:00:00 2001 From: Florian Hoss Date: Wed, 8 Dec 2021 07:19:58 +0100 Subject: [PATCH] folder changes, include motd file --- MessageOfTheDay/README.md | 2 +- MessageOfTheDay/img/10-custom | 23 +++++++++++++++++++++++ SecureSystem/README.md | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 MessageOfTheDay/img/10-custom diff --git a/MessageOfTheDay/README.md b/MessageOfTheDay/README.md index 756e8bf..f9f4cc0 100644 --- a/MessageOfTheDay/README.md +++ b/MessageOfTheDay/README.md @@ -51,4 +51,4 @@ Test it: Result: -![Message of the Day](https://github.com/flohoss/setupDebianServer/blob/main/MessageOfTheDay/10-custom.png?raw=true) \ No newline at end of file +![Message of the Day](https://github.com/flohoss/setupDebianServer/blob/main/MessageOfTheDay/img/10-custom.png?raw=true) \ No newline at end of file diff --git a/MessageOfTheDay/img/10-custom b/MessageOfTheDay/img/10-custom new file mode 100644 index 0000000..17c3018 --- /dev/null +++ b/MessageOfTheDay/img/10-custom @@ -0,0 +1,23 @@ +#!/bin/sh +upSeconds="$(/usr/bin/cut -d. -f1 /proc/uptime)" +secs=$((${upSeconds}%60)) +mins=$((${upSeconds}/60%60)) +hours=$((${upSeconds}/3600%24)) +days=$((${upSeconds}/86400)) +UPTIME=`printf "%d days, %02dh%02dm%02ds" "$days" "$hours" "$mins" "$secs"` + +# get the load averages +read one five fifteen rest < /proc/loadavg + +echo "$(tput setaf 2) +`date +"%A, %e %B %Y, %r"` +`uname -snr`$(tput setaf 1) + +IP Addresses.......: `ip a | grep glo | awk '{print $2}' | head -1 | cut -f1 -d/` and `wget -q -O - http://icanhazip.com/ | tail` +CPU................: `lscpu | grep -i "Model name:" | cut -d':' -f2 | sed -e 's/^[ \t]*//'` +Load Averages......: ${one}, ${five}, ${fifteen} (1, 5, 15 min) +Running Processes..: `ps ax | wc -l | tr -d " "` +Uptime.............: ${UPTIME} +Memory.............: `cat /proc/meminfo | grep MemFree | awk {'print $2'}`kB (Free) / `cat /proc/meminfo | grep MemTotal | awk {'print $2'}`kB (Total) +Last Login.........: `last -i | grep -v 'still logged' | head -1 | cut -f 1,4- -d ' ' | tr -s ' '` +$(tput sgr0)" \ No newline at end of file diff --git a/SecureSystem/README.md b/SecureSystem/README.md index 259c854..5fb4796 100644 --- a/SecureSystem/README.md +++ b/SecureSystem/README.md @@ -16,7 +16,7 @@ OPTIONAL for backups with restic & rclone: ```restic self-update``` -```curl https://rclone.org/install.sh | sudo bash``` +```curl https://rclone.org/install.sh | bash``` ## Create Admin user