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 & |