Using FIGLET to display terminal header in Kali Linux terminal
This blog demonstrates how to put header in a Linux Terminal using Figlet.
FOR MORE TUTORIALS SUBSCRIBE TO OUR YOUTUBE CHANNEL
1. First of all update your repository /etc/apt/sources.list.
Update your repository from here .
Copy the repository links and then paste them in sources.list.
Open terminal and type "nano /etc/apt/sources.list"
Paste the copied lines and save changes CTRL+O.
2. Open a terminal and type " apt-get update ".
3. Type " apt-get -f install ".
4. Type " apt-get install figlet ".
7. Type " gedit /root/.bashrc ".
This will open a file .bashrc. Navigate to its bottom and add a new line " figlet YourText ".
Save changes and close the file.
8. Close the terminal, open it again and voila !!!
VIDEO TUTORIAL
FOR MORE TUTORIALS SUBSCRIBE TO OUR YOUTUBE CHANNEL
1. First of all update your repository /etc/apt/sources.list.
Update your repository from here .
Copy the repository links and then paste them in sources.list.
Open terminal and type "nano /etc/apt/sources.list"
Paste the copied lines and save changes CTRL+O.
2. Open a terminal and type " apt-get update ".
3. Type " apt-get -f install ".
4. Type " apt-get install figlet ".
7. Type " gedit /root/.bashrc ".
This will open a file .bashrc. Navigate to its bottom and add a new line " figlet YourText ".
Save changes and close the file.
8. Close the terminal, open it again and voila !!!
FOR MORE TUTORIALS SUBSCRIBE TO OUR YOUTUBE CHANNEL
Comments
Post a Comment