Skip to main content

Posts

Showing posts from February, 2026

How to install Termux | Post by @rajbhx

How to Install Termux on Android What Is Termux? Termux is an Android terminal emulator and Linux environment app that works directly without root access or complex setup. A minimal Linux base system is installed automatically, and additional packages can be installed using the APT package manager. Installation Steps Download Termux Visit F-Droid and download the Termux app. Install it on your Android device. Update Termux Packages Open Termux and update the package repository by running: apt-get update && apt-get upgrade Press Y when prompted to confirm. If you encounter a libssl.so error, check this guide: libssl.so error fix Note: If you see apt-get: command not found , scroll to the end of the linked article for solutions. Allow Storage Access To give Termux access to your device storage, follow this guide: ...

Exploring the 2026 Future of Termux: What's Ahead?

The Future of Termux: Viability and Advancements 📱🚀 Introduction Termux is a popular Android terminal emulator widely used by developers who want a Linux-like environment on their mobile devices. With access to essential tools such as coreutils , git , and zsh , Termux has become a powerful companion for development and experimentation. As an open-source project, its long-term future and compatibility with newer Android versions are frequent topics of discussion. This post explores the current state of Termux, its behavior on Android 11, distribution changes, and what lies ahead. Termux on Android 11 On Android 11, Termux continues to function reliably for most users. The majority of packages work as expected, enabling everyday development tasks. However, some limitations remain, including issues with certain shells like zsh and restricted access to /proc/net . Despite these constraints, Termux remains a practical and usable solution on Android 11 devices. Goog...

Cloudflared in Termux to Create tunnels, Port Forwding

Installing Cloudflared in Termux for Android (ngrok Alternative) – 2026 Updated Repository Link https://github.com/rajbhx/cloudflared-termux What Is Cloudflare? Cloudflare, Inc. is an American content delivery network (CDN) and DDoS protection company founded in 2010. It works as a reverse proxy between visitors and the hosting provider, improving security, performance, and reliability. Basic Usage Once installed, Cloudflared can expose a local service to the internet. cloudflared -url localhost:PORT Example: cloudflared -url localhost:8000 Alternative command: cloudflared tunnel localhost:PORT Installation Make sure your Termux app is fully updated before proceeding. Installation Commands Follow the steps below to install Cloudflared using the rajbhx/cloudflared-termux script. 1. Update Termux and install Git pkg update && pkg upgrade pkg install git 2. Clone the Cloudflared Termux repository git ...

Easy way to Install Ubuntu on Android | Termux

Easy Way to Install Ubuntu on Android Using Termux Introduction Ubuntu is a beginner-friendly Linux distribution that is easy to use and ideal for getting started. In this guide, you’ll learn how to install Ubuntu on Android using Termux without root access. A graphical desktop environment will also be installed to provide a full Ubuntu desktop experience. Prerequisites Termux: Installed on your Android device VNC Viewer: Any VNC Viewer app from the Google Play Store Installation of Ubuntu Step 1: Update Termux and Install proot-distro pkg update -y ; pkg install proot-distro Step 2: Install Ubuntu proot-distro install ubuntu Step 3: Login to Ubuntu and Update Repositories proot-distro login ubuntu apt update ; apt install sudo nano Step 4: Set Up a Local User adduser <username> echo "<username> ALL=(ALL:ALL) ALL" >> /etc/sudoers Create a password for the new user when prompted. Step 5: Switch to the New User ...

Installing TOOL-X: Empower Your Termux with Kali Linux Hacking Tools

🔧 How to Install TOOL-X (Kali Linux Hacking Tools Installer) on Termux Introduction TOOL-X is a Kali Linux hacking tools installer designed for Termux and other Linux-based systems. It allows you to install 370+ security and penetration-testing tools on Android (via Termux) as well as on distributions like Ubuntu and Debian. Supported Platforms Termux (Android) Ubuntu Debian Other Linux-based distributions Prerequisites Updated Termux or Linux system Internet connection Git installed Installation Steps Step 1: Update Package Lists apt update Step 2: Install Git apt install git -y Step 3: Clone the TOOL-X Repository git clone https://github.com/rajkumardusad/Tool-X.git Step 4: Navigate to the TOOL-X Directory cd Tool-X Step 5: Make the Installer Executable chmod +x install Step 6: Run the Installer ./install If the above command fails, try: sh install Post-Installation After installation, TOOL-X will launch autom...

