Lets know about 5 Useful Tweaks To Make Fun on Linux Terminal
Here we are going to discuss about few cool tools.
1. Command: sl (Steam Locomotive)
You might be aware of command ‘ls‘ the list command and use it frequently to view the contents of a folder but because of miss-typing sometimes you would result in ‘sl‘, how about getting a little fun in terminal and not “command not found“.
root@aikitsupport:~# pkg install sl (In FreeBSD)
root@aikitsupport:~# apt-get install sl (In Debian like OS)
root@aikitsupport:~# yum -y install sl (In Red Hat like OS)
2. Command: fortune
you will be getting funny message after installing fortune.
root@aikitsupport:~# pkg install fortune (In FreeBSD)
root@aikitsupport:~# apt-get install fortune (In Debian like OS)
root@aikitsupport:~# yum -y install fortune (In Red Hat like OS)
root@aikitsupport:~# fortune
3. Cowsay
An ASCII cow in terminal that will say what ever you want.
root@aikitsupport:~# pkg install cowsay (In FreeBSD)
root@aikitsupport:~# apt-get install cowsay In Debian like OS)
root@aikitsupport:~# yum -y install cowsay In Red Hat like OS)
root@aikitsupport:~# <command>|cowsay -n
4. cmatrix (Cool Matrix scrolling in linux terminal )
root@aikitsupport:~# pkg install cmatrix (In FreeBSD)
root@aikitsupport:~# apt-get install cmatrix (In Debian like OS)
root@aikitsupport:~# yum -y install cmatrix (In Red Hat like OS)
root@aikitsupport:~# cmatix
5. Toilet (Colored Text with toilet)
root@aikitsupport:~# pkg install toilet (In FreeBSD)
root@aikitsupport:~# apt-get install toilet (In Debian like OS)
root@aikitsupport:~# yum -y install toilet Red Hat like OS)
root@aikitsupport:~# toilet -f
root@aikitsupport:~# toilet ‘linux is FUN’
0 responses on "5 Useful Tweaks To Make Fun on linux terminal"