8 fun Linux utilities
ispmanager.com

ispmanager.com @ispmanager_com

About: The control panel for managing your VPS or dedicated Linux server. Ispmanager makes life easy for website owners, hosting providers, and web developers thanks to its user-friendly web services tools.

Joined:
Aug 23, 2023

8 fun Linux utilities

Publish Date: Jul 11 '24
135 18

We've put together a few fun Linux utilities, try them out for yourself.

Read on and you’ll get greeted by a cow in your console, you’ll become Neo and dive into the matrix, and your console will light up in flames.

cmatrix

The matrix, straight out of the eponymous movie, will appear in your terminal. To install it on Ubuntu, run: sudo apt-get install cmatrix
Then, type cmatrix in the terminal.

Image description

apt-get easter egg

A cow will appear and ask you, “have you mooed today?” Just run apt-get moo

Image description

aafire

A fire will light up your console. To install it on Ubuntu, run: sudo apt install libaa-bin
Then, type aafire in the terminal.

Image description

sl

Want to see a train drive through your console? To install it on Ubuntu, run sudo apt install sl, and then type sl in the terminal.

Image description

fortune

Fortune is a random joke and quote generator. It displays random messages, which can be funny or wise, depending on your luck. To install it on Ubuntu, run: sudo apt install fortune Then, type fortune in the terminal.

Image description

figlet

Creates stylized ASCII art text banners. To install it on Ubuntu, run: sudo apt install figlet
Then, type fortune and then the text you want in the terminal.

Image description

nyancat

Plays an animated version of the Nyan Cat meme in the terminal.
To install it on Ubuntu, run: sudo apt install nyancat

Image description

pipes.sh

The pipes.sh command is a terminal-based emulator of the game "Pipe Mania." It draws random lines that create interesting, random patterns.

To install it on Ubuntu, run: sudo apt install pipes-sh
Then, type pipes-sh in the terminal.

Image description

What other amusing Linux utilities do you know of?

Want more articles like this? Subscribe to our newsletter

Comments 18 total

  • Igor Gubaidullin
    Igor GubaidullinJul 11, 2024

    The “yes” command helps you to loop an automated response until you terminate the command. This command will print the exact same thing indefinitely. If you want to produce huge amounts of junk text fast, then this command will work like a charm.
    Just try something like:
    # yes "Hello World!"

    • ispmanager.com
      ispmanager.comJul 11, 2024

      And there is also a command pi - it will show the first 50 digits of the number π after the decimal point =)

  • Jeffrey Davis
    Jeffrey DavisJul 11, 2024

    You mention figlet, but not toilet. How can you do toilet --gay Happy Pride ?

    • ispmanager.com
      ispmanager.comJul 12, 2024

      Lots of teams not included here - everyone has their favorites =)

  • weiqipeng
    weiqipengJul 12, 2024

    that's cool

  • DevOps Pass AI
    DevOps Pass AIJul 12, 2024

    Where is bb and libcaca?! devopspass-ai.com/post/friday-devo...

  • Cédric
    CédricJul 12, 2024

    useless therefore essential
    :D

  • Joe
    JoeJul 17, 2024

    If you still use sudo, try adding the line
    Defaults insults
    near the top of /etc/sudoers (using visudo).

    It's quite versatile. ;)
    (It won't break anything except perhaps a bad mood.)

  • Marek Wywiał
    Marek WywiałJul 17, 2024

    similar for ls -> sl is git -> gti

    Image description

  • Ben Sinclair
    Ben SinclairJul 17, 2024

    The cow from the apt command is reproducible with the cowsay command.

    Figlet has alternatives - I use toilet these days, but banner is simpler and probably already installed on older systems.

    lolcat takes anything you pipe through it - toilet for example - and makes it use pretty colours.

  • Utsav Tayde
    Utsav TaydeJul 18, 2024

    haha... cmatrix is something though!

  • Karthik Sakthivel
    Karthik SakthivelJul 22, 2024

    Very interesting... 💯👏

  • Shlomi Fish
    Shlomi FishJul 24, 2024

    Re fortune: some codevelopers-and-I maintain an enhanced version of fortune-mod here: github.com/shlomif/fortune-mod . There is also a version where the source code was converted to rust-lang, and some content was filtered: github.com/cafkafk/fortune-kind . The debian and ubuntu versions are thus old-and-outofdate

  • Илья Малышев
    Илья МалышевSep 3, 2024

    If you like cmaprix try Hollywood hacking terminal

  • Ernane Ferreira
    Ernane FerreiraSep 13, 2024

    I was thrilled to discover that you can watch Star Wars in the terminal with just one command using Telnet:

    telnet towel.blinkenlights.nl
    
    Enter fullscreen mode Exit fullscreen mode

    You’ll need Telnet installed on your system, but it’s definitely worth it! lol

    
                        8888888888  888    88888
                       88     88   88 88   88  88
                        8888  88  88   88  88888
                           88 88 888888888 88   88
                    88888888  88 88     88 88    888888
    
                    88  88  88   888    88888    888888
                    88  88  88  88 88   88  88  88
                    88 8888 88 88   88  88888    8888
                     888  888 888888888 88   88     88
                      88  88  88     88 88    8888888
    
    
    Enter fullscreen mode Exit fullscreen mode
    • Syed Mehdi
      Syed MehdiOct 16, 2024

      This has to be the coolest things I've ever seen on a terminal! Thanks!

  • Rash Edmund
    Rash EdmundSep 14, 2024

    does fortune ever run out of quotes or does it always pull them from online

Add comment