DEV Community

Cover image for 8 fun Linux utilities
ispmanager.com for Ispmanager

Posted on

8 fun Linux utilities

We've put together a few fun Linux utilities, try them out for yourself.

Read on and you’ll get greeted by a cow in your console, you’ll become Neo and dive into the matrix, and your console will light up in flames.

cmatrix

The matrix, straight out of the eponymous movie, will appear in your terminal. To install it on Ubuntu, run: sudo apt-get install cmatrix
Then, type cmatrix in the terminal.

Image description

apt-get easter egg

A cow will appear and ask you, “have you mooed today?” Just run apt-get moo

Image description

aafire

A fire will light up your console. To install it on Ubuntu, run: sudo apt install libaa-bin
Then, type aafire in the terminal.

Image description

sl

Want to see a train drive through your console? To install it on Ubuntu, run sudo apt install sl, and then type sl in the terminal.

Image description

fortune

Fortune is a random joke and quote generator. It displays random messages, which can be funny or wise, depending on your luck. To install it on Ubuntu, run: sudo apt install fortune Then, type fortune in the terminal.

Image description

figlet

Creates stylized ASCII art text banners. To install it on Ubuntu, run: sudo apt install figlet
Then, type fortune and then the text you want in the terminal.

Image description

nyancat

Plays an animated version of the Nyan Cat meme in the terminal.
To install it on Ubuntu, run: sudo apt install nyancat

Image description

pipes.sh

The pipes.sh command is a terminal-based emulator of the game "Pipe Mania." It draws random lines that create interesting, random patterns.

To install it on Ubuntu, run: sudo apt install pipes-sh
Then, type pipes-sh in the terminal.

Image description

What other amusing Linux utilities do you know of?

Want more articles like this? Subscribe to our newsletter

Top comments (15)

Collapse
 
pavuk profile image
Igor Gubaidullin

The “yes” command helps you to loop an automated response until you terminate the command. This command will print the exact same thing indefinitely. If you want to produce huge amounts of junk text fast, then this command will work like a charm.
Just try something like:
# yes "Hello World!"

Collapse
 
ispmanager_com profile image
ispmanager.com • Edited

And there is also a command pi - it will show the first 50 digits of the number π after the decimal point =)

Collapse
 
onjin profile image
Marek Wywiał

similar for ls -> sl is git -> gti

Image description

Collapse
 
moopet profile image
Ben Sinclair

The cow from the apt command is reproducible with the cowsay command.

Figlet has alternatives - I use toilet these days, but banner is simpler and probably already installed on older systems.

lolcat takes anything you pipe through it - toilet for example - and makes it use pretty colours.

Collapse
 
jeffreydavis profile image
Jeffrey Davis

You mention figlet, but not toilet. How can you do toilet --gay Happy Pride ?

Collapse
 
ispmanager_com profile image
ispmanager.com

Lots of teams not included here - everyone has their favorites =)

Collapse
 
josephj11 profile image
Joe

If you still use sudo, try adding the line
Defaults insults
near the top of /etc/sudoers (using visudo).

It's quite versatile. ;)
(It won't break anything except perhaps a bad mood.)

Collapse
 
b33tl3 profile image
Cédric

useless therefore essential
:D

Collapse
 
devopspass profile image
DevOps Pass AI

Where is bb and libcaca?! devopspass-ai.com/post/friday-devo...

Collapse
 
karthiksakthiveltechie profile image
Karthik Sakthivel

Very interesting... 💯👏

Collapse
 
wizard_977 profile image
weiqipeng

that's cool

Collapse
 
ispmanager_com profile image
ispmanager.com

glad you like it

Collapse
 
utsav_at_work profile image
Utsav Tayde

haha... cmatrix is something though!

Collapse
 
shlomif profile image
Shlomi Fish

Re fortune: some codevelopers-and-I maintain an enhanced version of fortune-mod here: github.com/shlomif/fortune-mod . There is also a version where the source code was converted to rust-lang, and some content was filtered: github.com/cafkafk/fortune-kind . The debian and ubuntu versions are thus old-and-outofdate

Collapse
 
__d55e348b3f7a profile image
Илья Малышев

If you like cmaprix try Hollywood hacking terminal