All Projects → Xexanoath → termux.sh

Xexanoath / termux.sh

Licence: other
AIO Termux >>> bash <(curl -fsSL https://git.io/JvMD6) <<<

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to termux.sh

Termux-GUI
Graphical User Interface for Termux (XFCE and MATE)
Stars: ✭ 46 (-6.12%)
Mutual labels:  termux, termux-recommended-for-android, termux-environment, termux-tools
buildAPKsApps
Android APK app sources that build in Termux on Amazon Fire, Android and Chromebook! https://sdrausty.github.io/buildAPKsApps/
Stars: ✭ 32 (-34.69%)
Mutual labels:  termux, termux-recommended-for-android, termux-environment, termux-tools
termux-shell
Beautify your Termux App with this Shell 😍
Stars: ✭ 149 (+204.08%)
Mutual labels:  termux, termux-recommended-for-android, termux-environment, termux-tools
tstyle
Customize Termux Font & Colors
Stars: ✭ 186 (+279.59%)
Mutual labels:  termux, termux-environment, termux-style, termux-tools
LordPhish
The most complete phishing tool
Stars: ✭ 158 (+222.45%)
Mutual labels:  termux, termux-recommended-for-android, termux-tools
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 (-48.98%)
Mutual labels:  termux, termux-proot, termux-environment
teriyaki
Control your phone using advantages of the termux-api over ssh from your linux pc.
Stars: ✭ 54 (+10.2%)
Mutual labels:  termux, termux-recommended-for-android, termux-tools
Anonymous
Message from Anonymous :)
Stars: ✭ 24 (-51.02%)
Mutual labels:  termux, termux-recommended-for-android, 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 (+20.41%)
Mutual labels:  termux, termux-proot, termux-environment
modded-ubuntu
Run Ubuntu GUI on your termux with much features.
Stars: ✭ 387 (+689.8%)
Mutual labels:  termux, termux-tools
seeu
SeeU is a camera hacking tool which is used to hack selfie camera of devices....
Stars: ✭ 313 (+538.78%)
Mutual labels:  termux, termux-tools
TERBR-TermuxBackupTool
Backup Termux and Restore with just one command. Choose a directory to save backup and easily find them.
Stars: ✭ 13 (-73.47%)
Mutual labels:  termux, termux-tools
Termux url opener all in one downloader
All-in-one Download Script for Termux URL Opener
Stars: ✭ 112 (+128.57%)
Mutual labels:  termux, termux-tools
manjaro-fs-arm64
Manjaro rootfs with xfce4 and vncserver preinstalled. Just setup username, password and vnc password. Also one more edition with latest Anki preinstalled.
Stars: ✭ 19 (-61.22%)
Mutual labels:  termux, termux-proot
Tool X
Tool-X is a kali linux hacking Tool installer. Tool-X developed for termux and other Linux based systems. using Tool-X you can install almost 370+ hacking tools in termux app and other linux based distributions.
Stars: ✭ 3,361 (+6759.18%)
Mutual labels:  termux, termux-tools
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 (+55.1%)
Mutual labels:  termux, termux-environment
Brutegram
Instagram multi-bruteforce Platfrom
Stars: ✭ 183 (+273.47%)
Mutual labels:  termux, termux-tools
Theme-Engine
Theme-Engine is usually made for modification & customization, so you can make trunks even more Colourful and better your Termux.
Stars: ✭ 31 (-36.73%)
Mutual labels:  termux, termux-style
Aria2-Termux
面向 Android 的 Aria2 一键安装管理脚本
Stars: ✭ 82 (+67.35%)
Mutual labels:  awesome-termux, termux-tools
termux-snippets
An integrated tool and a collection of snippets which helps in the various aspects of the terminal.
Stars: ✭ 28 (-42.86%)
Mutual labels:  termux, termux-tools

Termux Download termux from playstore or fdroid

  • The termux app itself is same but the signature is different so you can't use the Play store version with termux styling from F-Droid.but if you download both termux and termux styling from F-Droid you can use both.Termux from F-Droid has free styling so I suggest to use it from F-Droid.

To install everything in this guide

