Thursday, June 14, 2012

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?
  1. Open the Terminal
  2. Type 
    sudo apt-get install sysvbanner
  3. It will install the banner
  4. Now type
    banner HACKERS
Now it will generate the banner text effect like the above one.
Change HACKERS with any string(like HELLO,YOURNAME.....)

No comments:

Post a Comment

thank you