Install Alpine Linux (lightweight) in Termux | rajbhx

How to Install Alpine Linux in Termux Alpine Linux is a lightweight Linux distribution built around musl libc and BusyBox . It is designed to be minimal, secure, and resource-efficient. A basic Alpine container can be under 8 MB, and a minimal installation typically requires around 130 MB of storage. Supported Architectures x86 x86_64 ARMhf AArch64 Package Manager Alpine Linux uses the apk package manager. Requirements Termux app installed Android device ~100 MB internet data At least 150 MB free storage Installation Steps Go to your home directory: cd $HOME Update Termux and install required tools: pkg update && pkg upgrade && pkg install curl Download the Alpine installation script: curl -LO https://raw.githubusercontent.com/Hax4us/TermuxAlpine/master/TermuxAlpine.sh Run the installer: bash TermuxAlpine.sh Start Alpine Linux: sta...

Burp Suite install on Termux | Mobile Pentesting

How to Install and Use Burp Suite on Termux (Mobile Pentesting) Hi everyone! In this guide, you’ll learn how to install Burp Suite on Kali NetHunter (rootless) and how to use Burp Suite on Termux . We’ll also briefly cover what Burp Suite is, what it’s used for, and how it works on ARM-based Android devices. What is Burp Suite? Burp Suite is a comprehensive platform for web application penetration testing. It works as an intercepting proxy that allows testers to inspect, modify, and replay HTTP and HTTPS traffic between a browser and a web server. Key Features of Burp Suite Intercepting Proxy: View and modify HTTP/HTTPS traffic in real time. Target Mapping: Automatically discovers application content and endpoints. WebSocket Support: Inspect and edit WebSocket messages. HTTPS Handling: Decrypt HTTPS traffic using a custom CA certificate. Manual Testing: Replay and edit individual requests and responses. Token Analysis: Analyze randomness ...

How to install Google cloud sdk CLI shell in termux and run cloud shell | कैसे इनस्टॉल करें

How to Install Google Cloud SDK in Termux and Run Cloud Shell | कैसे इंस्टॉल करें What Is Google Cloud SDK? Google Cloud SDK (Software Development Kit) is a collection of command-line tools used to manage applications and resources hosted on the Google Cloud Platform . It includes tools such as gcloud , gsutil , and bq . The gcloud CLI is installed automatically as part of the Cloud SDK. How to Install Friday – Personal Assistant for Termux How to Install Java in Termux Without Root How to Install Mr. Holmes Information Gathering Tool Install Google Cloud SDK in Termux and Run Cloud Shell How to Delete Facebook Account Using Termux My IP Address – How to Check IP Address in Termux Note: Python 2.7 is required because gcloud does not support Python 3.9. Method 2 Step 1 pkg install python2 curl opens...

PostmarketOS with Plasma Mobile

PostmarketOS with Plasma Mobile (Termux) This setup uses proot-distro with postmarketOS v22.06 (based on Alpine Linux v3.16). This is the last version that runs Plasma Mobile correctly on Termux-X11 with ZINK hardware acceleration . Newer Alpine versions (v3.17+) do not work without Wayland, which makes them unusable in this setup. The Plasma Mobile interface supports both portrait and landscape modes. --- Installation Requirements Termux-X11 installed proot-distro installed Audio enabled in Termux If you haven’t set this up yet, follow this guide first: Fedora Rawhide with GNOME 46 (audio + X11 setup) --- Step 1: Install Alpine Linux pd install alpine Step 2: Log in to Alpine pd sh alpine --- Step 3: Add postmarketOS Repository Edit the repository list: nano /etc/apk/repositories Add this line: https://mirror.postmarketos.org/postmarketos/v22.06 Save and exit ( Ctrl + X , then Y , then Enter ). Replace Alpine edge w...

How to Install Openclaw in Termux

Running OpenClaw Locally on Android: The Bionic Bypass OpenClaw is usually deployed on high-end desktops or cloud servers. This walkthrough demonstrates how to run the complete OpenClaw stack — Gateway, Browser Control, and WhatsApp/Telegram integrations — directly on an Android device using Termux. OpenClaw on Termux (Sagar Builds) Requirements Android: Version 10 or newer Termux: Installed from F-Droid (Play Store builds are not recommended) API access: Gemini API key from Google AI Studio (free tier is sufficient) 1. Environment Preparation OpenClaw depends on native components that do not behave well in standard Termux. To avoid these issues, an Ubuntu container is created using proot-distro . pkg update && pkg upgrade -y pkg install proot-distro -y proot-distro install ubuntu proot-distro login ubuntu 2. Dependency Installation Inside the Ubuntu environment, install Node.js 22 along with required build tools, then install O...