bash <(curl -fsSL https://git.io/JvMD6)

Everything in this small docs

The homescreen of termux

Image of Termux homescreen

  • Basic operation As the saying goes, "Before you can run, you have to learn to walk", understand the basic operations first, and then do some sloppy operations easily.

Options and menus

A long press on the screen will display a selectable copy cursor, along with the Copy, Paste, More ... options.

Options screen

  • Click More ... to go to the next menu level.

More options

Long press on screen
 ├── COPY: Copy
 ├── PASTE: Paste
 ├── More: More
    ├── Select URL: Select URL
    └── Share transcipt: transfer all output of the current session (via Android api)
    └── Reset: Reset
    └── Kill process: Kill the current terminal session process
    └── Style: Style (requires Termux: Styling plugin)
    └── Keep screen on:
    └── Help: Help documentation (Termux Wiki)

Swipe right from the left edge of the screen to drag out the navigation bar, where you can create, switch, rename sessions, and bring up input methods.

Left multipanel

Common shortcut keys

When using the terminal, you need to use the Alt, Ctrl, Esc and other keys, but these keys are not available on the phone.

In Ter­mux, you can use the volume down button to simulate the Ctrl key. For example, volume + L is equivalent to pressing Ctrl + L on the keyboard.

The following are some of the shortcuts commonly used in the terminal, and they also work in Ter­mux.

 Ctrl + A-> cursor to start position
 Ctrl + E-> cursor to the end
 Ctrl + K-> Cut everything from here to the end
 Ctrl + U-> Cut everything from here to the beginning
 Ctrl + W-> Cut here to the left
 Ctrl + Y-> Paste words cut by Ctrl + U, Ctrl + D, Ctrl + W
 Ctrl + L-> equivalent to clear command, clear screen
 Ctrl + C-> terminate process / command
 Ctrl + D-> close terminal
 Ctrl + Z-> Suspend (send SIGTSTP to) the current process
 The volume plus button can be used as a special key to generate a specific input, which can be roughly understood as the Fn key on a laptop.

 Volume + E-> Esc
 Volume + T-> Tab
 Volume + 1-> F1 (Volume increase + 2 is equivalent to F2, and so on)
 Volume +0-> F10
 Volume + B-> Alt + B, return a word when using readline
 Volume + F-> Alt + F, forward a word when using readline
 Volume + X-> Alt + X
 Volume + W-> Up Arrow
 Volume + A-> Left Arrow
 Volume + S-> Down Arrow
 Volume + D-> Right Arrow
 Volume + L-> | (pipe character)
 Volume + H-> ~ (tilde character)
 Volume + U-> _ (underscore character)
 Volume + P-> Page Up (previous page)
 Volume + N-> Page Down (next page)
 Volume +.-> Ctrl + \ (SIGQUIT)
 Volume + V-> Show volume control
 Volume + Q-> Show extra button view
 Volume + K-> Ibid

Extended function buttons

As mentioned earlier, Ter­mux can use the volume keys to implement shortcut keys. Personally, using volume keys is not very inconvenient. Ter­mux also provides buttons for screen extensions. You can use volume plus + Q or volume plus + K to show and hide. controls less In addition, the function keys can be moved to the left to call up the text input box, which can more conveniently paste and modify the instructions to be entered more finely. controls sampled up

Package management

In addition to supporting the apt command, Ter­mux also encapsulates the pkg command. The pkg command is backward compatible with the apt command. The official recommendation is to use the pkg command, because it will automatically update the apt list when installing or upgrading the package, which means that performing pkg upgrade is equivalent to performing apt update && apt upgrade, which simplifies the operation process.

few simple default commands

pkg search >> search a package
 pkg install >> installation of a package, shorthand pkg i
 pkg uninstall >> uninstall a package
 pkg reinstall >> reinstall a package
 pkg update / pkg upgrade >> to upgrade package, shorthand pkg up
 pkg list-all >> lists all packages available for installation(update)
 pkg list-installed >> lists installed packages
 pkg files >> show the path to the relevant folder of a package

Differences between Termux and the standard Linux directory structure

Unlike most Linux distributions, Ter­mux does not follow file system hierarchy standards, and you cannot find directories such as / bin, / etc, / usr, / tmp and so on in standard paths. For convenience, Termux provides a special environment variable: PREFIX, which is equivalent to the / usr directory.

$ tree -d -L 1 $PREFIX
/data/data/com.termux/files/usr
├── bin
├── etc
├── include
├── lib
├── libexec
├── share
├── src
├── tmp
└── var
  • In addition, the user home directory is also in an unconventional location.
$ echo $HOME
/data/data/com.termux/files/home
  • Without root privileges, it is impossible to manipulate the root directory.
$ ls /
ls: cannot open directory '/': Permission denied
  • You can install proot for this and use the termux-chroot command to simulate the root environment and the standard Linux directory structure.
$ pkg i -y proot
$ termux-chroot
$ ls /
bin  data  dev  etc  home  lib  proc  root  sbin  share  storage  system  tmp  usr  var  vendor
$ ls /usr
bin  etc  include  lib  libexec  share  src  tmp  var

This can be useful for some programs that must use a standard path.

root authority

After all, the proot mentioned above is a simulation method, which will have certain limitations. If the phone is already rooted, although you can switch to root by using su in Ter rootmux, some Ter 但是 mux commands will not work properly. After all, this is not a standard Linux environment. The solution is to install tsu for root privileges, tsu is an alternative to su in Ter­mux.

Install tsu:

 pkg i -y tsu

Execute the command with root privileges:

 tsudo command

Switch to root user:

 tsu

Under the root user, enter the exit command or press Ctrl + D to return to the normal user.

Access external storage

Ter­mux can only access its own internal data by default. If you want to access other data in the phone, after entering the following command, the phone will pop up a window for requesting permissions and allow it.

termux-setup-storage
  • This will create the $ HOME / storage directory, and subdirectories in this directory will be symbolically linked to some common directories in phone storage.
$ tree storage
storage
├── dcim -> /storage/emulated/0/DCIM
├── downloads -> /storage/emulated/0/Download
├── movies -> /storage/emulated/0/Movies
├── music -> /storage/emulated/0/Music
├── pictures -> /storage/emulated/0/Pictures
└── shared -> /storage/emulated/0
  • You can also access the root directory of external storage through / sdcard.

SSH connection

As a Linux terminal or server, SSH is required. Whether you are SSHing to Ter­mux or using Ter­mux to connect to other hosts, you need to install openssh first.

pkg i -y openssh
  • Termux uses SSH to connect to other hosts Basic operation, ssh command:
ssh User@Host -p Port

SSH to Termux

After all, the mobile phone is too restrictive to operate, and it is very elegant to operate through a SSH connection on the computer.

  • set password:
 passwd
  • View username:
 whoami

Since Ter­mux is a single-user environment, this step is not necessary. You can log in using any username. View IP address:

 ifconfig

Start the SSH server:

 sshd

The SSH server program is not started by default, and it needs to be restarted every time the application is closed and opened. I will explain how to start the SSH server later. Gathering the three elements of SSH, you can now enter ssh commands in a computer terminal or use other SSH clients to connect. Note that Ter­mux's SSH port is 8022 also you are gonna have to have your ports opened to access it.

 ssh User @ Host -p 8022
  • After executing the ssh command, you can enter the password to connect, and then you can easily perform various operations on the computer.

A simple showcase of neofetch on localhost

neofetch

  • Configure SSH key login If you need to expose Ter­mux's SSH port to the public network, it is recommended to configure key login for security.

  • The operation is no different from a normal Linux distribution, it is a basic operation. If you do n’t know how to configure, you can refer to the two tutorials: “Configuring SSH Keys for Password-Free Login Using ssh-keygen and ssh-copy-id” and “Configuring SSH Keys for Linux VPS for Password-Free Login Using Xshell” Make-up lessons are not repeated here.

  • Friendly Tip: The path of the sshd_config file is $ PREFIX / etc / ssh / sshd_config It is recommended to use the SSH key one-click configuration script, which can get the public key from GitHub or the link and configure it automatically. As long as you have set up a public key on GitHub, you can log in directly using the SSH key connected to the GitHub repository after configuration.

  • SSH server (sshd) starts automatically If you do not want to enter Ter­mux every time ssh connects and enter the sshd command, you can set it to start automatically. There are two cases of sshd self-starting, one is when the Ter­mux application is opened, and the other is when the phone is turned on.

  • Start the SSH server automatically when opening the application Just add the sshd command to the shell configuration file. For example, if I use zsh, add it to ~ / .zshrc. If it's bash, add it to ~ / .bashrc.

echo "sshd" >> ~/.zshrc

Start the SSH server after the phone is powered on

First install the Termux: Boot plug-in. After installation, give the plug-in permission to boot, so that Ter­mux can start automatically after booting.

  • Create ~ / .termux / boot / directory (the scripts placed in this directory will be executed after booting Termux).
mkdir -p ~/.termux/boot/
  • Create a new script in this directory, named start-sshd, and add the sshd command to this file.
echo 'termux-wake-lock; sshd' > ~/.termux/boot/start-sshd

The termux-wake-lock command prevents the process of the Ter­mux application from freezing when the phone is sleeping. After the setting is completed, the phone will automatically start Ter­mux and start the SSH server.

Install a Linux distribution

  • After all, Ter­mux is not a complete Linux environment. If there is a deeper Linux environment requirement, you can install and run a Linux distribution in Ter­mux to simulate a complete Linux environment. You can even install a desktop environment.

Here we used AnLinux Is an app that helps users install Linux distributions in Ter­mux. It is a guide, its essence is to give you a line of installation instructions for you to execute according to the distribution of your choice. It's very easy to follow the instructions in the app, so I won't go into details here. app ss

Custom extended function buttons

The default function buttons are too simple and do not have the left and right arrow keys, which is not convenient to use. Fortunately you can ~/.termux/termux.properties customize the key configuration file.

upgraded panel

  • If you want to set it up like this, you can add the following to the configuration file:
extra-keys = [['ESC','/','-','HOME','UP','END','PGUP','DEL'],['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN','BKSP']]

As a lazy person, I usually do it with one click:

mkdir -p ~/.termux && echo "extra-keys = [['ESC','/','-','HOME','UP','END','PGUP','DEL'],['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN','BKSP']]" > ~/.termux/termux.properties
  • Finally, enter the following command to reload the configuration, or close the application and then open it again.
termux-reload-settings

Replace domestic software source

https://wiki.termux.com/wiki/Package_Management

By default, the software package download speed is very slow. You can speed up the software package download speed by replacing the domestic software source. check the main wiki link for more information To prevent modification errors, first back up the source list file:

cp $PREFIX/etc/apt/sources.list $PREFIX/etc/apt/sources.list.bak

reduction:cp $PREFIX/etc/apt/sources.list.bak $PREFIX/etc/apt/sources.list Use sed the command to modify a key:

sed -i 's@^\(deb.*stable main\)$@#\1\ndeb https://main.termux-mirror.ml stable mainn@' $PREFIX/etc/apt/sources.list

You can also enter apt edit-sources manually edited source files. Replace the default official source with the mirror source of Xeffyr https://main.termux-mirror.ml.

Check modification:

$ cat $PREFIX/etc/apt/sources.list
-The main termux repository:
-deb https://dl.bintray.com/termux/termux-packages-24 stable main
deb https://main.termux-mirror.ml stable main

Last update:

pkg up

If the card progresses, exit the process of Termux, reopen it, and run dpkg --configure -a to repair it.

Install common tools

Install some basic common tools to facilitate subsequent tossing.

pkg i -y git curl wget tree vim nano tmux htop

Install and configure Oh My Zsh

  • Oh My Zsh will not make you a 10x developer ... but you may feel like one.

  • The above sentence comes from Oh My Zsh README, which means "pretend to force is the first productivity".

  • I don't use Oh My Zsh to pretend to make the terminal fancy. As a pragmatist, I really like the automatic suggestion, completion, and code highlighting functions, which greatly improves the input efficiency of the terminal. So regardless of platform, Oh My Zsh will be installed.

Install zsh

pkg i -y zsh
  • Install Oh My Zsh
  • Download and install using curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
  • Download and install using wget
sh -c "$(wget -O- https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Oh My Zsh will prompt you to set zsh as the default sehll after installation. If not prompted, enter the following command to set it up:

chsh -s zsh

Modify Oh My Zsh Theme

Oh My Zsh has a lot of built-in themes, just need to modify the configuration file to enable. You can also choose to install external themes, such as Powerlevel10k and Syntax highlighting

  • The theme I use is ys , it's simple and practical, not fancy. Use sed the command to modify a key:
sed -i '/^ZSH_THEME=/c\ZSH_THEME="ys"' ~/.zshrc

After modification, enter the following command to refresh the configuration and you can see the effect:

source ~/.zshrc

Install the Oh My Zsh plugin

  • Install zsh-syntax-highlighting (code highlighting)
git clone https://github.com/zsh-users/zsh-syntax-highlighting $ZSH_CUSTOM/plugins/zsh-syntax-highlighting

Install zsh-autosuggestions (auto suggestion)

git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions

Install zsh-completions (autocompletion)

git clone https://github.com/zsh-users/zsh-completions $ZSH_CUSTOM/plugins/zsh-completions

zsh-completions plug-ins need to autoload -U compinit && compinitadd to .zshrc. Enter the command to add it with one click:

[ -z "`grep "autoload -U compinit && compinit" ~/.zshrc`" ] && echo "autoload -U compinit && compinit" >> ~/.zshrc

The need to enable plug-ins written to the configuration file, use the sedcommand to a key operation.

sed -i '/^plugins=/c\plugins=(git z zsh-syntax-highlighting zsh-autosuggestions zsh-completions)' ~/.zshrc

If you have a plugin you want to add, write it in parentheses, and separate the plugin names with spaces. Last applied configuration

source ~/.zshrc

Modify terminal color

To modify the color you need to install Termux: Stylingplugin, installed after a long press the screen to enter the More...menu, choose Styleyou can set the color and font. This was mentioned in the previous article when we introduced menus and options. styling

  • Choosing your favorite color and font, the set will ~/.termux generate matching files in the directory colors.properties and font files font.ttf, these two files can be backed up, after only need to import, you no longer need to install the plugin.
$ tree ~/.termux
/data/data/com.termux/files/home/.termux
├── colors.properties
├── font.ttf
├── shell -> /data/data/com.termux/files/usr/bin/zsh
└── termux.properties

Modify the greeting of the startup page

start screen

  • This information will be helpful when you first come into contact with Termux, but with a deeper understanding of Termux and the desire to control human instincts, you will definitely want to replace it. I find that most of my friends will use their IDs in large fonts. Way to present.
vi $PREFIX/etc/motd

And for someone like me who advocates minimalism, choose to keep it from showing.

touch ~/.hushlogin

How to run scripts every hour with the help of cron or Termux tasker

Tasker method So the termux docs explains the use of termux tasker to run your scripts but it's isn't very beginner friendly.. In the docs it states to put your files in ~/.termux/tasker but many may or may not know how to do that.. now you can do this in two way it's via the move or copy commmand (you can read the wiki if you wanna learn the commands).. with that said i am going to use the cp method so let's assume Bash.sh is in our internal root directory of the phone so we do /sdcard/(if you meet with errors then do with cd then we want to copy this script to that path so we gotta use this command

cp bash.sh ~/.termux/tasker
  • If you don't see this directory then you need to install tasker and if you still don't see it then mkdir ~/.termux/tasker. After that you can open tasker and select the plugin option then select this script....(also you will need to have termux:tasker installed)..

cron tab method So crontab won't run in the background if you close termux...this is unless you disable battery optimization and allow wakelock..Now if you enable wakelock the crontab service should work fine..Termux requires you to have wakelock or else cron service won't work either.. you can try these commands for improvements in-case you meet with errors

pkg install termux-services

sv-enable crond

termux-wake-lock

with this crond should run absolutely fine but if it still doesn't then disable any power save restrictions on termux..

  • All said i personally recommend Tasker over cron on Android.

How to run Linux in android using termux

  • okay so termux can run many linux codes but not all...so for this we can run the bash scripts given below you can follow these or download this app here is the github page then choose the selected or wanted distro to use...you can select quite a few distros so enjoy.. I have already given another app for linux distros but this one is much more stable and upto date you can use either tho

tail

The first impression Termux gave me was that it was hard to use. I didn't even have the left and right arrow keys, and I almost uninstalled. Because recent studies router, so they try to enter Termux pkg install iperf3to install iPerf3, I did not expect installed, and then hold the phone over the house measured WiFi throughput. This also made me interested in it, and then I started to understand it slowly. It was out of hand and prompted me to try to customize it.

To be continued

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].