- Play Store Install Termux
- Install packages:
pkg install openssh
- Open SSH service:
sshd &
- See who am I:
whoami
- See IP:
ifconfig
- Set password:
passwd
- Log in via another computer(port number is 8022):
(ECHO_RESULT_OF_WOAMI)@(IP) -p 8022
- Update PKG:
pkg upgrade
- If ugrade of PKG failed, run the commands below:
pkg remove science-repo
pkg remove game-repo
- Install other packages:
pkg install PACKAGE_NAME
- Allow storage(Click Allow on your phone):
termux-setup-storage
EOF
by Alexander Ezharjan