How to Install SearXNG From Scratch on Termux

Install SearXNG in Termux This guide explains how to reinstall SearXNG from scratch on Termux. It includes all required steps, common errors, and fixes, so it can be used as a reference for future installations. SearXNG Installation Guide for Termux (From Scratch) This guide covers the full process of installing SearXNG on Termux, including required dependencies and workarounds for issues encountered during installation. Prerequisites A working Termux installation on your Android device An active internet connection Step 1: Cleanup Previous Installation (For Reinstallation Only) If you are reinstalling SearXNG, start with a clean setup. Skip this step if this is your first installation. # Deactivate virtual environment if active deactivate 2>/dev/null || true # Remove old SearXNG source code and virtual environment rm -rf ~/searxng-src rm -rf ~/searxng-pyenv # Remove old configuration directory rm -rf ~/.config/searxng echo "Previous Se...

Install Box86 + Wine + Android in Termux

Box86 with Wine on Android Introduction Run Windows apps (.exe) on Android without rooting your device using Box86 and Wine. Box86 emulates x86 apps on ARM systems, while Wine enables Windows app compatibility. Prerequisites: 32-bit Architecture: Ensure your device has a 32-bit architecture. If you have a 64-bit architecture, you'll need to switch to 32-bit. Installation Guide Step 1: Log in to Your Linux Distribution proot-distro login ubuntu Note: The command may vary depending on your Linux distribution. Step 2: Install Necessary Dependencies sudo apt update ; sudo apt install python3 gcc build-essential cmake git wget -y Step 3: Clone and Compile Box86 Clone Box86: cd ~ ; git clone https://github.com/ptitSeb/box86 ; cd box86 Compile Box86: mkdir build; cd build; cmake.. -DCMAKE_BUILD_TYPE=RelWithDebInfo ; make ; sudo make install Step 4: Download and Set Up Wine Create a Wine directory and down...

Hardware Acceleration in Termux

Hardware Acceleration in Termux Note: This section collects information gathered during ongoing research. Hardware acceleration is a large and complex topic. If you notice any errors or misconceptions, please comment on YouTube or Telegram, or open an issue on GitHub. 1. Install Required Packages Install the following packages in Termux: pkg install mesa-zink virglrenderer-mesa-zink vulkan-loader-android virglrenderer-android 2. Initialize the Graphical Server in Termux Before logging into a proot distribution and using hardware acceleration, you must start a graphical server in Termux. Vulkan (ZINK) MESA_NO_ERROR=1 \ MESA_GL_VERSION_OVERRIDE=4.3COMPAT \ MESA_GLES_VERSION_OVERRIDE=3.2 \ GALLIUM_DRIVER=zink \ ZINK_DESCRIPTORS=lazy \ virgl_test_server --use-egl-surfaceless --use-gles & OpenGL (VIRGL) virgl_test_server_android & Turnip (Adreno 6xx / 7xx Only) No graphical server initialization is required. Follow the steps descri...

OxygenOS 10/11 - bloatware list & ADB command 2026

We are using adb command or you can use shizuku, commands are same but the execution is different ways I am assuming you already know about adb and how to use it First way using pc 1. Connect your phone to pc 2. Open windows terminal or cmd 3. Check your device is connected or not by using adb devices command 4. If connected then paste this. dumpsys deviceidle enable dumpsys deviceidle force-idle pm uninstall --user 0 com.google.android.marvin.talkback pm uninstall --user 0 com.google.android.projection.gearhead pm uninstall --user 0 com.dsi.ant.server pm uninstall --user 0 com.google.ar.core pm uninstall --user 0 com.android.backup pm uninstall --user 0 com.oneplus.backuprestore.remoteservice pm uninstall --user 0 com.android.dreams.basic pm uninstall --user 0 com.android.bluetoothmidiservice pm uninstall --user 0 com.oneplus.bttestmode pm uninstall --user 0 com.android.bookmarkprovider pm uninstall --user 0 com.oneplus.opbugreportlite pm uninstall --user 0 net.oneplus.com...

