9 Amazing Linux/Ubuntu Commands for Fun

preview_player
Показать описание
Before running a command, First Install pkg. Pkg command are as follows :-
1. cmatrix
Ubuntu Command : sudo apt install cmatrix
RHEL Command : sudo dnf install cmatrix

2. xeyes
Ubuntu Command : sudo apt install x11-apps
RHEL Command : sudo dnf install xeyes

3. cowsays
Ubuntu Command : sudo apt install cowsay
RHEL Command : sudo dnf install cowsay

4. aafire
Ubuntu Command : sudo apt install libaa-bin
RHEL Command : sudo dnf install aalib

5. rig
Ubuntu Command : sudo apt install rig
RHEL Command : sudo dnf install rig

6. sl
Ubuntu Command : sudo apt install sl
RHEL Command : sudo dnf install sl

7. asciiquarium
Ubuntu Command :
sudo add-apt-repository ppa:ytvwld/asciiquarium
sudo apt install asciiquarium
RHEL Command : sudo dnf install asciiquarium

8. fortune
Ubuntu Command : sudo apt install fortune
RHEL Command: sudo dnf install fortune-mod

9. figlet
Ubuntu Command : sudo apt install figlet
RHEL Command : sudo dnf install figlet

Subscribe to my Channel for More Technical and Ubuntu/Linux Related Videos

#ubuntu #debian #linux #cmatrix #xeyes #fortune #figlet #asciiquarium #sl #bash #rig #figlet #cowsays #bashshell #script

Рекомендации по теме
Комментарии
Автор

sudo apt moo 🐮 *..."Have you mooed today?"...* ;)

oni
Автор

You can pipe fortune into cowsay: fortune|cowsay

PaulG.x