Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.02 KB

105-the-cmatrix-command.md

File metadata and controls

29 lines (18 loc) · 1.02 KB

The cmatrix command

This command doesn't come by default in Linux. It has to be installed, and as seen in chapter 052 we need to run the following command:

sudo apt-get install cmatrix

And after everything is installed, you have become a 'legit hacker'. In order to use this command, just type in cmatrix and press enter:

cmatrix

And this is what you should see:

The Matrix

As you can see you have access to the matrix now. Well, not really.

What this actually is just a fun little command to goof around with. There are actually a few options you can use. For examle you can change the text colour. You can choose from green, red, blue, white, yellow, cyan, magenta and black.

cmatrix -C red

Red Matrix

And the falling characters will be red. This command isn't really something that will help you with your job or anything, but it is fun to know that you can have some fun in Linux.