Page 7 of 37
Re: Linux PowerPC Server Software
Posted: Wed May 27, 2020 12:43 pm
by xeno74
Apache with configuration:

Re: Linux PowerPC Server Software
Posted: Thu May 28, 2020 12:14 pm
by xeno74
Apache part2:

Re: Linux PowerPC Server Software
Posted: Thu May 28, 2020 9:16 pm
by xeno74
xeno74 wrote: Tue May 26, 2020 2:05 pm
BIND with TSIG:
Oh dear, the A record is wrong. OK, the zone transfer with TSIG works though without any problems.
Re: Linux PowerPC Server Software
Posted: Fri May 29, 2020 2:42 am
by xeno74
BIND and Apache:

Re: Linux PowerPC Server Software
Posted: Mon Jun 01, 2020 5:54 am
by xeno74
Netcat:
Webserver with Netcat:
Code: Select all
while true; do { echo -e 'HTTP/1.1 200 OK\r\n'; \
Code: Select all
cat file name; } | nc -l -p 8080; done
Getting a website with Netcat:
Code: Select all
printf "GET / HTTP/1.0\r\n\r\n" | nc www.google.com 80
Re: Linux PowerPC Server Software
Posted: Tue Jun 02, 2020 3:12 pm
by xeno74
Redirects with Netcat and Apache:

Re: Linux PowerPC Server Software
Posted: Mon Jun 08, 2020 3:15 pm
by xeno74
Apache with mod_ssl (HTTPS):

Re: Linux PowerPC Server Software
Posted: Thu Jun 11, 2020 12:34 pm
by xeno74
Apache with mod_ssl (HTTPS) part2:

Re: Linux PowerPC Server Software
Posted: Sun Jun 14, 2020 4:08 pm
by xeno74
openSUSE Tumbleweed PPC64 with the Squid caching proxy server 5.0.1:

Re: Linux PowerPC Server Software
Posted: Thu Jun 18, 2020 6:57 pm
by xeno74
Nmap (Portscanner):
