Skip to main content

Termux basics : best termux tricks

Termux beginners

Hello guy's in this article we are going to discuss about termux best tricks and command's Let's start.,,

First of all termux is one of the android application it will help you to run all linux packages also this application have more hidden option's so this article i'm going to show you all hidden trick's..,

Termux games?

all 90's kid's game will you play in our termux application. with good graphics but if we access games in termux we will install some game packages in termux. every game have unique packages so this article i'm show you how to install game packages and how to play games in our termux application.

How to install tetris game in termux? 

Tetris is a Tile matching puzzle game.i think Almost everyone knows how to play this game, You can install this game by Using this below command.
pkg install bastet

Once you run this above command the tetris game will be successfully installed. after that you will type  this below command to play this game.

bastet  
tetris game in termux

How to install Moon-Buggy game in Termux?

Moon-Buggy is a Stable game To play this game You only to use space-bar of your keyboard. The most unique feature of this game is that you can See World Wide Score of the top Player and You can also add Your name if you score better. type this below command in your termux to install this game.

pkg install moon-buggy

 Once you run this above command the moon-buggy game will be successfully installed. after that you will type  this below command to play this game.

moon-buggy
moon-buggy game in termux

How to install pacman game in termux?

PacMan is a Maze Arcade game. To Install this game in termux we will use this below command, i don't know this game is Playable for everyone but If you are a pro gamer then you can easily play this game.

pkg install pacman4console
Once you run this above command on your termux this game will be downloaded. after your download is completed run this below command to play this game.

pacman
pacman game in termux

How to install snake game in termux?

You are 90's kid you will definitely Remember this game in Nokia phones, Now we can also play this game in termux, This snake game is highly customizable, You can even change the speed and control. type this below command to install snake game in our termux.

pkg install nsnake

 Once you run this above command on your termux this game will be installed successfully. After install this game run this below command to run this game.

nsnake

How to install sudoku game in termux?

We are all played this game at least ones. sudoku is a Logic-based game where we have to put unique numbers in the 9X9 grid and it should not have same number in the same column and row. type this below command in your termux to install this game.

pkg install nudoku

         or

apt install nudoku

After you install this game. Run this below command to play this game on your termux.

nudoku

How to install nethack game in termux? 

NetHack is a single-player dungeon exploration game, This I Complicated but if you are interested you can Read about the game here. You can move, fight, eat you can do a lot of stuff There are a lot of videos on Youtube on this game, You can also check a video here. Run this below command to install this game.

pkg install nethack

Once you install this game run this below command on your termux to play this game

nethack

 How to browse using termux?

We are all using any one browser to browse internet. but now if you have termux application on your phone you don't need any browser. Yes guy's we change our termux like a browser. but it will need some packages.first we install required package's.

Step 1:

First we need to update our termux so type this below command on your termux.
apt update && apt upgrade

This command will help you to completely update your termux.

Step 2:

Now we need to install w3m packages this package will help you to browse internet. so type this below command.

pkg install w3m

Step 3:

Once you installed this above package to run this below command this will help you to browse.

w3m www.google.com

Now you can easily brows without help of any other browser.

How to enable extra key's in termux? 

While using termux when we have to use keys like control alt or up or down arrow we use Touch keyboard which comes in by default with termux app. But in that touch keyboard, we don't get arrow right and arrow left as well as other keys which we can see on a normal keyboard.If you want to use extra keys in termux you can use some commands provided by the official termux website but creating a properties file with the code provided by the termux is a little bit work. I have just combined multiple commands so now you can enable those keys just by pasting a single command.

How to enable arrow marks?

Just you copy past this below command to enable all arrow key in your termux.
mkdir $HOME/.termux/ ;echo "extra-keys = [['ESC','/','-','HOME','UP','END'],['TAB','CTRL','ALT','LEFT','DOWN','RIGHT']]" >> $HOME/.termux/termux.properties && termux-reload-settings && sleep 1 && logout

Once you past this command just press enter. After you enter now you will get extra arrow key's in your termux.


 How to enable page up and page down button?

Now you just past this below command to enable page up and page down key's
mkdir $HOME/.termux/ ;echo "extra-keys = [['ESC','/','-','HOME','UP','END','PGUP'],['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]" >> $HOME/.termux/termux.properties && termux-reload-settings && sleep 1 &&logout

 Once you past this command just press enter. After you enter now you will get page up and page down in your termux.


How to enable function key in termux?

Now you just past this below command to enable function key's
mkdir $HOME/.termux/ ;echo "extra-keys = [['F1','F2','F3','F4','F5','F6','F12'],['ESC','TAB','CTRL','ALT','-','DOWN','UP']]" >> $HOME/.termux/termux.properties && termux-reload-settings && sleep 1 && logout

 Once you past this command just press enter. After you enter now you will get function key's in your termux.


How to view world-map in termux?

Just you type this below command to view world-map in your termux 
telnet mapscii.me

First of all you add extra key's in our termux application after that you view world map because the extra key's only use to move world map.

Ok guy's i hope all of you enjoy this article. i will update more termux tricks and hacks in upcoming articles. if you have any doubt's means you will post your doubt in command section. thankyou.

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...