Banner Text Effect in Linux using Terminal? Ubuntu Tricks

Hi , this is funny Linux trick. if you give string, it will give banner text effect depending on the string.



For example:
if your string value is hackers, then it will generate the following :

Requirements:
Linux
Internet

How to Create this banner effect using Terminal?
Open the Terminal
Type 
sudo apt-get install sysvbanner
It will install the banner
Now type
banner HACKERS
Now it will

Lorem ipsum is simply dummy text of the printing and typesetting industry.

Comments