This repository contains MOTD scripts for my own server. Combined from Falconstats (Heholord) and MOTD (RIKRUS).
update-motd
- Needed for all scripts
hddtemp
- Needed for showing temp in module 30-hdd-temp
- In /etc/ssh/sshd_config set
PrintMotd yes
- Install
update-motd
- Install npm dependecies for SSL script
npm install
- Edit each file and change/add the relevant info (Domains for SSL, HDDs, Services...)
Once thats done, copy the scripts and make theme executable
git clone https://github.com/trevor229/MOTD-scripts.git
cd MOTD-scripts
sudo chown root:root *
sudo cp * /etc/update-motd.d/
sudo chmod +x /etc/update-motd.d/*
sudo update-motd