Linux implementation Matrix cool background effects

cmatrix Matrix-style screensaver, green letters brush as rain falling on the screen in a Linux environment.

cmatrix Download link: https: //pan.baidu.com/s/1GsuD3NOGJNaDPRMD0zk64g
extraction code: gzeh
installation steps:

1. Create the / usr / local / xuanku directory
mkdir -p / usr / local / xuanku

2. enter / usr / local / xuanku directory
cd / usr / local / xuanku

3. The cmatrix installation package into / usr / local / xuanku

4. Source package extracting
the tar -xvf cmatrix-1.2a.tar.gz

5. The entering /usr/local/xuanku/cmatrix-1.2a directory
CD-1.2A cmatrix

6. The installation dependencies and compiler tools
yum install -y ncurses- * the make GCC devel

7. The detection
./configure

8. The compile
the make

9. The mounting
make install

10. Test

Enter cmatrix -b to see results

cmatrix commonly used commands

cmatrix-a: Asynchronous scroll (default)

cmatrix-B: random bold

cmatrix-B: All bold

cmatrix-o: the old-style scroll

cmatrix-x: X window mode

cmatrix-V: display version information

cmatrix-u: Refresh frequency, 0-9, that is, the speed of scrolling

color display, supporting green (default), red, blue, White, Yellow, Cyan,: cmatrix-C
Magenta and Black

for example: red
cmatrix -b -C red

use blue color
cmatrix -b -C blue

Guess you like

Origin www.cnblogs.com/wenjia0411/p/11208738.html