|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#61
|
|||||
|
|||||
|
I'll PM this to you as well in case you don't see the thread, but one of the problems with folding on linux is getting it set up like a service as with the windows client.
Here's how. bash Code:
__________________
~James [Not currently seeking freelance work] Like philosophy or interested in spirituality? Philosophorum. Game Dev Experts Forums Foresight Linux - Because your desktop should be cool! Linux FAQ FedoraFAQ UbuntuGuide Last edited by LinuxPenguin : January 9th, 2006 at 02:31 PM. |
|
#62
|
|||
|
|||
|
I dont get this, where do I find my user id#? My username is Immortal1490, and I have a WU completed on their site, but how do I find the 6 digit number that UserCP asks for?
edit: nevermind i figured it out from the URL Last edited by Immortal1490 : January 9th, 2006 at 05:01 PM. |
|
#63
|
||||
|
||||
|
Quote:
![]() hope that helps !!
__________________
|
|
#64
|
||||
|
||||
|
Quote:
I'm running the gui, just downloaded the console and will switch over tonight, cheers. |
|
#65
|
||||
|
||||
|
Quote:
|
|
#66
|
||||
|
||||
|
I did a quick benchmark test, the gui is only slower if you leave it displaying the protien on the screen (which i don't) so you can leave that installed aswell if you are not comfortable with the comandline.
I can not guarentee the accuracy of these tests.
__________________
Did this help? If so, please add to my Reputation by clicking the at the top of this postMy Folding: -
|
|
#67
|
||||
|
||||
|
Quote:
The GUI expends CPU cycles calculating the graphics, regardless of whether they are being shown or not. @LP, thanks, working on incorporating that.
__________________
Asker of questions and all-around annoying guy. ![]() For difficult hardware problems, go to the Hard Side™-- DevHardware Forums |
|
#68
|
||||
|
||||
|
Quote:
|
|
#69
|
||||
|
||||
|
Most linux systems are similar I think. I just made a full init script for my system
Code:
. /etc/sysconfig/rc
. ${rc_functions}
PIDFILE=/home/kicken/.FAH/FAH.pid
case "${1}" in
start)
boot_mesg "Starting Folding@Home clinet ..."
if [ ! -f $PIDFILE ]; then
su - kicken -c \$HOME/bin/startfah
fi
evaluate_retval
;;
stop)
boot_mesg "Stopping Folding@Home client ..."
if [ -f $PIDFILE ]; then
kill `cat $PIDFILE`
rm $PIDFILE
fi
evaluate_retval
;;
restart)
${0} stop
sleep 1
${0} start
;;
*)
echo "Usage: ${0} {start|stop|restart}"
exit 1
;;
esac
And the startfah script is simply: Code:
cd $HOME/.FAH ./FAHClient >/dev/null 2>&1 & echo $! > FAH.pid That's for my server. For my desktop I made a similar startfah script, but I just call it from my login scripts so it starts when I login rather than when I boot up (which is more or less the same time)
__________________
Spidermonkey Tutorial; Fight me: http://aoeex.mybrute.com http://www.aoeex.com/gmap.php - Put yourself on the map (Now Updated!) |
|
#70
|
|||
|
|||
|
Now how are proteins determined? I got 2 WU and i have one protein, how many for two proteins, three, and so on?
|
|
#71
|
||||
|
||||
|
it's a points thing ...unless ... its a world saving thing
;;;don't annoy me
__________________
--Ax without exception, there is no rule ... Heavy Haulage Ireland Targeted Advertising Cookie Optout (TACO) extension for Firefox The great thing about Object Oriented code is that it can make small, simple problems look like large, complex ones ![]() 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 Some people, when confronted with a problem, think "I know, I'll use regular expressions." Now they have two problems. -- Jamie Zawinski Detavil - the devil is in the detail, allegedly, and I use the term advisedly, allegedly ... oh, no, wait I did ... |
|
#72
|
||||
|
||||
|
Quote:
The first is a freebie, only one WU completed required (or, I should say, having at least one point); each additional for every 10K points up to 100K, then one for every 500K points after that, IIRC. |
|
#73
|
||||
|
||||
|
I'm glad to see that Folding has taken a strong hold in DevShed.
I just broke the 200 WU barrier.
__________________
Want tech-related products and looking for a deal? Visit
www.funkyfoof.com My first plasma experience www.funkyplasma.com |
|
#74
|
||||
|
||||
|
Quote:
I'm now running the console and it work away happily while I'm playing footie manager, cheers. |
|
#75
|
||||
|
||||
|
Quote:
have fun and happy folding !! |
![]() |
| Viewing: Dev Shed Forums > Other > Dev Shed Lounge > Folding Milestones Thread |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|