Page Nav

HIDE

Grid

GRID_STYLE

Breaking News

latest

Make Cool linux Terminal Header by jack

Make Cool linux Terminal Header   Make Cool linux Terminal Header you want your terminal to be customized with a...

Make Cool linux Terminal Header

 

Make Cool linux Terminal Header


you want your terminal to be customized with awesome script every time you fire it up, huh?! Well, look no further because I am here to answer this calling!

This “How-To” Will be short, descriptive, and to the point! So, let’s get right into it, shall we then?
_____________________________________

Step 1. Install the Application

The very first thing we will be doing is install the application that we need in order to do the bubble font.

do;
apt-get install figlet

Step 2. Open Up .Bashrc

Now, we need to open up and edit the .bashrc file with our favorite text editor. (I used gedit which is installed in kali linux by default)

do;
nano /root/.bashrc

Step 3. Navigate All the Way Down to the Bottom

The header says it all.

Step 4. Add a Line of “Code”

Add the line: figlet {Custom Text} to the very bottom. Change out {Custom Text} for your text of choice. I used Spyboy.

Screen Shot 2020-11-12 at 11.07.53 AM

And There You Have It!……….

Just open up a new ROOT terminal, and you should have something similar to this:

Screen Shot 2020-11-12 at 11.07.31 AM

No comments