Skip to main content

termux commands list | Basic and Usefull commands

Termux commands list Basic and Useful TERMUX Basiccommands




This article is just for Instructive Purposes.
https://jarvisstaraq.blogspot.com/2021/12/termux-commands-list-basic-and-usefull.html

https://jarvisstaraq.blogspot.com/2021/12/how-to-install-instagram-reporting-2.html

https://jarvisstaraq.blogspot.com/2021/12/how-to-install-java-9-in-termux-by.html
TERMUX Basic
https://jarvisstaraq.blogspot.com/2021/12/how-to-install-java-8-in-termux-by.html
Hi Geeks,
I chose to post with regards to Termux in light of the fact that its an extremely fascinating apparatus that empowers you to remove the most from your Android Cell phones.

You don't should be a Specialized nerd as its extremely easy to utilize in the event that you have some fundamental information on Instructive Innovation and a portion of its ideas.

So lets start

Peruse THE FULL ARTICLE !!

You might deal with an issue while doing the Set-Up ! Peruse every single step completely any other way you will not have the option to comprehend.

    WHAT IS TERMUX ?

    Termux is a Powerful Android application which is Designed to Install Linux bundles on your Android Mobile
    With this Termux App You Can Install shell, python, c, c++, perl, ruby, java and a lot more valuable bundles and with the assistance of Termux we can utilize a few Hacking Tools/scripts in our portable including Nmap, Hydra, Sqlmap and so forth
    =>>> TERMUX is just accessible for Android. Assuming you wish to involve that for PC, then, at that point, you can introduce an Android Emulator on your PC. Right now, IOS doesn't uphold Termux. Be that as it may, you might utilize other applications.
     
    =>>> Some Popular Android Emulators <<<=
    Blue Stacks
    NoxPlayer
    MEmu
    LDPlayer

    Getting Started with Termux-:

        Go to Google  and search for the app named TERMUX.
        Download the App and wait for the installation to complete.
        Once, you are done with this, open TERMUX.

    Download Links-:

    F-DROID :=> Click here

    BASIC COMMAMDS IN TERMUX -:

    --- cd commands---

    What is cd ?

    cd means change the directory and cd used for change the directory of terminal.
    There are six Commands of cd
     
    1. cd (change directory)
    2. cd - (Move one directory back from where you are now)
    3. cd ~ (Move to users have directory from anywhere)
    4. cd .. (Change current directory to parent directory)
    5. cd -- (Show last working directory from where we moved)
    6. cd / (Change to root directory)
     

    ---ls Commands---

    What is ls ?

    ls list all current folders and directories
    There are 12 commands of ls see what they are-:
     
     ls (list current directory /list folder contents)
    ls -l (To show file or directory, size, modified date and time, owner of file, permission)
     ls -a (List all files including hidden files )ls -lh (It show size in human readable format)
     ls -F (Used to add the '/' character at the each directory)
     ls -r (Used to display files , directories in reverse order)
    ls -ltr (Used to show latest modified directory or file date)
    ls -n (to display UID and GID directories)
     ls -i (Display number of file or directory)
     ls -R (Show recursively list of sub directories)
    11. ls -al (Formatted listing with hidden files)
     ls --version (To check the version of ls command)
     
    ***** cp commands ****

    What is cp ?

    cp means copy, cp used for copy any type of files folders.
    The following commands shows different types of cp commands. There are 6 commands of copy
     
    1. cp (used to copy any files, folders)
    2. cp -f (Force copy by removing the destination files)
    3.cp -v (Used to print informative message)
    4. cp -u (Used to copy when source is newer than dest)
    5. cp -R (Used to copy any directory "including hidden files")
    6. cp -n (No file overwrite)

    ---mv command---

    What is mv ? mv means move and it’s used for move files and folders
    There are six commands of mv
     
    1. mv[Filename] (Used to move any files, folders)
    2. mv -f (Force move by overwriting destination files without promote)
    3. mv -v (To move any directory, folders)
    4. mv -u (Update -move when source is newer than destination)
    5. mv -i (Interactive prompt before overwrite)
    6. mv [File1][New File2] (Used to move or rename file one to file 2)
    **** unistall commands ****
     

    What is rm ?

    rm means remove and it’s used for remove or delete files.
    There are 5 commands of rm
    1. rm (To remove or delete files)
    2. rmdir [Dir name] (To remove any directory)
    3. rm -rf (used to force remove a directory)
    4. rm -r[Name] (Delete a directory called name)
    5. apt remove [Package name] (Used to remove package)
    **** package installation ****
     

    What is apt ?

    apt is a commandline package manager and provides commands for searching and managing as well as querying information about packages. It provides the same functionality as the specialized APT tools.
    1. apt update (Used to update list of packages)
    2. apt upgrade (To upgrade list of packages)
    3. apt install <package> or pkg install <package> (to install packages)
     

    ---file permission commands---

    What is chmod ? chmod is used to change file permission to make file in executable mode)
    There are 5 commands of chmod
    1. chmod +x [File name] (Used to give permission{Make executable} to a file or script like .py .sh .rb )
    2. chmod +x * (Set file permission to all files)
    3.chmod 771 [File name] (Set file permission)
    4. chmod 777 [File name] (Give executable permission to a file)
    5. chmod 777* (Give executable permission to all files)
     

    ---Installation of Tools---

    git clone [url] (To install tools or script for github)
    wget [url] (To install tools or script from any other website)
    curl [url] (To install tool or script for termux)
    **** Basic Network Commands****
    ifconfig (Shows configuration a network interface for check your local IP, mac address or display the current network interface information)

        SETTING-UP OF TERMUX FOR USE -:


        Caution: Do not use || while writing commands as we have used this for your better understanding only.

    =>>>  Type ls not 1s.

        =>>> Copy the Commands thoroughly. If you commit an error, then you will not be able to complete your basic set-up Installation.

        UPDATING -:

    pkg update && pkg upgrade
    apt update && apt upgarde

        INSTALLING GIT PACKAGES-:
    apt install git

        INSTALLING PYTHON PACKAGES-:
     
    apt install python
     apt install python2 
    apt install python3

    • GIVING TERMUX ACCESS TO STORAGE-:

    Follow the given Steps-:
    Type,
    termux-setup-storage

    A Dialog box appears. Click on ALLOW to complete the process.
    Now type,
     cd storage
    Then type,
     ls

    Now you can see your storage folders.
    Congrats !! You have successfully completed the setting up of your Termux.

    Popular posts from this blog

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

    Install and Setup Alpine Term in Android App Welcome to the world of terminal and Linux environment on your Android device! 📲 In this blog post, we will guide you through the installation and setup process of Alpine Term, an amazing application that brings the power of Alpine Linux to your fingertips. Let's get started! 🚀 What is Alpine Term App? 🏔️ Alpine Term is a terminal and Linux environment application for Android. It utilizes Alpine Linux, running inside a headless x86_64 machine emulated with QEMU. The interaction with the operating system is done through terminals attached to the serial consoles of the virtual machine. This allows you to run commands, execute scripts, and experience a Linux environment on your Android device. System Requirements 📋 To install and use Alpine Term, make sure your device meets the following requirements: 📱 AArch64-based device. 🆙 Android 7.0 or higher. 💾 At least 500 MB of free space on the internal storage. 🌐 ...

    Cloudflared in Termux to Create tunnels, Port Forwding

    Step-by-Step Guide: Installing Cloudflared in Termux for Android (Alternative to ngrok) | 2024" J Link updated https://github.com/rajbhx/cloudflared-termux What is cloudflare Cloudflare, Inc. is an American content delivery network and DDoS mitigation company, founded in 2010. It acts as a reverse proxy between a website's visitor and the Cloudflare customer's hosting provider. Its headquarters are in San Francisco, California Usages cloudflared -url [localhost]:port_number] example : cloudflared -url localhost:8000 cloudflared tunnel localhost:[port_number] Installation Make sure your Termux app updated The commands you provided are the steps to install Cloudflared in Termux using the `rajbhx/cloudflared-termux` repository. Here's a breakdown of each command: 1. Update and upgrade packages:    ```    pkg update && pkg upgrade && pkg install git    ``` 2...

    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 | termux | jarvisstaraq.blogspot.com What is truecallerjs Truecallerjs : A simple package to search phone number details.this tool also work in android and Termux app jarvisstaraq.blogspot.com Requirements Android phone Termux Proper valid Mobile Number(Phone number verification for truecaller) Truecaller InstallationId jarvisstaraq.blogspot.com Installation in Termux Installing Node.js, Git, and Wget in Termux:  To install Node.js, Git, and Wget in Termux, follow these steps: 1. Open your Termux app. 2. Run the following command to update the package lists:     ```    pkg update    ``` 3. Next, install Node.js using the following command:    ```    pkg install nodejs    ``` 4. Install Git using the command:    ```    pkg install git    ``` 5. Lastly...

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

    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 Install Java (Open-JDK-8) in Termux | two Methods

    How to Install Java (Open-JDK-8) in Termux Method 1: Java 8 Installation Introduction Install Java (Open-JDK-8) in Termux without rooting your Android device. Follow these steps to get Java up and running in your Termux environment. 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 ftp.debian and copy the link to the OpenJDK-8-JRE deb package. Step 3: Download Deb Package in Kali Machine wget http://ftp.debian.org/debian/pool/main/o/openjdk-8/openjdk-8-jre-headless_8u275-b01-1_arm64.deb Step 4: Install 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 (in this case, Java 8) by typ...

    How to delete Instagram Account by mrwn007 Report tool Termux

    How to delete Instagram Account by mrwn007 Report tool Termux(Android) 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 packages are available using the APT package manager. mrwn007 / 007spam-BOT Check out new updated repository Instagram mass reporter [ TERMUX ] Instagram Reporting 2 [ TERMUX ] Instagram delete new method by crevils [Termux] Why this tool not working:( Because this tool author removed all files and reposiory also just because this tool no working @__@ Installation  pkg install git pkg install python git clone https://github.com/mrwn007/007spam-BOT.git cd 007spam-BOT python3 -m pip install requests python3 bot.py this repo is dead for normal users to report in Ins...

    🚀 The 2024 Java Developer Roadmap [UPDATED] 🚀

    🚀 The 2024 Java Developer Roadmap [UPDATED] 🚀 Hello aspiring Java developers! 🌟 Welcome to the 2023 Java Developer Roadmap, a comprehensive guide designed to help you navigate your journey towards becoming a proficient Java professional. Whether you're just starting or looking to level up your Java skills, this roadmap will provide you with a clear path to success in the Java ecosystem. 🎉 Introduction Java, as a robust and versatile programming language, continues to be a leading choice for building enterprise-level applications, web services, mobile apps, and more. As we step into 2023, the Java landscape evolves, presenting exciting opportunities for developers like you. This updated Java Developer Roadmap encompasses years of expertise and industry insights to outline the key skills, tools, frameworks, libraries, and APIs that you should master to excel as a Java developer in 2023. 🔍 The Essentials Before diving into Java-specific to...