Novell Hacking for Complete Newbies

Introduction to Novell Netware Novell Netware is a server based operating system for networks. Unlike Unix and NT, Netware isn’t an all in one program. Let me explain. Netware itself runs on top of a version of DOS. The version that you might be familiar with is MS-DOS as this comes with Windows 95 and […]

Read More

www.ftp-sites.org List that respond to FTP requests

Here are all 747 FTP servers from the www.ftp-sites.org list that still respond to FTP requests (not all of them are valid) + the test script I used. cat ftplist.txt | while read line do if curl -m 2 –head –silent –fail $line 2> /dev/null; then echo “$line” fi done ftp://ftp.heanet.ie/ ftp://ftp.rediris.es/ ftp://ftp.de.netbsd.org/ ftp://ftp.mirror.nl/ ftp://ftp.iij.ad.jp/ […]

Read More