peri:termux
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
peri:termux [2025/10/01 18:37] – 147.32.8.31 | peri:termux [2025/10/01 20:40] (current) – [Termux-x11] 147.32.8.31 | ||
---|---|---|---|
Line 3: | Line 3: | ||
< | < | ||
pkg install openssh | pkg install openssh | ||
- | |||
- | passwd | ||
- | |||
ifconfig | ifconfig | ||
- | |||
whoami | whoami | ||
</ | </ | ||
Line 14: | Line 10: | ||
sshd | sshd | ||
</ | </ | ||
- | |||
==== from pc to mobile ==== | ==== from pc to mobile ==== | ||
Line 25: | Line 20: | ||
< | < | ||
- | ssh -f -N -T -R server: | + | ssh -f -N -T -R 0: |
</ | </ | ||
Line 31: | Line 26: | ||
< | < | ||
- | ssh -p 2222 u0_a255@server | + | netstat -lntp | grep 2222 |
+ | ssh -p 2222 u0_a255@127.0.0.1 | ||
</ | </ | ||
Line 37: | Line 33: | ||
< | < | ||
- | Host mobil | + | Host mobile |
HostName server | HostName server | ||
User u0_a256 | User u0_a256 | ||
Line 45: | Line 41: | ||
ForwardX11 yes | ForwardX11 yes | ||
</ | </ | ||
+ | |||
+ | ==== X11 ===== | ||
+ | |||
+ | mcedit $PREFIX/ | ||
+ | |||
+ | X11Forwarding yes | ||
====== Qt Creator ====== | ====== Qt Creator ====== | ||
Line 55: | Line 57: | ||
</ | </ | ||
- | ====== | + | https:// |
+ | |||
+ | ====== | ||
https:// | https:// | ||
Line 61: | Line 65: | ||
https:// | https:// | ||
+ | pkg install xfce4 | ||
+ | |||
+ | termux-x11 :1 -xstartup " | ||
+ | |||
+ | export DISPLAY=:1 ./ | ||
peri/termux.1759343846.txt.gz · Last modified: 2025/10/01 18:37 by 147.32.8.31