Page 37 of 38
Re: Linux PowerPC Server Software
Posted: Sat Jan 18, 2025 8:56 am
by xeno74
Runit and
Systemd service file:

Re: Linux PowerPC Server Software
Posted: Wed Apr 16, 2025 10:11 am
by xeno74
xeno74 wrote: Fri Dec 04, 2020 3:02 pm
XRDP:
/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
The XRDP remote session can be disconnected without closing the programs. After logging in again, the programs are still running.
systemctl status xrdp.service
vim /etc/xrdp/startwm.sh:
fvwm2
Re: Linux PowerPC Server Software
Posted: Fri Apr 18, 2025 12:40 pm
by xeno74
xeno74 wrote: Fri Jan 24, 2020 12:44 pm
openSUSE Tumbleweed PPC64 with the Squid caching proxy server 5.0.1:
Minimal
squid.conf:
Code: Select all
http_access allow all
http_port 3128
cache_dir ufs /usr/local/var/cache/squid 1024 16 256
Re: Linux PowerPC Server Software
Posted: Fri Apr 25, 2025 8:30 am
by xeno74
Settings for proxy server in a shell and pc direct connection with auto MDI-X (ethtool):

Re: Linux PowerPC Server Software
Posted: Mon Apr 28, 2025 8:13 am
by xeno74
Proxy server settings for installing packages on Ubuntu:
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'
Re: Linux PowerPC Server Software
Posted: Fri Jun 06, 2025 1:51 pm
by xeno74
Samba public share:
Creating a Samba account:
smbpasswd -a <Existing Linux user name>
Re: Linux PowerPC Server Software
Posted: Fri Oct 24, 2025 12:45 pm
by xeno74
xeno74 wrote: Thu Mar 31, 2022 4:03 pm
NFSd (NFS server) v4 with v3 support:
You can mount the exported directory with the NFS3 and NFS4 protocol.
Differences in the /etc/fstab:
#NFS3
buildhost.a-eon.tld:/srv/public /nfs_public nfs _netdev,rw 0 0
#NFS4
buildhost.a-eon.tld:/public /nfs_public nfs _netdev,rw 0 0
Re: Linux PowerPC Server Software
Posted: Tue Nov 04, 2025 1:59 pm
by xeno74
SSL connection between Postfix/Dovecot and BrassMonkey.

Re: Linux PowerPC Server Software
Posted: Mon Nov 17, 2025 8:25 am
by xeno74
Installation of the NFS client utilities on Void PPC:
- cd hostdir
- xbps-rindex -a nfs-utils-2.5.4_2.ppc.xbps
- xbps-install --repository=hostdir nfs-utils
Re: Linux PowerPC Server Software
Posted: Mon Nov 17, 2025 10:47 am
by xeno74
NFS connection from a QEMU e5500 guest to a NFS server on a host:
