安装过程
  wget http://www.asty.org/cmatrix/dist/cmatrix-1.2a.tar.gz
  tar xvf cmatrix-1.2a.tar.gz
  cd cmatrix-1.2a
  yum install ncurses-devel
  ./configure && make && make install
  使用说明
  cmatrix [-abBflohnsVx] [-C color]
  选项
  -a :异步滚动(默认)
  -b :随机粗体
  -B :全部粗体
  -f :force the linux $TERM type to be on
  求大神解释
  -l :Linux mode (sets "matrix.fnt" font in console)
  求大神解释
  -o :使用旧风格滚动(不好看)
  -h :获得帮助信息
  -n :不使用粗体(默认)
  -s :"Screensaver" mode,exits on first keystroke
  求大神解释
  -x :X window 模式,好像是显示的符号不一样
  -V :显示版本信息
  -u :刷新频率,0-9,也是滚动的快慢
  -C :显示的颜色,支持green(默认),red,blue,white,yellow,cyan,
  magenta and black
  在运行的状态下,直接按q,即可退出程序
  #cmatrix -b  效果如下

  #cmatrix -B 效果如下

  当然我们也可以改变颜色,个人比较喜欢使用-b,红黄蓝效果图如下
  #cmatrix -b -C red

  #cmatrix -b -C yellow

  #cmatrix -b -C blue

  在运行状态下,按数字0-9可以改变滚动的速度哦!!