Site Tools


peri:termux

This is an old revision of the document!


SSH

pkg install openssh
ifconfig
<code>
whoami
sshd

from pc to mobile

ssh -Y -p 8022 u0_255@10.0.0.2

from mobile to server

ssh -f -N -T -R 0:2222:localhost:8022 user@server

on server :

netstat -lntp | grep 2222
ssh -p 2222 u0_a255@127.0.0.1

.ssh/config

Host mobile
    HostName 127.0.0
    User u0_a256
    Port 2222
    ProxyJump server
    IdentityFile ~/.ssh/id_rsa
    ForwardX11 yes

Qt Creator

pkg install x11-repo
pkg install qt-creator

pkg install qt5-qtbase qt5-qttools qt5-qmake

https://github.com/JesusChapman/simple-calculator-qt

termux-x11

peri/termux.1759345298.txt.gz · Last modified: 2025/10/01 19:01 by 147.32.8.31