filmov
tv
How to set Text Art in Linux terminal || ASCII Text || add signature to Linux terminal [Malayalam]

Показать описание
In this video we will discuss that how to add text art , name or your signature to your Linux terminal.
To do this you need to install figlet , to give rainbow like colours install lolcat.
go to terminal and type
if you are in root user :-
apt install figlet lolcat
if you are not in root user :-
sudo apt install figlet lolcat
after installation
go to a file where we need to give our name or text to be display when ever open the terminal.
I am using nano editor.
nano /root/.zshrc
figlet -f mono9 " name " | lolcat
mono9 is my font name you can use different fonts.
to save file in nano editor
ctrl o
to exit
ctrl x
thankyou.
To do this you need to install figlet , to give rainbow like colours install lolcat.
go to terminal and type
if you are in root user :-
apt install figlet lolcat
if you are not in root user :-
sudo apt install figlet lolcat
after installation
go to a file where we need to give our name or text to be display when ever open the terminal.
I am using nano editor.
nano /root/.zshrc
figlet -f mono9 " name " | lolcat
mono9 is my font name you can use different fonts.
to save file in nano editor
ctrl o
to exit
ctrl x
thankyou.