Site Tools


peri:termux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
peri:termux [2025/10/01 18:50] 147.32.8.31peri:termux [2025/10/01 20:40] (current) – [Termux-x11] 147.32.8.31
Line 4: Line 4:
 pkg install openssh pkg install openssh
 ifconfig ifconfig
-<code> 
 whoami whoami
 </code> </code>
Line 21: Line 20:
  
 <code> <code>
-ssh -f -N -T -R 2222:localhost:8022 user@server+ssh -f -N -T -R 0:2222:localhost:8022 user@server
 </code> </code>
  
Line 34: Line 33:
  
 <code> <code>
-Host mobil+Host mobile
     HostName server     HostName server
     User u0_a256     User u0_a256
Line 42: Line 41:
     ForwardX11 yes     ForwardX11 yes
 </code> </code>
 +
 +==== X11 =====
 +
 +mcedit $PREFIX/etc/ssh/sshd_config
 +
 +X11Forwarding yes
  
 ====== Qt Creator ====== ====== Qt Creator ======
Line 52: Line 57:
 </code> </code>
  
-====== termux-x11 ======+https://github.com/JesusChapman/simple-calculator-qt 
 + 
 +====== Termux:X11 ======
  
 https://github.com/termux/termux-x11 https://github.com/termux/termux-x11
Line 58: Line 65:
 https://termux-x11.en.uptodown.com/android/download https://termux-x11.en.uptodown.com/android/download
  
 +pkg install xfce4
 +
 +termux-x11 :1 -xstartup "dbus-launch --exit-with-session xfce4-session"
 +
 +export DISPLAY=:1 ./simple-calculator-qt/calculator-qt
  
  
peri/termux.1759344609.txt.gz · Last modified: 2025/10/01 18:50 by 147.32.8.31