This.I never bothered modifying mine. It doesn't really make much of a difference for me.
Ditto.My MOTD is just the default one for whatever distribution is on the server...
Same as mine.... but WDQ has a pretty good idea...My MOTD is just the default one for whatever distribution is on the server...
I like this one... Might be something to implement. Sure would be nice knowing which provider I am at.I have my MOTD show the provider, location, data center, system specifications, and price. I find SSHing into a VPS much easier than logging into a control panel and trying to find all of that information when I need to find it.
Is there a way to get this on CentOS?
Can you provide that code that you used to get this going? I would like to do something similar.
Yup. Three components:Can you provide that code that you used to get this going? I would like to do something similar.
toilet -f pagga system
if (( $(id -u) == 0 ))
then
echo "welcome root"
fi