An open API service indexing awesome lists of open source software.

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

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
```