Archive for February, 2016

Customizing the MOTD – Linux, BSD

No Comments »

 

If you want your custom logo, or custom info to also be shown whenever any user logs into the machine you can do so with

For CentOS :-
1yum install figlet

For Debian :-

1$ sudo apt-get update
1$ sudo apt-get install toilet figlet

For BSD:-

1cd /usr/ports/misc/figlet &&
2make install distclean
3figlet We-Rock

Copy Paste the output in motd