Some terminal fun!
Posted: 25 Feb 2014, 19:26
| Time for amusement. And what better than some good old ASCI work in the terminal? You know that good old pre GUI stuff that was printed out in the late 70' ies and early 80 ies. It makes you look awfully professional if you have stuff like that in your terminal grettings. And I want my part of that admiration; so I installed cadubi. It lets me draw my figures and adjust collors. You can set the collor of the x and the background collor - and draw with the space button It is great fun - and when you have a result that would make Andy Warhol jealous you can write it out with CTRL+o So I went at it and made the logical motive, and saved it with CTRL+o and named it killer. | Time to check it out in a terminal then so I opened the konsole and wrote: Code: Select all cat killerAnd voila there it was: A truly unique piece of art: Naturally I wanted this to great me every time I start a terminal so I edited cat killer into my ~/.bashrc Code: Select all # promptWhat this is good for? Absolutely nothing! ....But it is fun |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| To make it look like real professional branding I installed figlet that kan turn anything you type into Terminal art with a lot of fonts. So I simply added: Code: Select all figlet just a killer IT siteto my .bashrc and behold: You can see the fonts available to you with: Code: Select all showfigfontsAnd to use them you simply use the -f switch like this: Code: Select all figlet -f script Backup is for chikens!Here I have used the script font. Figlet should be available in most repos - I have cheked Arch Manjaro and Mageia. | Try: Code: Select all figlet `echo $HOSTNAME`And it actually makes sense to put this in your .bashrc Code: Select all figlet -w 132 -f standard `echo $HOSTNAME` \/\/ `uname -r`It gives nice info when you log in. |





