automated terminal push

This commit is contained in:
Software Shinobi
2025-03-14 15:46:26 -04:00
parent 2772fd8950
commit ba551064a7
284 changed files with 15015 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# The `cmatrix` command
This command doesn't come by default in Linux. It has to be installed, and as seen in chapter [052](/ebook/en/content/052-the-apt-command.md) 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](https://imgur.com/h5ZKcKQ.png)
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](https://imgur.com/PwMXSVx.png)
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.