What can i do with Termux??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 7

What can i do with Termux???

Termux :- runs on android... Please explain some commands of termux...

10th Jul 2019, 6:47 PM
Raushan Kumar
Raushan Kumar - avatar
12 Answers
+ 8
I mostly use it run Python programs on it but you could certainly do a whole lot more. ping 8.8.8.8 (checking internet connection) cal (show the calendar) cal -y (to see all the months of the current year) whois (returns domain name of a website) You can also install a text editor within it (I use neovim) to create all sorts of files. This especially came in handy for me when I was creating a Discord bot on my phone. cd (navigate through your files using this command) Termux allows you to basically do the same things you'd on a Linux terminal on your phone (Not sure if all the features would work the same in different platforms) you can do help + <command name> to get help on a specific function and how to use it Once you get it, run the command 'help' and you can see all things you can do with Termux. It's a really powerful app.
11th Jul 2019, 1:06 AM
Koketso Dithipe
Koketso Dithipe - avatar
+ 8
Koketso Dithipe I have a question sir, what does 8.8.8.8 mean ??
12th Jul 2019, 5:31 PM
Ayan Fox
Ayan Fox - avatar
+ 7
Ayan 🐺 8.8.8.8 is the IPv4 address of one of Google's public DNS servers. https://en.m.wikiversity.org/wiki/Computer_Networks/Ping/TTL
12th Jul 2019, 5:58 PM
Koketso Dithipe
Koketso Dithipe - avatar
+ 6
Thanks to Google! This might help you 👇 https://goo.gl/search/Termux+means termux-api - npm From Termux Website: "Termux is a terminal emulator and Linux environment bringing powerful terminal access to Android." With Termux you can run a small linux environment on your Android device, that means that you can run a small command-line utilities or a full-featured webserver directly from your Android phone.
10th Jul 2019, 10:50 PM
KingDaniel2004
KingDaniel2004 - avatar
+ 3
You can to everything with Termux. As my last project, I made a HTTP server with Node which really works. You van execute almost every Linux command (except sudo). Kali Linux, ParrotOS, Debian etc can be installed via Termux. It's a great command line environment for Android 😃 *Termux doesn't requires Superuser previlages
12th Jul 2019, 5:30 PM
Ayan Fox
Ayan Fox - avatar
+ 2
Ctrl + z to stop ping
27th Oct 2020, 3:34 PM
Pawan Verma
Pawan Verma - avatar
0
You can run node-red with termux on android. Yet to try that out but saw an article on internet that describe
13th Jul 2019, 7:21 AM
Donald Chinhuru
Donald Chinhuru - avatar
0
You can do everything with termux, there are hundreds of commands in Termux to do many things. Actually, Termux is a terminal emulator and linux environment app. Here, You can install other useful packages through apt package manager. Termux uses the same package installer as found in Kali, Debian, Ubuntu, and related Linux distros. Every package adds its own features to do many tasks. If you want to know about some packages then just make a github search. If you want to learn all important commands the termux can run then look here- https://wealagend.com/articles/Termux-all-commands Although, Termux can be involved in big attacks also but nowadays newbie hackers use the termux a lot for their play work.
1st Jul 2020, 7:47 AM
Anshul Kashyap
Anshul Kashyap - avatar
0
I want to know that how to any wifi correct ip address
22nd Jul 2020, 10:53 AM
Ritik Sengar
Ritik Sengar - avatar
0
HOW DO I GET THE PING TO STOP???
9th Oct 2020, 4:08 AM
thequietkidsyt
thequietkidsyt - avatar
0
Press ctrl and z Crtl +z
31st Dec 2020, 7:32 AM
Boby bhangu
0
Can we trace the lost mobile with imei by using termux..?
3rd Apr 2021, 9:51 AM
Ajay
Ajay - avatar