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 generate the banner text effect like the above one.
Change HACKERS with any string(like HELLO,YOURNAME…..)