Skip to main content

CMatrix : How to Install CMatrix in Termux-Android

Install CMatrix Tool in Termux

NOTE: This article is only for an Educational purpose. Any actions or activities related to the material contained on this Website is solely your responsibility.  Misuse of the information in this website can result in criminal charges brought against the persons in question. The Authors and www.androidUNKNOWN.blogspot.com will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this website to break the law.

*Requirements:

  • Termux from play store.
  • Mobile data / wifi connection.


* Termux is a terminal emulator for Android developed by Fredrik Fornwall and is an application in the Linux environment. Also, there is no need to route the equipment.

#Type this command's and hit enter: 

1. This command is used to download package information from all configured sources : ' apt-get update'

2This command is used to download package information from all configured sources : ' apt-get upgrade -y. '

3. This command installs the CMatrix package on Termux : ' apt-get install cmatrix -y'

4This command runs the CMatrix program in the Terminal : ' cmatrix'

*To stop this click, press " CTRL + c" in the terminal*


#How to get it for other types of screen effects with Cmatrix?

1. Asynchronous scrolling : is the basic effect you get when using the Cmatrix command ' cmatrix -a'

2Bold characters on : The "Bold characters on" argument randomly throws some bold text during the matrix effect 'cmatrix -b '


3. All Bold : This effect gives you the All Bold Rain effect. This effect makes all characters bold 'cmatrix -B '


4. Japanese Characters : This effect provides the effect of the actual Japanese characters used in Matrix movies, but if the phone does not have Chinese fonts installed, then instead of Chinese characters, You will see some garbage values. It looks like a system crash 'cmatrix -c '


5. Old Style Scroll : This effect gives the feeling of old style terminal scrolling that doesn't work ' cmatrix -o'


6. X Window Mode : This effect prints an up arrow on the screen and fills it with some Astric symbols and the letter L. ' cmatrix -x'


7. Speed ​​Control : You can use this argument to control the speed of the effect. The speed range is 0 to 0 and the basic speed is 4. You can change the speed by increasing or decreasing the value with the following command. ' cmatrix -u 6'


8. Change Color : You can use this argument to change the color. ' cmatrix -C red '

9. Rainbow Mode : In this mod you can see the colorful text in a matrix effect. ' cmatrix -r'


10. Lambda Mode : In lambda mode, the letter e is not displayed, instead the lambda symbol is displayed. ' cmatrix -m'


3NJOY YOUR DAY😇 

Comments

Popular posts from this blog

Figure It out : How Running Game with (Termux+Ubuntu+box86)

This is a general overview of how he did it NOTE:   This article is only for an Educational purpose. Any actions or activities related to the material contained on this Website is solely your responsibility.  Misuse of the information in this website can result in criminal charges brought against the persons in question. The Authors and  www.androidUNKNOWN.blogspot.com  will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this website to break the law. * Requirements: Install Termux  . Internet / wifi connection. * This is a general overview of how he did it.   With the Termux (terminal emulator for Android) you can't run x86 applications (including almost all games) because it's Linux for ARM processors that allows your phone to run full-fledged Linux.  * The  box86  is a translation layer that allows you to run ARM Linux x86 based applications, but it must be 32-bit , not 64-bit (I tried the 64-bit vers

How to install Ubuntu on Qemu in Termux?

Install Ubuntu on Qemu in Termux NOTE: This article is only for an Educational purpose. Any actions or activities related to the material contained on this Website is solely your responsibility.  Misuse of the information in this website can result in criminal charges brought against the persons in question. The Authors and www.androidUNKNOWN.blogspot.com will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this website to break the law. * The installation procedure is the same as installing Ubuntu on a typical computer. The only difference here is that the hardware is emulated. * Requirements: Packages: qemu-utils qemu-system-x86-64-headless (you can use a non-headless variant from x11-repo) Ubuntu iso file. Device with good amount of RAM, >= 4 GB. Enough storage space. VNC Viewer (if headless) * Create an hdd image : '  qemu-img create -f qcow2 hdd.img 8G ' *  Boot QEMU system : ' qemu-system-x86

Xerxes: Several Screenshot's Showing the Installation and use powerful DOS tool in termux-android.

  Install  and use Xerxes in termux NOTE:   This article is only for an Educational purpose. Any actions or activities related to the material contained on this Website is solely your responsibility.  Misuse of the information in this website can result in criminal charges brought against the persons in question. The  Authors  and  www.androidUNKNOWN.blogspot.com  will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this website to break the law. Requirements: Termux from play store. Mobile data / wifi connection. Before getting started with installation make sure that clang is installed in termux which can be done by typing ' pkg install clang '.  Open termux and type ' git clone https://github.com/XCHADXFAQ77X/XERXES '. Now type ' cd xerxes ' to enter the cloned directory and the type ' ls ' to view files. Now to complie it with GNU GCC complier type ' gcc xerxes.c -o xerxes &