Command-line tools are included in Android Studio. If you do not need Android Studio, you can download the basic Android command-line tools above. You can use the included sdkmanager to download other SDK packages.
Tag: linux
Make a Bash Script Executable
Posted by disu1950 Bash scripts can be used to automate bash shell commands, they have the extention .sh.
NANORC
nanoβs system config file is located at /etc/.nanorc. You can override these settings with a user specific config file at ~/.nanorc.
CHMOD MAN
CHMOD MAN
What is UserLAnd?
UserLAnd is the easiest way to run Linux on Android. It is distributed through the Play Store. It does not require you to root your device. It is simple to use. It is also FOSS (Free and Open Source Software).
SENDXMPP MAN
NAME sendxmpp - send xmpp messages from the commandline.
SSH MAN
SSH SSH NAME SYNOPSIS DESCRIPTION AUTHENTICATION ESCAPE CHARACTERS TCP FORWARDING X11 FORWARDING VERIFYING HOST KEYS SSH-BASED VIRTUAL PRIVATE NETWORKS ENVIRONMENT FILES EXIT STATUS SEE ALSO STANDARDS AUTHORS
git_colors
Use the \color{nameColor} code from LATEX inside $$$$, now that github can support:
MAKE UR OWN PROMPT
Custom Bash Prompt This is an interactive tool to aid in setting a custom (and colorful) bash command prompt.
LINUX SHORTCUTS
Linux Shortcuts I would like to mention that some of these shortcuts may depend upon the Shell you are using. Bash is the most popular shell, so the list is focused on Bash. If you want, you may call it Bash shortcut list as […]
#!shebang for Bash Script
Make a Bash Script Executable Bash scripts can be used to automate bash shell commands, they have the extention .sh. I personally use these to do some repetitive tasks like deploying a new post to this site.
BASH PROMPT VARIABLES
Bash prompt variables These are the variable substitutions used above. \u user \h hostname \w ~/path/to/directory
WELCOME 2 TERMUX
The Linux Experience on Mobile Devices Introduction In todayβs world, mobile devices have evolved from mere communication tools into powerful computing platforms. A key player in this transformation is Termux, an application for Android devices that offers a comprehensive terminal emulator and […]
Special commands to sqlite3 (dot-commands)
Special commands to sqlite3 (dot-commands) Most of the time, sqlite3 just reads lines of input and passes them on to the SQLite library for execution. But input lines that begin with a dot (“.”) are intercepted and interpreted by the sqlite3 program itself. These […]