All Projects → mskian → my-termux-setup

mskian / my-termux-setup

Licence: GPL-3.0 License
Here is My Termux Terminal Emulator Setup & Packages

Projects that are alternatives of or similar to my-termux-setup

termux-shell
Beautify your Termux App with this Shell 😍
Stars: ✭ 149 (+53.61%)
Mutual labels:  termux, termux-api, termux-environment
pimux
Access Termux-api through python
Stars: ✭ 23 (-76.29%)
Mutual labels:  termux, termux-api
DDos-Attack
This is a simple DDoS Attack tool and even a begginer hacker can use this.Just type python run.py after cloning this repository.
Stars: ✭ 76 (-21.65%)
Mutual labels:  termux, termux-environment
buildAPKsApps
Android APK app sources that build in Termux on Amazon Fire, Android and Chromebook! https://sdrausty.github.io/buildAPKsApps/
Stars: ✭ 32 (-67.01%)
Mutual labels:  termux, termux-environment
teriyaki
Control your phone using advantages of the termux-api over ssh from your linux pc.
Stars: ✭ 54 (-44.33%)
Mutual labels:  termux, termux-api
tstyle
Customize Termux Font & Colors
Stars: ✭ 186 (+91.75%)
Mutual labels:  termux, termux-environment
IpHack
Track Location With Live Address And City in Termux
Stars: ✭ 315 (+224.74%)
Mutual labels:  termux, termux-api
Anonymous
Message from Anonymous :)
Stars: ✭ 24 (-75.26%)
Mutual labels:  termux, termux-environment
Termux-GUI
Graphical User Interface for Termux (XFCE and MATE)
Stars: ✭ 46 (-52.58%)
Mutual labels:  termux, termux-environment
termux-arch
You can use setupTermuxArch.sh 📲 to install Arch Linux in Termux on Android and Chrome. This setup script will attempt to set Arch Linux up in your Termux environment.
Stars: ✭ 25 (-74.23%)
Mutual labels:  termux, termux-environment
termux.sh
AIO Termux >>> bash <(curl -fsSL https://git.io/JvMD6) <<<
Stars: ✭ 49 (-49.48%)
Mutual labels:  termux, termux-environment
TermuxPRoot
SetupTermuxPRoot.sh 📲 shall install Linux distributions in Termux on Android and Chrome. This setup script will attempt to set Linux distributions up in your Termux environment.
Stars: ✭ 59 (-39.18%)
Mutual labels:  termux, termux-environment
kaliLinuxNethunter-termux
Install Kali Linux Nethunter in termux - orginal by @Hax4us
Stars: ✭ 94 (-3.09%)
Mutual labels:  termux, termux-environment
TORhunter
Designed to scan and exploit vulnerabilities within Tor hidden services. TORhunter allows most tools to work as normal while resolving .onion
Stars: ✭ 47 (-51.55%)
Mutual labels:  termux
OhMyTermux
Install Oh-my-zsh to your Termux and enjoy..
Stars: ✭ 23 (-76.29%)
Mutual labels:  termux
vim-bettergrep
A better way to grep in vim.
Stars: ✭ 15 (-84.54%)
Mutual labels:  grep
crack-pro
NEW FACEBOOK COINING TOOL
Stars: ✭ 77 (-20.62%)
Mutual labels:  termux
dotfiles
cross-platform (linux (arch), macos, android (termux), windows (WSL)) dotfiles and scripts, using yadm
Stars: ✭ 17 (-82.47%)
Mutual labels:  termux
ShiraoriBOT-Md
Base bot WhatsApp using library baileys multi device
Stars: ✭ 54 (-44.33%)
Mutual labels:  termux
java-in-termux
This script will install java (openjdk-11/8) in termux without root! Available for aarch64 or armv8, arm64, armhf, armv7l, arm or arm32 or armv7 or aarch32
Stars: ✭ 10 (-89.69%)
Mutual labels:  termux

My Termux setup

Here is My Termux Terminal Emulator Setup & Packages 🔖

Linux on Android 💯

Download Termux

Termux Terminal Emulator for Android

Get it from Google Play store 💯

My Setup & Packages

  • Update Termux Packages
pkg up
  • Install cURL
pkg install curl
  • Install git
pkg install git
  • Install wget
pkg install wget

Python2

pkg Install python2

Python3

pkg install python
  • Install Nodejs
pkg install nodejs
  • Install jq (pre Format JSON result)
pkg install jq
  • Install libxml2-utils
pkg install libxml2-utils
pkg install grep
  • Install bc (Arbitrary Precision Calculator language)
pkg install bc
  • Install htop (Task manager & system Monitor)
pkg install htop
  • Install figlet
pkg install figlet
  • Install httping (pinging tool for HTTP requests)
pkg install httping
  • install dnsutils (Mostly i use this tool for find the website/blog IP address)
pkg install dnsutils
  • Install openssh (For Managing My Servers SSH & SFTP)
pkg install openssh
  • Install FFmpeg (Handling video, audio, and other multimedia files and streams)
pkg install ffmpeg
  • Install youtube-dl
curl -sL https://gist.githubusercontent.com/mskian/6ea9c2b32d5f41867e7cafc88d1b26d5/raw/youtube-dl.sh | bash
  • Install PHP
pkg install php
  • Install PHP Composer on Termux
curl -sS https://getcomposer.org/installer | php -- --install-dir=/data/data/com.termux/files/usr/bin --filename=composer
  • Install nano Editor
pkg install nano
  • Install ZSH (For Run ohmyzsh)
pkg install zsh
  • Install HTTPie on Termux (cURL Alternative) and Install Socks for Proxy Connection [Python3 Modules]
pip install --upgrade pip setuptools
pip install --upgrade httpie
pip install -U requests[socks]
pip install requests
  • Required packages for Python development
pkg install clang python-dev
pkg install libffi-dev
pkg install openssl-dev
  • DuckDuckGo for Termux
pip install ddgr
  • Install screenfetch (System Information Generator)
pkg install screenfetch
  • Install w3m - Text based Web browser
pkg install w3m
pkg install termux-exec
pkg install termux-api
pkg up
termux-setup-storage
  • Termux Enable Extra Key Rows
cd .termux
nano termux.properties

Copy and Paste the Below Key Configuration in the Termux Properties File - CTRL + X to save & Exit

extra-keys = [ \
 ['ESC','|','/','HOME','UP','END','PGUP','DEL'], \
 ['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN','BKSP'] \
]
termux-upgrade-repo

Termux Storage permission did not create symlink for all folders - ( termux/termux-app#591 )

cd $HOME
ls
  • Termux - Check if a program/Package is exists or Not (Verify your Package Installation)
curl -sL https://gist.githubusercontent.com/mskian/4278fed4a206f4ec440f0dd512d4540b/raw/package.sh | bash
  • List the Installed Packages
pkg list-installed
  • Uninstall/Remove Packages
pkg uninstall <package-name>
  • Clear bash Path cache
hash -r
  • Termux Help
pkg help

Learn More about Termux Visit - https://termux.com/

Bookmark this Page More Updates on the way 😊

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].