Skip to main content
Here are some fun Linux terminal utilities to brighten up your command line.

cmatrix

Displays a scrolling Matrix-style animation in the terminal.
sudo apt-get install -y cmatrix
cmatrix

apt-get moo

A fun easter egg that displays a cow saying “have you mooed today”. No installation required.
apt-get moo

aafire

Displays a fire animation in the console using ASCII art.
sudo apt-get install -y libaa-bin
aafire

sl

Displays an animated walking train — a fun punishment for mistyping ls as sl.
sudo apt-get install -y sl
sl

fortune

Displays a random message, joke, or quote.
sudo apt-get install -y fortune
fortune

figlet

Displays large ASCII art text from any string you provide.
sudo apt-get install -y figlet
figlet "Hello World"

nyancat

Plays an animated Nyan Cat in the terminal.
sudo apt-get install -y nyancat
nyancat

Build docs developers (and LLMs) love