当前位置:网站首页>[software tool] the hacker matrix special effect software CMatrix
[software tool] the hacker matrix special effect software CMatrix
2022-06-11 08:24:00 【Wangtingyun's blog】
One 、Cmatrix Introduce
Cmatrix Is a Linux Cool Screensaver software in the environment , The effect is similar to the code rain in the matrix movie :
The software is also an open source software , Open source project address :https://github.com/abishekvashok/cmatrix
Two 、Cmatrix Installation tutorial
1、 Direct command installation
If your system is similar to Ubuntu Of Linux Release version , You can directly use the issued command to install :
sudo apt-get install cmatrix
2、 Source code compilation and installation
But if your is similar to Centos Of Linux Release version , Installation is not so convenient , In this case, it is necessary to Source code compilation Installed , and Source code compilation The installation is applicable to any series Linux Distribution version , therefore , Here we focus on how to compile and install the source code .
1) Get the source installation package
Go directly to the open source project address (https://github.com/abishekvashok/cmatrix) Package and download the source code .
2) install ncurses library
because Cmatrix Depend on ncurse library , So you need to install it , Installation command ( With Centos For example ):
sudo yum install -y ncurses*
3) Compilation and installation
Mr Into configure Related configuration files :
autoreconf -i
Check the configuration dependencies :
./configure
After the dependency check does not report an error, you can compile and install :
make && make install
4) function Cmatrix
[[email protected]]$ cmatrix
3、 ... and 、Cmatrix Introduction to parameters and commands
Common parameters :
-h: Usage of the print command-a: Asynchronous scrolling-b: Turn on BOLD effect-B: Use bold for all characters-n: Turn off bold characters ( Cover-band-BThe effect of )-V: Print version information-C[color]: Use the specified color ( Default green )-r: Rainbow mode-u[delay]: Specify the screen refresh delay time (0 - 10, Default 4)
Run time key commands
| Key | effect |
|---|---|
| 1-9 | Screen refresh delay time |
| a | One step scrolling |
| b | Turn on BOLD effect |
| B | All characters are bold |
| n | Turn off bold |
| q | sign out |
| ! | The font color is switched to red |
| @ | The font color is switched to green |
| # | The font color is switched to yellow |
| $ | The font color is switched to blue |
| % | The font color is switched to magenta |
| ^ | The font color is switched to cyan |
| & | The font color is switched to white |
边栏推荐
- Study the Analects of entanglement
- Sign in system design: how to draw the sign in function
- Solve ('You must install pydot (`pip install pydot`) and install graphviz (see...) '‘ for plot_ model..
- TypeScript-声明合并
- [the most complete ENSP [installation diagram] in history!]
- The difference between equals and = =
- TypeScript-接口和类型别名异同
- TRUNC in pytorch_ normal_ principle
- Difference between threadpooltaskexecutor and ThreadPoolExecutor
- 结果和目标出入太大?不妨借助目标管理精准直达目标!
猜你喜欢

Scrape captures 51job Recruitment Information (static page)

How to start participating in the open source community

BFS on tree (tree breathing first search)

How CSDN reports plagiarized articles

TypeScript-头文件使用细节

Typescript header file usage details

What does it mean to buy a single-mode, dual-mode and Rechargeable Wireless Mouse

Return in foreach and break in for

Anaconda related knowledge supplement (spyder+keras Library)

Development of sylixos SD device driver
随机推荐
Typescript recognizable Union
Bat batch processing separate environment packaging
torch. meshgrid
centos随笔03:centos8.2安装mysql
Crawl Baidu Baipin dynamic page
The difference between equals and = =
torch. Var (), sample variance, parent variance
Development of sylixos SD device driver
Solve cannot import name 'multiheadattention' from 'tensorflow keras. layers‘
Summary of force deduction questions
How to start participating in the open source community
用飞项进行目标管理,不做职场上的“无头苍蝇”
Typescript unknown type
(resolved) pychart debug error -unicode decodeerror: 'UTF-8' codec can't decode byte 0xe8 in position 1023
Don't want the project out of control? You need to use project management tools
Cyclic sort
Training yolov4 CSP model using coco dataset
In an activity, view postdelay will cause memory leakage, but will not affect the life cycle execution of the activity.
Idea pulls items from remote warehouse
【CVPR2022】QueryDet论文精读