Featured post

Delete Youtube from Android devices permanently

Download the  Platform-tools  for the Windows system.  Turn on USB debugging on your phone in developer mode. Connect the phone to the syst...

Sunday, 13 April 2025

stegosaurus in the terminal (0~0)

I think this is sick!
If you want that a random stegosaurus to show up every time you open up the terminal, then follow these steps;

1. First, you gotta edit the bash shell file.
nano ~/.bashrc
2. type 
cowsay -f stegosaurus "Hello There!", here you can add any text as you like
3. After that, press Ctrl+O, Enter, Ctrl+X
Then type source ~/.bashrc
For a random message, every time you can add piping to the command. 
fortune | cowsay  -f stegosaurus 

No comments:

Post a Comment