How to get such a nice login banner?

Hey folks. I was wondering how this nice banner is done in KodeKloud labs? Want to implement it as well on my linux boxes at home :slight_smile:

TiA
Wojciech

lolcat - Lolcat - Make Your Linux Terminal More Colorful and Fun (tecmint.com)

Thanks @al1 for the info. I will implement it ASAP :slight_smile:

Actually a combination of figlet to make the large slanting text, and lolcat to colour it.

Run the following and look at the last 15 lines or so to see how the banner is created

cat .bash_profile

Hey. I already found some cool motd on GH https://github.com/yboetz/motd . Didn’t know about the lolcat :slight_smile: