SM8 Linux Folding
FormFactor
At the core of forgotten
So I'm having some issues getting Windows to run on SM8 due to licensing problems, so I have decided to go with an OSS OS.
I am thinking Ubuntu, but would like suggestions on the "prettiest" Linux distro. I am big into real colorful GUI skins.
Also I am looking for good tutorials on getting folding running on Linux easily.
Thanks in advance for any help you can provide.
Also if possible please include download links to suggested Linux distros.
Thanks fellaz!
I am thinking Ubuntu, but would like suggestions on the "prettiest" Linux distro. I am big into real colorful GUI skins.
Also I am looking for good tutorials on getting folding running on Linux easily.
Thanks in advance for any help you can provide.
Also if possible please include download links to suggested Linux distros.
Thanks fellaz!
0
Comments
Looks like it calls for CentOS 4. Could I follow the same instructions for use with Ubuntu?
I based it off of the other guide but never really tryed to get it going as a service.
Btw Mine should work with any distro.
http://www.ubuntuforums.org/showthread.php?t=36097&highlight=folding
A How To for Gentoo
http://forums.gentoo.org/viewtopic-t-304077.html
Just emerge and go!
I was able to get the console up and runing with chmod +x FAH502-Linux.exe in Ubuntu, but do I need to run that command every time I reboot it? Is there a Linux equivalent to the windows task manager to see if its running?
if you're running it as root:
cd {insert path to folding dir here}; ./FAH502-Linux.exe > /dev/null &
if you're running it as a different user:
su - {insert username here} -c "cd {insert path to folding dir here}; ./FAH502-Linux.exe > /dev/null &"