Do you want a terminal on your Android device? Look at this.
Install Termux
from Google Play.
Root is not needed for this app and just allowing storage permission is ok.
Basic settings
Setting default editor:
1 | export EDITOR=vi |
edit sources files
1 | apt edit-sources |
Understand the directory structure:
1 | echo $HOME |
Install basic tools
In termux, pkg
is developped for simplifying sudo apt
in some circumstances.
1 | pkg update |
Accessing internal storage files
termux-setup-storage
After installing the above shell script, storage
directory will be created and you can access common dcim
, music
, videos
, etc.
1 | ls storage |
Comments
shortname
for Disqus. Please set it in_config.yml
.