Last Updated : 11 Oct, 2024
Linux isn't just for coding and administration—it can also be a lot of fun. With a variety of terminal commands, you can add some entertainment to your Linux experience.
Below is a list of some cool and fun commands you can use in Linux to enhance your terminal experience. We’ll also cover how to install and use each one.
1. Cowsay - Talking ASCII CowCowsay is a fun utility that displays a message inside a speech bubble from an ASCII art cow. It is great for light-hearted terminal interactions or simply adding some character to scripts and notifications. You can customize the cow or even replace it with other ASCII characters.
First, we install it using:
sudo apt-get install cowsay
We use other objects to use -l to list them and -f to use them.
2. xcowsay - Graphical CowsayIf you prefer graphical output, xcowsay displays your message in a speech bubble with a cartoon cow on the desktop screen.
First, we install it using:
sudo apt-get install xcowsay
Then here is the way to use it.
3. The MATRIXUse below command to install it
sudo apt-get install matrix
Once installed, use below command to print.
cmatrix
To display neo style matrix on the terminal.
4. Watch Star Wars - Telnet AnimationThis is actually an animation which runs when we connect to the server.
5. Yes - Repeating Text OutputThe yes command is used to repeatedly output a string until it is stopped manually. It is typically used for testing, but you can have some fun with it by making it say things you love about Linux.
To make it repeatedly output "I love Linux":
Yes "I love Linux"6. Fire - Terminal Fire Animation
Add some excitement to your terminal with a fire animation using aafire. This command creates an ASCII animation of flames.
Use below command to install it
sudo apt install libaa-bin
Once installed, use below command to print.
aafire7. Get Random Quotes - Fortune
The fortune command displays random quotes, jokes, or sayings in your terminal. It’s perfect for adding a bit of humor or wisdom to your day.
8. Reverse - Reverse File ContentThe rev command reverses the contents of a file or text input. It can be used for fun or for simple text manipulation tasks.
ConclusionLinux is more than just a powerful operating system; it’s also a playground for those who love exploring unique terminal tricks. The commands listed above not only make your terminal experience more enjoyable but also add a touch of creativity and personalization. From displaying fun messages with cowsay to enjoying the classic Matrix effect with cmatrix, these tools showcase the playful side of Linux while helping you become more comfortable with using the terminal. Give them a try, and you might discover a new favorite command to share with fellow Linux enthusiasts.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4