Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RIKRUS/MOTD
Fancy wiev for MOTD
https://github.com/RIKRUS/MOTD
bash motd
Last synced: 7 days ago
JSON representation
Fancy wiev for MOTD
- Host: GitHub
- URL: https://github.com/RIKRUS/MOTD
- Owner: RIKRUS
- Created: 2019-03-28T10:33:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T02:40:25.000Z (about 3 years ago)
- Last Synced: 2023-08-12T15:29:15.499Z (over 1 year ago)
- Topics: bash, motd
- Language: Shell
- Homepage:
- Size: 203 KB
- Stars: 92
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
* smartctl
- Needed for showing temp in module 30-hdd-temp
* docker
- Needed for working module 60-docker
* lxd
- Needed for working module 60-lxd
* ssed
- Needed for working module 70-vpn-active# 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
```# Update 08.09.2021
* Added module for track Openvpn keys (i use easyrsa for generating keys) and active connections# P.S.
* In folder with openvpn config (`/etc/openvpn/`) locating directory with Certifiration Autority. Some files reading directly from CA (`/etc/openvpn/ca/pki/`)