From b634c344dd8934da592c5bc4692ac145d009b264 Mon Sep 17 00:00:00 2001 From: Slava Date: Tue, 23 Apr 2019 00:00:36 +0300 Subject: [PATCH] Added readme --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f38242 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# MOTD + +This repository contains the my configs for MOTD forked from [yboetz](https://github.com/yboetz/motd). + +It just Messange Of The Day for linux ssh and terminal. + +#Requirements + * update-motd + - Needed for work all scripts + * figlet + - Needed for work displayname in module 10-display-name + * hddtemp + - Needed for showing temp in module 30-hdd-temp + * docker + - Needed for working module 60-docker + * lxd + - Needed for working module 60-lxd + +# Screenshot +![screen](screenshot/screen.png) + +# Installing +1. In /etc/ssh/sshd_config need to set up string to `PrintMotd yes` +2. Install `update-motd` +3. +``` +git clone https://github.com/RIKRUS/MOTD.git +cd MOTD +sudo chown root:root * +sudo cp * /etc/update-motd.d/ +sudo update-motd +```