Re: Linux PowerPC Server Software
Posted: Sat Jan 18, 2025 8:56 am
Support Forum
https://forum.hyperion-entertainment.com/
https://forum.hyperion-entertainment.com/viewtopic.php?t=4389
The XRDP remote session can be disconnected without closing the programs. After logging in again, the programs are still running.xeno74 wrote: Fri Dec 04, 2020 3:02 pm XRDP:
Code: Select all
sudo apt-get install xrdp
/etc/xrdp/startwm.sh:Code: Select all
sudo vi /etc/xrdp/startwm.sh
Code: Select all
#!/bin/sh if [ -r /etc/default/locale ]; then . /etc/default/locale export LANG LANGUAGE fi #xrdp multiple users configuration xfce4-session . /etc/X11/Xsession
![]()
Minimal squid.conf:xeno74 wrote: Fri Jan 24, 2020 12:44 pm openSUSE Tumbleweed PPC64 with the Squid caching proxy server 5.0.1:
![]()
Code: Select all
http_access allow all
http_port 3128
cache_dir ufs /usr/local/var/cache/squid 1024 16 256
Code: Select all
root@Ubuntu:~# export http_proxy='http://192.168.178.20:3128'
Code: Select all
root@Ubuntu:~# export https_proxy='https://192.168.178.20:3128'