Skip to content

damn phreaking hackers

REcently Passive FTP is no longer the case. Today one of my customer's tried to teach a new customer how to FTP. Unfortunately, she had to abandon the teaching session and sounded annoyed an fustrated. If I had know in advance, I would have told her that you cannot use Passive FTP mode and that might have solved the problem. The reason for turning off passive FTP is to prevent hackers from getting passwords.



I phreaking hate hackers.

English Premiership football 2004/2005 Round 14 predictions

Round 14 predictions:



20 November 2004

Arsenal v West Brom, 15:00



4 - 0



Chelsea v Bolton, 15:00



2 - 2



Crystal Palace v Newcastle, 15:00



0 - 3



Everton v Fulham, 15:00



0 - 3



Man Utd v Charlton, 12:45



1 - 3



Middlesbrough v Liverpool, 15:00



2 - 2 and 24 red cards served up.



Norwich v Southampton, 15:00



1 - 3



Portsmouth v Man City, 17:15



2 - 1



21 November 2004

Blackburn v Birmingham, 16:05



2 - 1

22 November 2004

Aston Villa v Tottenham, 20:00



1 - 2

Configuring INN 2.X to work in BSD/OS

For BSD/OS 4.X , you can use:



CC=/usr/bin/cc CFLAGS="-g -O3 -Wall" ./configure --prefix=/var/news --libexecdir=/var/news/libexec --datadir=/usr/share --sysconfdir=/var/news/etc --localstatedir=/var --infodir=/usr/share/info --mandir=/usr/share/man --with-db-dir=/var/news/etc --with-run-dir=/var/news/run --with-etc-dir=/var/news/etc --with-spool-dir=/var/news/spool --with-log-dir=/var/log/news --with-news-user=bin --with-news-group=news --with-low-memory --with-openssl=/usr/contrib --with-berkeleydb=/usr/contrib --with-sendmail=/usr/sbin/sendmail --enable-ipv6 --enable-largefiles --without-pam --with-sasl=/usr/contrib --without-kerberos --with-innd-port=119



For 5.X Please use --with-openssl=/usr



NOte that the file structure compilation is based on the old BSD/OS pre 4.X .



I am using ovdb and cnfs. Lovely pair.

Openssl 0.9.7

Thank you http://www.openssl.org for making a correction.



to configure OpenSSL for BSD/OS you need to use the following configuation command:



./Configure threads shared zlib-dynamic debug --prefix=/usr/contrib --openssldir=/usr/contrib bsdi-elf-gcc "-g -O3 -Wall -march=i686"