Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xtrinch/update-motd.d
Motd parts written in bash (Includes welcome message, system info and "inspirational" footer)
https://github.com/xtrinch/update-motd.d
debian-jessie motd motd-message
Last synced: 2 months ago
JSON representation
Motd parts written in bash (Includes welcome message, system info and "inspirational" footer)
- Host: GitHub
- URL: https://github.com/xtrinch/update-motd.d
- Owner: xtrinch
- Created: 2016-08-04T17:49:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-05T21:56:43.000Z (over 8 years ago)
- Last Synced: 2024-10-10T13:42:05.449Z (3 months ago)
- Topics: debian-jessie, motd, motd-message
- Language: Shell
- Size: 52.7 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MOTD bash scripts
## Displays:
- distribution info
- last login
- system load
- ip
- uptime
- memory usage
- disk usage
- swap usage
- number of active ssh sessions
- number of processes, total and owned by user## Installation (debian jessie)
- remove /etc/motd and symlink dynamic motd with `ln -s /var/run/motd /etc/motd`
- remove default "last login" text in `/etc/ssh/sshd_config`
- install lsb_release, fortune and cowsay via apt-get or aptitude
- copy/clone files into `/etc/update-motd.d/`## Testing
- execute command `run-parts /etc/update-motd.d/` for preview of the output## Screenshot