Skip to content

Linux Terminal : Termux (Android Terminal Client)

Ajmal Aju edited this page Oct 28, 2018 · 5 revisions

Termux :Linux Terminal For Android

home directory of termux

https://android.stackexchange.com/q/166538

/data/data/com.termux/files/home

Linux Terminal Commands

> commands which are usable in termux also

to get current path

the command usable in termux also

pwd

cd <foldername> //change the directory

cd .. //go back to previous directory

mkdir <foldername> //to make a new directory

touch <filename.extension> //make file

nano <filename.extension> //to edit a file

for exiting from nano press ctrl+o (changes will be saved) then ctrl+x(exit from nano)

to copy a file file from one directory to another

cp /directory/file /directory_to_copy

eg :

cp /data/data/com.termux/files/home/storage/pictures/Screenshots/Screenshot_20180918-092743.png /data/data/com.termux/files/home/pythontut/

to compress a file with a password

zip -er filename.zip filename

https://askubuntu.com/questions/342900/compressing-folders-with-password-via-command-line?answertab=active#tab-top

commands which are works only in terminal

Node Errors:-

Node Version Manager : Using brew

https://medium.com/@katopz/how-to-install-specific-nodejs-version-c6e1cec8aa11

ENOSPC: System limit for the number of file watchers reached, watch

https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers#the-technical-details

while loading shared libraries: libicui18n.so.64: cannot open shared object file: No such file or directory

https://stackoverflow.com/questions/55097675/node-error-while-loading-shared-libraries-libicui18n-so-62-cannot-open-shared

Flutter HandTips : -

Form Fields Prefilling from an API Call, in a simple way (Small Delay Expected)

https://stackoverflow.com/questions/59269947/how-to-display-user-data-in-an-edit-form-using-flutter

Django Workarounds

Query using subquery and distinct uniqueness overloaded (><)

https://stackoverflow.com/a/56333533/9301191

R for Debian

Installation and Updation

http://scottsfarley.com/research/cloudcomputing/2016/07/19/Updating-R-on-Debian.html

Clone this wiki locally