Cmatrix in Linux – Installation and Usage Commands

Cmatrix is a fun terminal program that displays a scrolling screen of characters similar to the digital rain effect from The Matrix movie. It is simple to install and run on Debian-based Linux distributions such as Ubuntu, Debian, and Kali Linux. You can also change the color, scrolling speed, and display style using different options.

Here’s what you can do with Cmatrix:

  • Display the Matrix-style digital rain effect.
  • Change the Matrix color.
  • Change the screen update speed.
  • Use bold characters.
  • Use Japanese characters.
  • Enable rainbow mode.
  • Change the scrolling style.
  • Display the effect in Linux console mode.

Commands to Install Cmatrix

You can quickly install Cmatrix on Debian-based Linux systems using the APT package manager. Run the commands below to get started.

First, update the package list.

sudo apt update

Install Cmatrix.

sudo apt install cmatrix -y

After the installation finishes, you can start Cmatrix with:

cmatrix

Cmatrix will start displaying the Matrix-style animation in your terminal.

Cmatrix Usage Commands

Cmatrix also supports different options to change its speed, colors, and display style. You can combine multiple options to create your preferred Matrix-style terminal effect.

Run Cmatrix normally.

cmatrix

Enable asynchronous scrolling.

cmatrix -a

Use bold characters.

cmatrix -b

Use bold characters for everything.

cmatrix -B

Use Japanese characters.

cmatrix -c

Force the Linux $TERM type to be enabled.

cmatrix -f

Use Linux mode.

cmatrix -l

Enable lock mode.

cmatrix -L

Use the old-style scrolling effect.

cmatrix -o

Disable bold characters.

cmatrix -n

Run Cmatrix in screensaver mode.

cmatrix -s

In this mode, Cmatrix exits when you press a key.

Use X Window mode.

cmatrix -x

Show the Cmatrix version.

cmatrix -V

Show the help menu.

cmatrix -h

Change the screen update delay.

cmatrix -u 2

You can use a value from 0 to 10. A lower value makes the screen update faster.

Change the Matrix color.

cmatrix -C red

You can replace red with a supported color such as:

green
red
blue
white
yellow
cyan
magenta

Use rainbow mode.

cmatrix -r

Use lambda mode.

cmatrix -m

You can also combine multiple options. For example:

cmatrix -B -C blue -u 2

This runs Cmatrix with bold characters, a blue color, and a faster update delay.

To stop Cmatrix, press:

CTRL + C

You can use these commands to change the Cmatrix effect and make your terminal look more interesting.

Conclusion

Cmatrix is a simple and fun tool that gives your Linux terminal a cool Matrix-style animation. You can easily install it and use different options to change the speed, colors, and screen style. Try the available commands and customize the effect to match your preferred terminal style.

SHARE THIS POST: