Skip to main content

Termux basics : Most useful and funniest termux command's

 Termux beginners

Hello guy's in this article we will discuss about Termux funniest and most useful command's so you read this full article let's start.,,
Already we discuss more about Termux but this article is different from that because this article we discuss only for funniest command and tricks.

Termux funniest command:

1. SL 

First we are going to install sl script in our termux this script will help you to get train animation your terminal so type this following command to install this sl script.
pkg install sl

Once you install SL package in your termux just run this below command you get train animation.

sl 

2. Fish terminal:

Now we are going to install fish package this package will help to give new look in your termux like a linux and this FISH is a smart and user-friendly command line now you type this below command to install this package.

apt install fish

Once you install this package just you run this below command to change your terminal nice look and user-friendly

fish

 

3. Factor

Now we install factor package this package will help you to find factor of any number. Type this below command to install factor package in your termux 

apt install factor 

Once you install factor package just type this below command.

factor ( any number)

 

4. Fortune

Now we install fortune package this will be very interesting because this fortune tool every time say some random information and updates. type this below command to install this tool.

apt install fortune

Once you install this tool type this below command some interesting information waiting for you.

fortune | cowsay

 

5. Cowsay

Now we install cowsay package this package is very interesting because this package tell given sentence by cow.Type this below command to install this package.

apt install cowsay

Once you install this package type this below command to run this script.

cowsay ( type your word's) 

 6. Toilet 

This package will help you to makes some fantastic font and beautiful color effect so type this below command to install this package.

apt install toilet 

Once you install this package you type this command to run this package.

toilet ( type your txt) 

If you need some beautiful color effect on you word's please type this below command.

toilet -f mono12 -F gay ( ype your txt)

7. Figlet

This package is similar to toilet package but the different is this package onle print the word's. now type this below command to install this figlet package.
apt install figlet

Once you install this package to run this below command to use this tool.

figlet ( type your txt )

 8. Cmatrix

This package will help you to make your terminal in matrix effect. type this below command to install this package.
apt install cmatrix

Once you install this tool type this below command to run this tool.

cmatrix 

10. Rev package

This package will help you to reverse your words what our you type in your terminal this package completely reverse. type this below command to install this tool

apt install rev 

Once you install this tool type this below command to run this package.

rev


Comments

Popular posts from this blog

Sslyze-analyze the SSL configuration of a server by connecting to it

 What is SSLyze? SSLyze is a Python tool that can analyze the SSL configuration of a server by connecting to it. It is designed to be fast and comprehensive, and should help organizations and testers identify mis-configurations affecting their SSL servers. Feature of Sslyze Multi-processed and multi-threaded scanning (it’s fast) SSL 2.0/3.0 and TLS 1.0/1.1/1.2 compatibility Performance testing: session resumption and TLS tickets support Security testing: weak cipher suites, insecure renegotiation, CRIME, Heartbleed and more Server certificate validation and revocation checking through OCSP stapling Support for StartTLS handshakes on SMTP, XMPP, LDAP, POP, IMAP, RDP and FTP Support for client certificates when scanning servers that perform mutual authentication XML output to further process the scan results How to install sslyze Just you type this below command in your terminal this command's will help you to install sslyze on your computer and termux. Linux sudo apt-get install ssl...

xprobe2 - A Remote active operating system fingerprinting tool

What is Xprobe2? xprobe2 - A Remote active operating system fingerprinting tool xprobe2 is an active operating system fingerprinting tool with a different approach to operating system fingerprinting. xprobe2 relies on fuzzy signature matching, probabilistic guesses, multiple matches simultaneously, and a signature database. The operation of xprobe2 is described in a paper titled " xprobe2 - A 'Fuzzy ' Approach to Remote Active Operating System Fingerprinting" Option's How to install Xprobe2 First you need to open your terminal after that you type this below command in your terminal this command will help you to install this xprobe2 package. Linux sudo apt install xprobe Termux pkg install xprobe How to use xprobe Just use this below command or see this below image. sudo xprobe2 ( Domain name ) Example's xprobe2 -v -D 1 -D 2 192.168.1.10 Will launch an OS fingerprinting attempt targeting 192.168.1.10. Modules 1 and 2, which are reachability tests, will be di...

Root android phone with one click without computer

 What is framaroot? Framaroot is a free android app which can root almost every device in one click without any need of PC/Computer. Framaroot has its own complex exploits which vary from device to device according to its chipset model and android version. In newer versions of Framaroot, you can unroot your android phone in one click too Feature of Framaroot Root android phone with one click Install SuperSu Unroot or execute Advanced user How to Download and install Framaroot First you download framaroot application on your android phone so click this below download button. Now Install it with a file explorer or directly from your internet browser, if android warn you about security risk, say OK and check Unknown sources to allow install of applications outside of Play Store. How to use Open your Framaroot and select one of the following action: Install SuperSU, Unroot or Execute script (for advanced users) Possible case once application is launched A popup saying "Your device see...