Linux achieves the Matrix effect, super simple

MATRIX is a Matrix-style screensaver in the Linux environment. The green letters are swiping on the screen like rain, and occasionally I can recall the hacker dream of the programmer.

First find the CMATRIX installation package on the Internet, and then install it, if you need it, look for Lemon Ban Xiaomi!

Specific steps:

Install CMATRIX from source code

1. Create /usr/local/temp directory mkdir -p /usr/local/temp

2. Enter /usr/local/temp directory cd /usr/local/temp

3. Put the cmatrix installation package in /usr/local/temp

4. Unzip the source code package tar -xvf cmatrix-1.2a.tar.gz

5. Enter the
/usr/local/temp/cmatrix-1.2a directory cd cmatrix-1.2a

6. Install dependent packages and compilation tools yum install -y ncurses-devel gcc * make

7. Detection./configure

8. Install make install

test

Enter cmatrix -b to see the effect

Linux achieves the Matrix effect, super simple

 

CMATRIX commonly used commands:

cmatrix-a: asynchronous scrolling (default)

cmatrix-b: random bold

cmatrix-B: all bold

cmatrix-o: Use old style scrolling

cmatrix-x: X window mode

cmatrix-V: Display version information

cmatrix-u: refresh rate, 0-9, which is the speed of scrolling

cmatrix-C: Display color, supports green (default), red, blue, white, yellow, cyan, magenta and black

E.g:

Use red cmatrix -b -C red

Use blue cmatrix -b -C blue

Recommend a software testing learning exchange group: 785128166, there are shared videos, interview guidance, test materials, mind maps, and videos in the group. They are all dry goods, you can download and watch. Mainly share test foundation, interface test, performance test, automated test, TestOps architecture, Jmeter, LoadRunner, Fiddler, MySql, Linux, resume optimization, interview skills, and actual video data of large-scale test projects. Use every minute and every second of your time to learn to improve yourself, and don't use "no time" to conceal your mental laziness! Try hard while you are young, and give your future self an explanation!

Public number: Programmer Erhei, after paying attention, you can receive a large amount of learning materials for free.

Good things should be shared with friends
 

Guess you like

Origin blog.csdn.net/weixin_53519100/article/details/114851446