02 diciembre 2013

Cmatrix, el codigo de matrix en nuestro terminal.


Cmatrix es un "salva pantallas" para terminal que emula el monitor de la ya reconocida pelicula Matrix.   Esta desarrollado en ncurses y puede compilarse en otros sistemas operativos con pocas modificaciones. 


Pagina oficia;
http://www.asty.org/cmatrix/


Aquí les muestro como instalarse para fedora 17 y sus opciones:

1) agregamos el repositorio

$ vi /etc/yum.repos.d/rpm-sphere.repo:
--------------------------------------------------------------------------------------
[rpm-sphere]
name=RPM Sphere
baseurl=http://download.opensuse.org/repositories/home:/zhonghuaren/Fedora_17/
gpgkey=http://download.opensuse.org/repositories/home:/zhonghuaren/Fedora_17/repodata/repomd.xml.key
enabled=1
gpgcheck=1
--------------------------------------------------------------------------------------
 

2) instalamos la aplicacion
$ yum install -y cmatrix

3) para iniciar la aplicacion solo escribir
$ cmatrix

Optiones:
    -a: Asynchronous scroll, more like the movie/original screensaver
    -b: Partial bold text mode
    -B: All bold text mode
    -f: Force the linux $TERM type to on
    -l: Linux support for linux console matrix.fnt font
    -n: No bold text mode
    -o: Use "old-style" scrolling - less like the movie, more like the Win/Mac screensaver.
    -s: "Screen saver" mode.  Any key aborts (default is "eye candy" mode, must abort with control C)
    -x: X window mode, use if your xterm is using mtx.pcf
    -u [update]: Update delay (0-9, default 4).
    -C [color]: Use color for matrix (default green).
 
Keystrokes available while running (not available in -s mode):
    a: Toggle asynch mode
    b: Enable partial bold text
    B: Enable all bold text
    n: Disable bold text
    0-9: Change update delay
    ! @ # $ % ^ & ): Change the color of the matrix to the corresponding color: ! - red, @ - green, # - yellow, $ - blue, % - magenta, ^ - cyan, & - white, ) - black.
 

No hay comentarios:

Publicar un comentario