Raspberry PI

Funny Raspberry PI OS Terminal Commands Not Everyone Knows

Raspbian Lite users work every day with terminal commands without graphical environment. But Linux world is plenty of funny tweaks that can make terminal really funny also for newer users.

First action is, as always, installing Raspberry PI OS Lite or installing Raspberry PI OS Desktop in your Raspberry PI.

Some funny examples are listed below. Try them from youself…

Funny Commands Without Addictional Packages

pi@raspberrypi:~ $ nice man woman
No manual entry for woman
pi@raspberrypi:~ $ ^How did the sex change operation go?^
-bash: :s^How did the sex change operation go?^: substitution failed
pi@raspberrypi:~ $ [ whereis my brain?
-bash: [: missing `]'
pi@raspberrypi:~ $ apt-get moo
             (__)
             (oo)
       /------\/
      / |    ||
   *    /\---/\
…"Have you mooed today?"…
pi@raspberrypi:~ $ calendar -f /usr/share/calendar/calendar.lotr -A 365
Apr 17 An unexpected party
Apr 23 Crowning of King Ellesar
May 19 Arwen leaves Lorian to wed King Ellesar
Jun 11 Sauron attacks Osgilliath
Jun 13 Bilbo returns to Bag End
Jun 23 Wedding of Ellesar & Arwen
Jul 04 Gandalf imprisoned by Saruman
Jul 24 The ring comes to Bilbo
Jul 26 Bilbo rescued from Wargs by Eagles
Aug 03 Funeral of King Theoden
Aug 29 Saruman enters the Shire
Sep 10 Gandalf escapes from Orthanc
....

Funny Commands With Addictional Packages to try yourself…

Fortune

pi@raspberrypi:~ $ sudo apt install fortune

Then type :

pi@raspberrypi:~ $ fortune

Aafire

pi@raspberrypi:~ $ sudo apt install libaa-bin

then type:

pi@raspberrypi:~ $ aafire

Stream Locomotive

pi@raspberrypi:~ $ sudo apt install sl

then type:

pi@raspberrypi:~ $ sl

Cowsay

pi@raspberrypi:~ $ sudo apt install cowsay

Then type:

pi@raspberrypi:~ $ cowsay "peppe8o.com" #change phrase with whatever you want

(you can find under /usr/share/cowsay/cows other funny pictures to show with “cowsay -f picture.cow text_to_say”). An example is “cowsay -f ghostbusters.cow peppe8o.com”

Cmatrix

pi@raspberrypi:~ $ sudo apt install cmatrix

then type:

pi@raspberrypi:~ $ cmatrix

BB

pi@raspberrypi:~ $ sudo apt install bb

then type:

pi@raspberrypi:~ $ bb #wait for video to be completely loaded...

Enjoy!

peppe8o

Open source and Raspberry PI lover

Published by
peppe8o

Recent Posts

Some links in this post may be affiliate links. We may get paid if you buy something or take an action after clicking one of these, but without addictional costs for you compared to direct buying.

SPI communication between two Arduinos

In this tutorial, we will use two Arduino Uno to demonstrate the Serial Peripheral Interface…

1 week ago

Automatic irrigation system with Arduino and Sensors

In this tutorial, we will be making an automatic irrigation system (AIS) with Arduino and…

2 weeks ago

Beginner’s Guide to Use Python Virtual Environment with Raspberry PI (venv)

This tutorial will show you how to use Python Virtual Environment with Raspberry PI computer…

3 weeks ago

Get Betting Odds with Raspberry PI and Odds-API (free)

This tutorial will show you how to get betting odds with Raspberry PI by using…

1 month ago

Backup Raspberry PI (computer) Data with Rsync to Remote NAS

This tutorial will show you how to perform the backup of Raspberry PI (computer board)…

1 month ago

Honeygain and Raspberry PI: Earn by Sharing Internet Connection

This tutorial will show you how to install Honeygain on a Raspberry PI computer board…

1 month ago