Page 5 of 38

Re: Linux PowerPC Server Software

Posted: Mon Mar 16, 2020 3:20 pm
by xeno74
SSH Port Forwarding

Image

Re: Linux PowerPC Server Software

Posted: Wed Mar 18, 2020 10:08 am
by xeno74
Fedora PPC64 with the SSH agent:

Image

Re: Linux PowerPC Server Software

Posted: Sun Mar 22, 2020 1:21 pm
by xeno74
NFS server:

Image

Re: Linux PowerPC Server Software

Posted: Mon Mar 23, 2020 2:02 pm
by xeno74
TCP Wrapper and IP Tables:

Image

Re: Linux PowerPC Server Software

Posted: Tue Apr 07, 2020 5:04 pm
by xeno74
Samba:

Image

Image

Image

Image

Image

Re: Linux PowerPC Server Software

Posted: Thu Apr 16, 2020 1:29 pm
by xeno74
NGiNX [engine x] (HTTP and reverse proxy server with IMAP and POP3 proxy support) on an AmigaOne X1000:

Image

Virtual HTTP server (/etc/nginx/sites-available/supertuxkart-amiga):

Code: Select all

server {
    listen          80;
    server_name     www.supertuxkart-amiga.de;
    index           index.html;
    root            /var/www/supertuxkart-amiga.de;

Re: Linux PowerPC Server Software

Posted: Fri Apr 17, 2020 1:03 pm
by xeno74
Windows NT 4.0 and Windows 7 connected to a Samba server on an AmigaOne X1000:

Image

Re: Linux PowerPC Server Software

Posted: Sat Apr 18, 2020 6:49 pm
by xeno74
Windows NT 4.0 connected to a Samba server on an AmigaOne X1000:

Image

Re: Linux PowerPC Server Software

Posted: Tue Apr 21, 2020 4:54 pm
by xeno74
Windows NT 4.0 connected to a Samba server on an AmigaOne X1000 part3:

Image

Re: Linux PowerPC Server Software

Posted: Fri Apr 24, 2020 6:08 pm
by xeno74
Net ADS join (X5000: Samba AD-DC and X1000: Samba server):

Image

Image