#NOT USED ANYMORE !!
Go to the following website for source code of netcat (nc): http://netcat.sourceforge.net/download.php
Store the netcatxxx.tar.gz file on the workstation, then:
gzip -d netcatxxx.tar.gz
tar xf netcatxxx.tar
cd netcatxxx
./configure && make

