Here ya go:
To install Screen, type:
Code:
sudo apt-get install screen
Depending on your version it may be installed already.
So.. to start the folding client using screen:
you will go:
Code:
cd fah
screen ./fah6
Once you see that it is starting up. You will push and hold control + A + D. (Releasing all keys on D)
It will say that the screen was detached and you can go about doing other things in terminal with FAH still running.
To reattach the screen go:
to make sure it is still running after detaching you can view your running processes by typing top into the terminal.