Member-only story
Hello everyone, I would like to share with you how to create a custom banner for the terminal on Kali Linux.
hello Folks!!! it’s a samxia99
My Bio link:-https://beacons.ai/samxia99
Greetings, fellow hacker enthusiasts! Today, I’m excited to share with you a step-by-step guide on how to create a custom banner for your terminal on Kali Linux. With this simple yet powerful tweak, you can personalize your command-line interface and take your Linux experience to the next level. So, let’s dive in and unleash the full potential of your system!
- we are going to use the Figlet lolcat Tool so we need to install it. Here are the command.
sudo apt install figlet lolcat
now we can start customizing our terminal banner. to use this tool type figlet and what you want to print in “ ” this double Quotation mark.
figlet "samxia99"
If you want to print this text in the center, use -c.
figlet -c "samxia99"
If you want to colorful text use the lolcat command.
figlet -c "samxia99" | lolcat
If you want to change the font of this text use the showfigfonts command.