Popular posts from this blog

Cloudflared in Termux to Create tunnels, Port Forwding

Installing Cloudflared in Termux for Android (ngrok Alternative) – 2026 Updated Repository Link https://github.com/rajbhx/cloudflared-termux What Is Cloudflare? Cloudflare, Inc. is an American content delivery network (CDN) and DDoS protection company founded in 2010. It works as a reverse proxy between visitors and the hosting provider, improving security, performance, and reliability. Basic Usage Once installed, Cloudflared can expose a local service to the internet. cloudflared -url localhost:PORT Example: cloudflared -url localhost:8000 Alternative command: cloudflared tunnel localhost:PORT Installation Make sure your Termux app is fully updated before proceeding. Installation Commands Follow the steps below to install Cloudflared using the rajbhx/cloudflared-termux script. 1. Update Termux and install Git pkg update && pkg upgrade pkg install git 2. Clone the Cloudflared Termux repository git ...

[Apk Setup] Alpine-term App | without using termux

Install and Set Up Alpine Term on Android Alpine Term allows you to run a lightweight Linux environment directly on your Android device. This guide explains what Alpine Term is, its requirements, and how to install and use it. What Is Alpine Term? Alpine Term is a terminal and Linux environment app for Android. It runs Alpine Linux inside a headless x86_64 virtual machine powered by QEMU. Interaction with the system happens through terminal sessions connected to the virtual machine’s serial consoles. This setup makes it possible to run Linux commands, scripts, and tools on Android without rooting the device. System Requirements Before installing Alpine Term, ensure your device meets the following requirements: AArch64-based Android device Android 7.0 or higher At least 500 MB of free internal storage Internet connection (for installing or updating packages) Steps to Install Alpine Term Open the Google Play Store on your Android device Search ...

How to install and setup vShell in android app |कैसे इनस्टॉल करें

How to install and setup android vShell(Virtual Shell) app (no root) कैसे इनस्टॉल करें YouTube video link What is Android-vShell app vShell is a  virtual shell environment application  for the Android OS. A virtual Linux shell environment application for Android OS. Runs Alpine Linux in QEMU system emulator.  It provides a virtual machine running small Linux distribution ready for the use out-of-box. Application implements my view on how Linux terminal environments can look like on Android OS. As operating system security is getting more and more hardened over time (which is good btw), it become impossible to abuse design flaws such as executable user data to run Linux native executables. Ability to...

How to extract Details from any mobile number Using termux | rajbhx

How to Extract Details from Any Mobile Number Using Termux Website: jarvisstaraq.blogspot.com What Is truecallerjs? truecallerjs is a simple command-line tool used to search phone number details. It works on Android devices and can be used directly inside the Termux app. Requirements Android phone Termux installed Valid mobile number (required for Truecaller verification) Truecaller Installation ID Installation in Termux Install Node.js, Git, and Wget Open the Termux app. Update the package list: pkg update Install Node.js: pkg install nodejs Install Git: pkg install git Install Wget: pkg install wget Install truecallerjs and Use Its Commands Install truecallerjs globally using npm: npm install -g truecallerjs Verify installation and view available options: truecallerjs -h Log in to your Truec...

How to Install Java (Open-JDK-8) in Termux | two Methods

How to Install Java (OpenJDK 8) in Termux Method 1: Java 8 Installation Introduction This method explains how to install Java (OpenJDK 8) in Termux without rooting your Android device. Step-by-Step Guide Step 1: Install Kali Linux in Termux (Optional) pkg install wget proot -y wget https://raw.githubusercontent.com/MasterDevX/KaliTermux/master/InstallKali.sh bash InstallKali.sh Step 2: Download OpenJDK 8 JRE Deb Package Visit the Debian FTP repository and copy the link to the OpenJDK 8 JRE package. ftp.debian Step 3: Download the Deb Package in Kali wget http://ftp.debian.org/debian/pool/main/o/openjdk-8/openjdk-8-jre-headless_8u275-b01-1_arm64.deb Step 4: Install the Deb Package Manually dpkg -i openjdk-8-jre-headless_8u275-b01-1_arm64.deb Step 5: Change Java Version (Optional) sudo update-alternatives --config java Final Step: Verify Java Version Select the desired Java version (Java 8) by entering the corresponding number when pr...

