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?
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?
Step 1:
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?
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?
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?
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?
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.
Post a Comment