2019-04-23 00:08:58 +03:00
2019-04-22 23:29:00 +03:00
2019-03-28 13:35:54 +03:00
2019-03-28 13:35:54 +03:00
2019-03-28 13:35:54 +03:00
2019-03-28 13:35:54 +03:00
2019-04-23 00:00:36 +03:00

MOTD

This repository contains the my configs for MOTD forked from yboetz.

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

Installing

  1. In /etc/ssh/sshd_config need to set up string to PrintMotd yes
  2. Install update-motd
git clone https://github.com/RIKRUS/MOTD.git
cd MOTD
sudo chown root:root *
sudo cp * /etc/update-motd.d/
sudo update-motd
Description
Fancy wiev for MOTD
Readme 308 KiB
Languages
Shell 100%