黑客帝国的背景效果cmatrix

1、解压文件夹。

unzip 2017082504005367.zip 

2、进入到解压后的目录

3、配置、编译、安装

./configure

sudo  make 

 sudo make install

4、测试一下

 Usage: cmatrix -[abBfhlsVx] [-u delay] [-C color]
 -a: Asynchronous scroll
 -b: Bold characters on
 -B: All bold characters (overrides -b)
 -f: Force the linux $TERM type to be on
 -l: Linux mode (uses matrix console font)
 -o: Use old-style scrolling
 -h: Print usage and exit
 -n: No bold characters (overrides -b and -B, default)
 -s: "Screensaver" mode, exits on first keystroke
 -x: X window mode, use if your xterm is using mtx.pcf
 -V: Print version information and exit
 -u delay (0 - 10, default 4): Screen update delay
 -C [color]: Use this color for matrix (default green)
 -r: rainbow mode

 cmatrix

显示不同的颜色:

cmatrix -C yellow

 

其它测试,请参看帮助文档。

cmatrix --help 

猜你喜欢

转载自blog.csdn.net/zxy131072/article/details/87940305