
Linux PowerPC Server Software
Re: Linux PowerPC Server Software
Oh dear, the A record is wrong. OK, the zone transfer with TSIG works though without any problems.
Re: Linux PowerPC Server Software
Netcat:
Webserver with Netcat:
Getting a website with 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
Code: Select all
printf "GET / HTTP/1.0\r\n\r\n" | nc www.google.com 80