Operations 5 min read

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.

MaGe Linux Operations
MaGe Linux Operations
MaGe Linux Operations
Explore Fun Linux Command-Line Tools: Figlet, Cowsay, CMatrix & More

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 -y

Run

figlet rumenz.com

aafire (flame effect)

Installation

yum install aafire -y

Run

aafire

fortune (random quotes)

Installation

yum install fortune-mod

Run

fortune

Sample output:

We only acknowledge small faults in order to make it appear that we are
free from great ones.
                -- La Rouchefoucauld

yes (repeat a line)

Run

yes hello,world

sl (steam locomotive)

Installation

yum install -y sl

Run

sl

cowsay (talking cow)

Installation

yum install cowsay -y

Run

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 install

Run

cmatrix

asciiquarium (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/asciiquarium

Run

asciiquarium

asciiview (image to ASCII)

Installation

sudo apt-get install aview imagemagick

Run

asciiview hepburn.pen

hollywood (Hollywood‑style terminal)

Installation

sudo apt-get update
 sudo apt-get install byobu hollywood

Run

hollywood

ninvaders (Space Invaders)

Installation

sudo apt-get install ninvaders

Run

ninvaders

bastet (Tetris clone)

Installation

sudo apt-get install bastet

Run

bastet

Article source: 入门小站 (copyright belongs to the original author).

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.

ascii-artsystem operationsfun utilitiesCommand-line
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.