All Projects → termux → Termux Boot

termux / Termux Boot

Termux add-on app allowing programs to be run at boot.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Termux Boot

Termux Create Package
Python script to create Termux packages easily.
Stars: ✭ 155 (-34.04%)
Mutual labels:  termux
Termuxarch
Experience the pleasure of the Linux command prompt in Android, Chromebook, Fire OS and Windows on smartphone, smartTV, tablet and wearable https://termuxarch.github.io/TermuxArch/
Stars: ✭ 183 (-22.13%)
Mutual labels:  termux
Ighack
Hack Instagram From Termux With Help of Tor
Stars: ✭ 206 (-12.34%)
Mutual labels:  termux
Myserver
MyServer is your own localhost web server. you can setup PHP, Apache, Nginx and MySQL servers on your android devices or linux like Ubuntu etc. MyServer is Developed for android terminal like Termux or GNURoot Debian terminal.
Stars: ✭ 160 (-31.91%)
Mutual labels:  termux
Metasploit in termux
Install Metasploit Framework 6 in Termux
Stars: ✭ 167 (-28.94%)
Mutual labels:  termux
Termux Widget
Termux add-on app which adds shortcuts to commands on the home screen.
Stars: ✭ 196 (-16.6%)
Mutual labels:  termux
Termux Os
All in One Termux Os..!! (New)
Stars: ✭ 150 (-36.17%)
Mutual labels:  termux
Termuxalpine
Use TermuxAlpine.sh calling to install Alpine Linux in Termux on Android. This setup script will attempt to set Alpine Linux up in your Termux environment.
Stars: ✭ 224 (-4.68%)
Mutual labels:  termux
Hackapk
An Advanced Tool For Complete Apk-Modding In Termux ...
Stars: ✭ 180 (-23.4%)
Mutual labels:  termux
T Load
New Interface And Loading Screen For Termux Users
Stars: ✭ 207 (-11.91%)
Mutual labels:  termux
Termux Tasker
Add-on application allowing to run Termux scripts from Tasker.
Stars: ✭ 161 (-31.49%)
Mutual labels:  termux
Ip Attack
Auto IP or Domain Attack Tool ( #1 )
Stars: ✭ 162 (-31.06%)
Mutual labels:  termux
Hiddeneye Legacy
Modern Phishing Tool With Advanced Functionality And Multiple Tunnelling Services [ Android-Support-Available ]
Stars: ✭ 2,568 (+992.77%)
Mutual labels:  termux
Game Packages
Games for Termux
Stars: ✭ 155 (-34.04%)
Mutual labels:  termux
X11 Packages
Packages using the X Window System.
Stars: ✭ 213 (-9.36%)
Mutual labels:  termux
Tmoe Linux
🍭Without any basic knowledge of linux shell,you can easily install and configure a GNU/Linux graphical desktop environment on 📱Android termux and 💻WSL .🍰You can also run VSCode on your android phone.🍹Graphical qemu manager,🐋support running docker on Android.配置WSL和安卓手机的linux容器,桌面环境,主题美化,远程桌面,音频服务,镜像源,uefi开机启动项,webdav(nginx),fcitx输入法以及qemu-system虚拟机...
Stars: ✭ 149 (-36.6%)
Mutual labels:  termux
Termux.github.io
The main termux site and help pages.
Stars: ✭ 188 (-20%)
Mutual labels:  termux
Proot
An chroot-like implementation using ptrace.
Stars: ✭ 233 (-0.85%)
Mutual labels:  termux
Debian On Termux
HOWTO install plain Debian 10 (buster) on your non-rooted Android smartphone
Stars: ✭ 222 (-5.53%)
Mutual labels:  termux
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 (+1330.21%)
Mutual labels:  termux

Termux:Boot

Build status Join the chat at https://gitter.im/termux/termux

A Termux add-on app to run programs at boot.

When developing (or packaging), note that this app needs to be signed with the same key as the main Termux app in order to have the permission to execute scripts.

Installation

Termux:Boot application can be obtained from F-Droid.

Additionally we provide per-commit debug builds for those who want to try out the latest features or test their pull request. This build can be obtained from one of the workflow runs listed on Github Actions page.

Signature keys of all offered builds are different. Before you switch the installation source, you will have to uninstall the Termux application and all currently installed plugins.

How to use

  1. Install the Termux:Boot app.
  2. Start the Termux:Boot app once by clicking on its launcher icon. This allows the app to be run at boot.
  3. Create the ~/.termux/boot/ directory.
  4. Put scripts you want to execute inside the ~/.termux/boot/ directory. If there are multiple files, they will be executed in a sorted order.
  5. Note that you may want to run termux-wake-lock as first thing if you want to ensure that the device is prevented from sleeping.

Example: To start an sshd server and prevent the device from sleeping at boot, create the following file at ~/.termux/boot/start-sshd:

#!/data/data/com.termux/files/usr/bin/sh
termux-wake-lock
sshd

License

Released under the GPLv3 license.

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