F faiqa c New member Oct 15, 2010 #1 Anyone know of any clients to run gnutella as a service in the backround, similar to apache. I want to share 24/7, but don't want to keep a shell open Thanks-nick [email protected]
Anyone know of any clients to run gnutella as a service in the backround, similar to apache. I want to share 24/7, but don't want to keep a shell open Thanks-nick [email protected]
R Raebell New member Oct 16, 2010 #2 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 &
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 &