© 2023 Hashnode
#termux
Termux is a wonderful app that allows users to run a Linux environment on their Android devices. While it comes with many packages that can be installed through apt, there are still some missing from the main repo. Fortunately, there is a p…
Without having to root the device, an Android phone may be converted into a covert hacking tool with just a few clicks, running programs like Nmap, Nikto, and Netcat. UserLand, developed by UserLAnd T…
Do you know there is a way to build a full project with your android ??. Here, termux works as the command line interface and, there are several IDEs(Integrated Development Environments) on androids s…
Termux is a potent Android terminal emulator that helps users reach the Linux command-line environment on their mobile phones. With Termux, users can install and run a wide variety of Linux tools and …
Debugging is like hunting the mistakes of your past. After finding the mistake begins the ordeal to identify what went wrong and how to correct it. How it started It was lockdown due to COVID19. I wa…
React is a open-source javascript library used for building websites. Termux provide command terminal on Android which is actually Linux base.Follow the following steps for building website on Android device. 1. Install the Termux applicati…
What is Termux? Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically - additional pa…
Are you thinking of learning how to use the Linux terminal but don't have access to a laptop/system? or the system with you is faulty and you need to learn how to use the terminal? Well, I can tell yo…
Hello everyone, so you want to start your backend journey and you've decided to learn PHP, but your system is having an issue 😢, or you just saw one new function in a blog you read and you want to tr…
In this post, we will see how you can install vs code on an android device. We will use one of the most popular android terminals called termux. Install and Configure VS code To install VS code in and…