This is my favorite command to have fun when using linux.
1. cmd sl âš¡
- How to install ? > Ubuntu :
sudo apt install -y sl
Centos :
sudo yum install -y sl
- How to use ?
sl
or
while true; do sl ; done;
2. cmd lolcat âš¡
- How to install ? > Ubuntu :
sudo snap install lolcat-c
Centos : (install snap with
sudo yum install -y snapd
if you don't have)
sudo snap install lolcat-c
- How to use ? This command take the output from another command and adds rainbow coloring to it.
echo "Ubuntu > 2*Windows 11" | lolcat
or you can try that with the cmd sl
while true; do sl | lolcat ; done;
Don't work with older version of lolcat.
3. cmd cmatrix âš¡
- How to install ? > Ubuntu :
sudo apt install -y cmatrix
Centos :
sudo yum install -y cmatrix
- How to use ?
cmatrix
4. cmd aafire âš¡
- How to install ? > Ubuntu :
sudo apt install -y libaa-bin
Centos :
sudo yum install -y aalib
- How to use ?
aafire
5. cmd cowsay âš¡
- How to install ? > Ubuntu :
sudo apt install -y cowsay
Centos :
sudo yum install -y cowsay
- How to use ?
cowsay I love DevOps | lolcat
6. cmd asciiquarium âš¡
- How to install ? (install snap with
sudo apt install -y snapd
in Ubuntu orsudo yum install -y snapd
in Centos if you don't have) > Ubuntu :
snap install asciiquarium
Centos :
snap install asciiquarium
- How to use ?
asciiquarium
7. cmd figlet âš¡
- How to install ?
sudo snap install figlet
- How to use ?
figlet Linux is Fun
or with lolcat
echo -e "Don't touch \nmy Laptop" | figlet | lolcat
Don't forget to try that right now🤨!!!
Top comments (2)
There were a few I did not know about. Awesome list!
thanks for your comment, I am happy to have made you discover new things