View Single Post
  #2 (permalink)  
Old March 30th, 2001
ryan15575 ryan15575 is offline
Enthusiast
 
Join Date: March 31st, 2001
Posts: 34
ryan15575 is flying high
Post

Get a Linux client that runs at the console (step1) and add it to your startup scripts.

for example, add the following line to your /etc/rc.local or /etc/rc.d/rc.local (whichever your distro uses)

echo "Starting Gnutella" ; /bin/bash /path/to/gnutella > /dev/null &

Reply With Quote