11-04-2000
909,
4
Join Date: Oct 2000
Last Activity: 7 May 2009, 12:22 PM EDT
Location: Sacramento, CA
Posts: 909
Thanks Given: 0
Thanked 4 Times in 4 Posts
The distributed.net binaries usually unpack into your current working directory. So, you might, for example, do something like this:
mkdir dnet
cd dnet
<download distribution and save it here>
gunzip dnet*
tar -xvf dnet*
./dnetc -config
[Edited by PxT on 11-06-2000 at 03:38 PM]