Linux terminal is a paradise. Infact, it is a pathway to many abilities some consider it to be unnatural. There are tons of linux terminal add-ons, tools, hacks and flavours that I come across; so I have decided to share them through this post. So, expect this post to be updated over time and please comment if you find any; I would definitely add them to the list and give credit. Also the installation instruction are tested on Ubuntu but the same should be available for other linux distros as well.
blog comments powered by Disqus
1. Cmatrix
About
Cmatrix creates the matrix style animation in your terminal. Here is the manual for different options associated with the tool.
Installation
You install using the package manager using:
sudo apt-get install cmatrix
Demo
Just open the terminal and enter:
2. Cowsay and fortune
About
Cowsay along with fortune will bring fortune telling cow to your terminal. This wiki page covers the manual for using cowsay
Installation
Both fortune and cowsay can be installed using:
sudo apt-get install fortune cowsay