https://github.com/subfission/red-motd
RedHat/CentOS MOTD Administrator Script
https://github.com/subfission/red-motd
Last synced: about 1 year ago
JSON representation
RedHat/CentOS MOTD Administrator Script
- Host: GitHub
- URL: https://github.com/subfission/red-motd
- Owner: subfission
- License: gpl-3.0
- Created: 2017-01-25T00:38:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T05:05:59.000Z (over 6 years ago)
- Last Synced: 2025-02-06T11:52:49.441Z (over 1 year ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# red-motd
RedHat/CentOS MOTD Administrator Script.
This script does not include any fancy coloring effects that make your screen pixels tired. No pixels were harmed in the creation or execution of this script.
## Requirements
This script requires either RedHat or CentOS.
## Installation
Run these commands from the server.
```
curl https://raw.githubusercontent.com/subfission/red-motd/master/bin/red-motd.sh > /usr/local/bin/red-motd
chmod +x /usr/local/bin/red-motd
echo '/usr/local/bin/red-motd' >> .bash_profile
```