Operations 6 min read

9 Hilariously Fun Linux Commands You Can Try Right Now

Explore a collection of quirky Linux terminal utilities—including cmatrix, oneko, aafire, ASCIIquarium, toilet, sl, xeyes, moo, and bb—complete with brief descriptions, installation commands, and visual demos that showcase how these playful tools can add entertainment to everyday command‑line work.

MaGe Linux Operations
MaGe Linux Operations
MaGe Linux Operations
9 Hilariously Fun Linux Commands You Can Try Right Now

1. cmatrix

Inspired by the "Matrix" movie, cmatrix displays a cascading stream of characters, giving your terminal a hacker‑style visual effect.

Installation

sudo apt-get install cmatrix

Run

cmatrix

2. oneko

The oneko command adds a playful animated cat that chases your mouse pointer, proving the terminal can be more than just text.

Installation

sudo apt-get install oneko

Run

oneko

3. aafire

aafire creates a small ASCII fire effect directly in your terminal, turning a plain window into a flickering blaze.

Installation

sudo apt-get install libaa-bin

Run

aafire

4. ASCIIquarium

ASCIIquarium turns your terminal into a tiny aquarium with moving fish, bubbles, and sea creatures rendered entirely in ASCII art.

Installation

cd /tmp
wget http://www.robobunny.com/projects/asciiquarium/asciiquarium.tar.gz
tar -zxvf asciiquarium.tar.gz
cd asciiquarium_1.1/
cp asciiquarium /usr/local/bin
chmod 0755 /usr/local/bin/asciiquarium

Run

asciiquarium

5. toilet

Toilet generates large, stylized text banners with various fonts and effects such as color and metal shine.

Installation

sudo apt-get install toilet

Run

toilet OpenSkill
toilet -f mono12 -F metal OpenSkill

6. sl (Steam Locomotive)

When you mistype "ls" as "sl", this command displays an animated steam locomotive chugging across your screen.

Installation

sudo apt-get install sl

Run

sl

7. xeyes

xeyes opens a pair of eyes that follow your mouse cursor, adding a whimsical visual to the X Window System.

Installation

sudo apt-get install xeyes

Run

xeyes

8. moo

The moo command displays a friendly ASCII cow that says "moo"; it is usually pre‑installed on many systems.

Run

apt-get moo

9. bb

Running the bb command launches a simple animation of a bouncing ball within the terminal.

Installation

sudo apt-get install bb

Run

bb
Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

Linuxterminal tricksfun utilities
MaGe Linux Operations
Written by

MaGe Linux Operations

Founded in 2009, MaGe Education is a top Chinese high‑end IT training brand. Its graduates earn 12K+ RMB salaries, and the school has trained tens of thousands of students. It offers high‑pay courses in Linux cloud operations, Python full‑stack, automation, data analysis, AI, and Go high‑concurrency architecture. Thanks to quality courses and a solid reputation, it has talent partnerships with numerous internet firms.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.