How to install & use report-fb-account-termux tool in termux

report-fb-account-termux   [+]  Disclaimer : This tool is only for educational purpose. The developer is not responsible for any abuse of it.   [+] Installation apt update && apt upgrade -y apt install git python -y git clone https://github.com/jarvisstar/report-fb-account-termux.git cd autoreport python3 ar.py Or, Use Single Command apt install git python -y && git clone https://github.com/KasRoudra/autoreport && cd autoreport && python3 ar.py Screenshots:   Usage: Search "findfbid" in google to get victim's profile link. Such as Website1 , Website2 , Website3 , Website4 . Enter the victim's facebook profile link in the website, generate and copy the numeric id in clipboard. Run the script and enter or paste that id when asked! [+] Note: AUTOREPORT DOES NOT DISABLE ACCOUNT UNLESS THERE IS SPECIFIC POST(S)...

My IP Address - How to check IP address in Termux

My IP Address - How to check IP address in Termux Here are the steps to check the IP address in various operating systems: Termux (Android): Open the Termux app. Type "ipconfig" and press Enter. Look for "inet" followed by an IP address under the network adapter you are currently using to connect to the internet. Windows: Open the Start menu and type "Command Prompt" in the search bar. Open the Command Prompt and type "ipconfig" and press Enter. Look for "IPv4 Address" or "IPv6 Address" under the network adapter you are currently using to connect to the internet. Android: Open the Settings app. Scroll down and tap on "About phone" or " About device ". Tap on " Status ". Look for "IP address" or " Wi-Fi IP address " under the network section. macOS: Click on the Apple menu in the top-left corner of the screen and select "System Preferences". Click on "N...

My Termux | How to install Lazymux in Termux #rajbhx

My Termux | How to install Lazymux in Termux Lazymux t00ls !nstaller !s very easy t0 use, 0nly pr0v!ded f0r lazy Termux users, just k!dd!ng. Lazymux !s a t00l that !s spec!ally made f0r Termux user wh!ch pr0v!des a l0t 0f t00l ma!nly used t00ls !n Termux, Lazymux !nstall any 0f the g!ven t00ls pr0v!ded by !t fr0m !tself w!th just 0ne cl!ck, and Lazymux always get updated.  What !s Python 3?   My Termux | How to install Lazymux in Termux @rajbhx How to Install Oh My Zsh How to download copyright free GAME PLAY CODM/PUBG/BGMI/FreeFire Call of duty mobile 60fps   How to install FacebookToolkit in Termux + linux + windows 10/11 Download any video with termux using youtube-dl | #rajbhx HOw to install Raspbian 9 (Stretch) in Termux #rajbhx On Decembe...

How to install | instagram reporting 2 tool termux by jarvisstaraq

How to install | instagram reporting 2 tool termux by jarvisstaraq Assuming the client truly breaks the instagram rule then their is more opportunities to get prohibited. Instagram limits the reports per unit time, apparatus will auto quit revealing later arrived at limit at very nearly 40 reports. Shows "Detailed Succesfully" later Each Request. You can Report target again later some time (later 2-3 min). Use IP of same district for high effecivity. In the event that you enter invalid username it will in any case send report demand. Assuming that you getting mistake on utilizing intermediaries then, at that point, don't. Requirements Python3 Or Above  Need to install git in linux or termux Download GIT Usage Instagram mass reporter [ TERMUX ]  How to delete Instagram Account by mrwn007 Report tool Termux   [ TERMUX ]

How to delete Instagram Account by mrwn007 Report tool Termux

How to Delete an Instagram Account Using a Report Tool This post discusses an old Instagram reporting tool that was previously shared by mrwn007 and used through Termux on Android. The tool is no longer functional, but this guide also explains why and provides information on proper reporting methods. Termux (Android) What Is Termux? Termux is an Android terminal emulator and Linux environment app that works without root access. It installs a minimal Linux base system automatically, and additional packages can be installed using the APT package manager. mrwn007 / 007spam-BOT Previously, mrwn007 maintained a repository called 007spam-BOT , which claimed to mass-report Instagram accounts using Termux. Related repositories that once existed: Instagram Mass Reporter (Termux) Instagram Reporting Tool v2 (Termux) Instagram Delete Method (by Crevils) Current status: All of these repositories are no longer available. Why the Tool No Longer Works Th...