Interesting Linux commands to show off to your friends. These are quite cool indeed.

The toilet command prints out large text banners like the Figlet command. Here is an example. The banner is printed in colour. ┌──[[email protected]]─[~] └──╼ ╼ $ toilet –metal "Hello World."   m m ""# ""# m m ""# # # # mmm # # mmm # # # mmm m mm # mmm# #mmmm# #" … Read more

How to create a Dot Matrix banner with Linux and many other cool tricks.

The factor command for Linux will find the prime factors of any number that is entered as STDIN. Look below for an example. 4.4 Thu Aug 30 jason@Yog-Sothoth 0: $ factor 2018 2018: 2 1009 Use this command to create an old-fashioned Dot-Matrix printer banner. This is very useful if there is a Dot-Matrix printer … Read more