Site icon LinuxCommands.site

Share some linux prank commands

linux sl command

linux sl command – Display animation, meet the water drop train from the right to the left of the screen …, the purpose is to correct the user who accidentally input ls to sl.

installation

➜  ~ sudo apt install sl

run

➜  ~ sl

options

examples

➜  ~ sl -a

You can prank others by setting alias. When he typed ls, he saw a train, hahaha ^_^……

linux cowsay/cowthink commands

Linux Cowsay / Cowthink commands – generates an ASCII picture of a cow saying something provided by the user.

installation

➜  ~ sudo apt install cowsay

run

➜  ~ cowsay "hi everyone"

options

examples

➜  ~ cowsay -e "OO" -T "||" "hello, everybody"
➜  ~ cowthink -e "OO" -T "||" "hello, everybody"
➜  ~ cowsay -l
Cow files in /usr/share/cowsay/cows:
apt bud-frogs bunny calvin cheese cock cower daemon default dragon
dragon-and-cow duck elephant elephant-in-snake eyes flaming-sheep
ghostbusters gnu hellokitty kangaroo kiss koala kosh luke-koala
mech-and-cow milk moofasa moose pony pony-smaller ren sheep skeleton
snowman stegosaurus stimpy suse three-eyes turkey turtle tux unipony
unipony-smaller vader vader-koala www

➜  ~ cowsay -f vader "hello, everybody"

linux cmatrix command

linux cMatrix – simulates the display from “The Matrix”

installation

➜  ~ sudo apt install cmatrix

run

➜  ~ cmatrix

options

keystrokes

       a      Toggle asynchronous scroll

       b      Random bold characters

       B      All bold characters

       n      Turn off bold characters

       0-9    Adjust update speed

       ! @ # $ % ^ & )
              Change the color of the matrix to the corresponding color: ! - red, @ - green, # - yellow, $ -  blue,  %  -  ma‐
              genta, ^ - cyan, & - white, ) - black.

       q      Quit the program

linux figlet / toilet commands

linux toilet command – prints text using large characters made of smaller characters.

linux figlet command – prints its input using large characters made up of ordinary screen characters

installation

➜  ~ sudo apt install toilet
➜  ~ sudo apt install figlet

run

➜  ~ toilet "hello"
➜  ~ figlet "hello"

linux yes command

linux yes command – output a string repeatedly until killed

run

➜  ~ yes hello

linux oneke command

linux oneko command – Creates a cute cat chasing around your mouse cursor.

installation

➜  ~ sudo apt install oneko

run

➜  ~ oneko

options

Exit mobile version