Explore Fun Linux Command-Line Tools: Figlet, Cowsay, CMatrix & More
This guide introduces a collection of entertaining Linux command-line utilities—including figlet for ASCII art text, aafire for flame effects, fortune for random quotes, yes for repeated output, sl for a steam locomotive, cowsay for talking cows, cmatrix, asciiquarium, asciiview, hollywood, ninvaders, and bastet—detailing their installation via yum or apt and example usage commands.
This article presents a set of fun command‑line programs for Linux, showing how to install each tool and providing example commands to run them.
figlet (ASCII text art)
Installation
yum install figlet -yRun
figlet rumenz.comaafire (flame effect)
Installation
yum install aafire -yRun
aafirefortune (random quotes)
Installation
yum install fortune-modRun
fortuneSample output:
We only acknowledge small faults in order to make it appear that we are
free from great ones.
-- La Rouchefoucauldyes (repeat a line)
Run
yes hello,worldsl (steam locomotive)
Installation
yum install -y slRun
slcowsay (talking cow)
Installation
yum install cowsay -yRun
cowsay "rumenz.com" ____________
< rumenz.com >
------------
\ ^__^
\ (oo)\_______
(__)
||----w |
|| ||cmatrix (Matrix‑style screen)
Installation
wget https://jaist.dl.sourceforge.net/project/cmatrix/cmatrix/1.2a/cmatrix-1.2a.tar.gz
tar -zxvf cmatrix-1.2a.tar.gz
cd cmatrix-1.2a
./configure && make && make installRun
cmatrixasciiquarium (ASCII aquarium)
Installation
yum install perl-Curses perl-ExtUtils-MakeMaker perl-Data-Dumper -y
cd /tmp
wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.6.tar.gz
tar -zxvf Term-Animation-2.6.tar.gz
cd Term-Animation-2.6/
perl Makefile.PL && make && make test
make install
cp asciiquarium /usr/local/bin
chmod 0755 /usr/local/bin/asciiquariumRun
asciiquariumasciiview (image to ASCII)
Installation
sudo apt-get install aview imagemagickRun
asciiview hepburn.penhollywood (Hollywood‑style terminal)
Installation
sudo apt-get update
sudo apt-get install byobu hollywoodRun
hollywoodninvaders (Space Invaders)
Installation
sudo apt-get install ninvadersRun
ninvadersbastet (Tetris clone)
Installation
sudo apt-get install bastetRun
bastetArticle source: 入门小站 (copyright belongs to the original author).
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
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.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
