Knowing how to play these 10 Linux commands must be an interesting IT man!

There are many interesting commands in Linux, you can try it yourself, it's very simple.

1. rev command

Reverses the entered string line by line.

run:

$rev

Such as input: shiyanlou

shiyanlou

picture

2.asciiview command

1. Install aview first

$sudo apt-get install aview

2. Install imagemagick again

$sudo apt-get install imagemagick

3. use asciiview

$asciiview shiyanlou.png -driver curses

The effect is as follows:

picture

3.sl command

You'll see a train going from the right side of the screen to the left...

Install

$ sudo apt-get install sl

run

$ sl

picture

4. aafire command

How about setting a fire on your terminal.

Install

$sudo apt-get install libaa-bin

run

$aafire

insert image description here

5. cmatrix command

This is cool! The matrix-style animation effects of "The Matrix".

Install

$ sudo apt-get install cmatrix

run

$cmatrix

To turn off the effect, press ctrl+c to end.

picture

6.factor command

Decomposing factors, this... can help elementary school students at home solve problems

run:

$factor60

picture

7.oneko command

A cat appears on the desktop, running with your mouse, and it will sleep if you do not move. Haha, this is pretty good!

Install

$sudo apt-get install oneko

run

$oneko

To turn off this guy, press ctrl+c to end.

picture

8.boxes command

Various ASCII art paintings are framed around the entered text or code.

Install

$ sudo apt-get install boxes

run

$ echo "shiyanlou.com" | boxes

or

$ echo "shiyanlou.com" | boxes -d dog

picture

9.xeyes command

The xeyes command is a graphics display program. Run this program, you will see a pair of cute eyes staring at you all the time.

Install

$ sudo apt-get install xeyes

run

$ xeyes

picture

10. pv command

Sometimes we see some subtitles displayed on the movie screen at a constant speed, as if someone is typing on the keyboard while displaying. The pv command on Linux can achieve this effect.

Install

$ sudo apt-get install pv

run

$ echo "welcome to shiyanlou.com , you can learn IT by doing" | pv -qL 10

picture

The specific effect can be realized by yourself!

If you have other interesting Linux commands, please tell me, I will add them~

—END—

at last

Statistics show that there is currently a gap of 1.4 million cyber security talents in China...
Whether you are a cyber security enthusiast or a practitioner with certain work experience,
whether you are a fresh graduate or a professional who wants to change jobs ,
you all need this job. super super comprehensive information
almostBeats 90% of self-study materials on the market
And covers the entire network security learning category
to bookmark it!It will definitely help your study!

Friends, if you need a full set of network security introduction + advanced learning resource package, you can click to get it for free (if you encounter problems with scanning codes, you can leave a message in the comment area to get it) ~

CSDN spree: "Hacker & Network Security Introduction & Advanced Learning Resource Pack" free sharing

Guess you like

Origin blog.csdn.net/2301_76168381/article/details/132280571
Recommended