Home Featured 6 cool and fun Linux commands you don’t want to miss

6 cool and fun Linux commands you don’t want to miss

by Travis Rose
cool and fun linux commands

This is a unique article.  On the face, it would appear that I’m just throwing out some cool, goofy, fun Linux terminal commands that Linux users to run on their Linux distro to have a little fun and kill some time.  However, it is much more than that.

The real purpose of this article is to help Linux newbies get comfortable and confident with the Linux command-line. While knowledge and comfort of the Linux GUI allow great power, it is the mastery of the command line, or CLI, affords the Linux user unlimited power and certifies them as a Linux power user well on their way to becoming an expert.

So, without further delay, let’s get comfortable with the CLI and have a little fun while we’re doing it.

Note: For our purposes, we are working on a Debian-based build, so all the commands we run are Debian-based. However, the commands/utilities that we outline here work on other flavors of Linux also, so if you are running a different distro, please google the install procedures for that flavor for help, or comment at the end of the article, and we’ll help you out.

Steam Locomotive (sl)

First off, we have sl. Often when working within the terminal, we want a listing of the files in the directory, so we run the ls command.  However, typos often happen. Usually, with the ls command, that typo results in sl.  With sl installed, here’s what we get:

Steam Locomotive (sl) command in action

Steam Locomotive (sl) command in action.

To install Steam Locomotive (sl) enter the following into the terminal:

sudo apt install sl

to run:

# sl

The sl command has a few options which can be used with it, for example:

# sl -F

causes the steam locomotive to fly.  To see all the options available type:

# man sl

Should you wish to uninstall the Steam Locomotive command:

# sudo apt remove sl

Note: for future utilities we install, we will show you only the output and the command to install and the command to execute the particular utility. Each utility in this article has a man page, and each is uninstalled via the sudo apt remove… command.

cowsay and cowthink

These are ridiculous commands, but fun nonetheless.  To install, type:

# sudo apt install cowsay

Now let’s try it out:

# cowsay ...fosslinux.com is a great site!
cowsay ...fosslinux.com is a great site!

cowsay …fosslinux.com is a great site!

Cool, right? Not only can our cow talk, but he can also think, too. Try:

# cowthink ...fosslinux.com is a great site!

Not a big fan of cows?  How about dinosaurs?  Try:

# cowsay -f stegosaurus ...fosslinux.com is a great site!
cowsay -f stegosaurus ...fosslinux.com is a great site!

cowsay -f stegosaurus …fosslinux.com is a great site!

There are a plethora of other animals/characters available. To get a listing, type

# cowsay -l
cowsay -l

cowsay -l

figlet

You can use the figlet command to draw large-sized text banners. This is a useful command, as I have used it in the past when creating bash programs and creating welcome messages for telnet and ssh servers.

# sudo apt install figlet

Now let’s try it out:

# figlet FOSSLinux Rocks!
figlet FOSSLinux Rocks!

figlet FOSSLinux Rocks!

There are hosts of options for the figlet command, so you want to check out the man page for this one.

We also can use the figlet command with other commands to do some neat things.  For example, let’s put a cool running clock on our terminal:

# watch -n1 "date '+%D%n%T'|figlet -k"
figlet command used with the date command

figlet command used with the date command

Just <Ctrl> C to stop your newly created terminal clock.

fortune

The fortune command provides you fun random luck or quote. Some make sense; some don’t. But they’re all pretty fun just the same.

Let’s install fortune:

# sudo apt install fortunes

Now to see what wisdom we get today:

# fortune
Our fortune for the day!

Our luck for the day!

That’s not quite what I was looking for. Let’s see if the cow is any wiser:

# fortune | cowsay
The cow gives a great fortune!

The cow gives a great fortune!

Well, it turns out he is!

aafire

# figlet FOSSLinux Rocks! | lolcat -F 5All of this work in CLI stresses one out! Let’ relax by a lovely terminal fireplace.

# sudo apt install libaa-bin

Let’s start our fire:

# aafire
aafire - A fireplace for your terminal

aafire – A fireplace for your terminal

To close the other terminal, press any key on your keyboard. To get help with aafire:

# aafire -h

lolcat

lolcat is a neat utility to add a rainbow of colors to your output. To install

# sudo apt install lolcat
Now let’s see it in action:
# cal | lolcat
A rainbow calendar in the CLI.

A rainbow calendar in the CLI.

I think FOSSLinux looks better in colors, don’t you?

# figlet FOSSLinux Rocks! | lolcat -F 5
A colorful message - FOSSLinux Rocks!

A colorful message – FOSSLinux Rocks!

Let’s get fancy:

# fortune | cowsay -f turtle | lolcat
The colorful turtle is wise

The colorful turtle is wise.

Bonus – Star Wars In ASCII

This one is a golden oldie. I remember it from years ago. To watch Star Wars in ASCII, enter:

# telnet towel.blinkenlights.nl

To exit, enter <Ctrl>[.

Please let us know how your experiences with the commands provided above go. Also, realize that there are hosts of other fun and simple commands that you can experiment with and further increase your comfort with the CLI. Why not google a few of these and try installing and running them on your Linux distros. If you find one particularly cool or entertaining, please let us know about it.

You may also like

3 comments

an archy October 25, 2019 - 8:11 AM

telnet towel.blinkenlights.nl | lolcat

or

cmatrix | lolcat

😉

Reply
Travis Rose October 25, 2019 - 1:13 PM

Careful! That sounds dangerous, like dividing by 0!

Reply
Hikari January 1, 2021 - 8:17 PM

Hey that Tux pic is from Kurumin!

Reply

Leave a Reply to Travis Rose Cancel Reply

fl_logo_v3_footer

ENHANCE YOUR LINUX EXPERIENCE.



FOSS Linux is a leading resource for Linux enthusiasts and professionals alike. With a focus on providing the best Linux tutorials, open-source apps, news, and reviews written by team of expert authors. FOSS Linux is the go-to source for all things Linux.

Whether you’re a beginner or an experienced user, FOSS Linux has something for everyone.

Follow Us

Subscribe

©2016-2023 FOSS LINUX

A PART OF VIBRANT LEAF MEDIA COMPANY.

ALL RIGHTS RESERVED.

“Linux” is the registered trademark by Linus Torvalds in the U.S. and other countries.