LinuxBasics.org Folding@Home Team
Team information
Team name is: LinuxBasics.org
Team number: #43112
Team Page:
http://vspx27.stanford.edu/cgi-bin/main.py?qtype=teampage&teamnum=43112
- As of August 28, 2005 our Folding@Home team has gone over the 450 work unit mark, and we are in the top 5% of the teams.
- As of October, 2006 our Folding@Home team has done 1871 work units, and we are in the top 2.5% of the teams.
What it is and where to get it
Folding at home is worthwhile project involving the search for cures for certain diseases involving the way proteins fold. It’s comples stuff, but you don’t have to be a rocket scientist to help. If you would like to join us go to http://folding.stanford.edu/ to read about it. Then go to http://folding.stanford.edu/download.html to select a username and to download the appropriate installation package.
Windows install and use
The Windows package is an installer. Double-click to install. After it is installed, it automatically restarts any time you reboot. It’s very easy. I run it on my machine at work. You have to put in your username and team number at the beginning. That’s about it.
Linux install and use
If you run on Linux, you will get a console package. This is the actual client rather than an installation file like you get for Windows. You just make a directory for it in your user’s directory and run it there. You have to be sure to restart it every time you reboot your computer.
I restart mine each time I reboot my machine using a script called ‘fahstart’:
cd /home/ajlewis2/FAH
./FAH4Console-Linux.exe > myfahlog &
This changes to the directory where I have folding’s program sitting ‘FAH’ in my home user directory. Change that to what yours is. Then it runs the program and throws the output to a logfile. The information produced will automatically go out when I am online and a new package of unprocessed info will be downloaded and begun.
Laptop Consideration
When Folding is on a laptop it may cause the fan to run more than one would like. You can cut down the amount of cpu used with the program cpulimit which I found in the repositories for Ubuntu. Be sure that Folding has completely started. Then run cpulimit with the maximum percentage of cpu you want to devote to Folding@Home. This simple script will first print out the running process if it is there and then limit the cpu on that process to 30%. I named this fahlimit and put it in my ~/bin directory and made it executable:
#!/bin/bash
ps ax |grep -i fah|grep "RN"
cpulimit -p `ps ax |grep -i fah |grep "RN" |awk '{print $1}'` -l 30 &>/dev/null &
If you do not see any output when you run this, it means that the Folding process has not started yet, and you should run it again. You can double check that the CPU is at 30% or lower with top.
Copyright (c) by the authors.
Prior to editing, authors agreed to license their contributions by the terms of the GPL.
See our licensing page for details.
Linux® is a registered trademark of Linus Torvalds.
folding_home_team.txt · Last modified: 2007/11/19 00:54 by 70.21.203.249 (anitalewis)
Welcome to LinuxBasics.org - The online community that helps people to get Linux installed and running.
During this tour, we will guide you through our website, which has many facets which wait to be explored
The biggest project we are running is our Linux course, based on the LBook.
The book is stored in wiki-format, which enables us to update and correct it as we go.
Discussion for the course is on our Forum
Our mailing-list is for any Linux-related question.
The questions and answers from the list are stored in the list's archives in order to help others with the same problems.
Every weekend, we meet to chat in IRC. These meetings are NOT mandatory, but are a nice chance to get to know each other better.
IRC is also a great tool to solve many problems, since it is very quick and easy to ask for more details if you need them.
The tutorials are one of the oldest sections on the LBo-website.
Here you find explanations on how to do specific tasks in Linux. Many of the tutorials were created after a certain problem
has been discussed (and usually solved :) on the mailing-list.
The tutorials are categorized in
In the links section, you find outbound links to other valuable resources.
One of our later additions to the site. We maintain a mirror of the Linux Documentation Project. This is our contribution to the "home of the HOWTOs"
Another later addition is the LBlog which focuses on how to do stuff on the Linux Desktop. It begins with the basics on installing Ubuntu.
Using the integrated site-search, you can search the tutorials, the LBook and all other wiki-pages
Simply type the search term into the box in the upper-right corner of our webpages
As a community, we depend on your feedback and collaboration. So, if you have something to share with others, please contact us. If you have a suggestion for a topic you would like to see covered here, please add it on the Wishlist.
There are many ways to contribute: You can answer questions on the mailing-list, you can write a complete tutorial or just a step-by-step documentation on how you completed a specific task using linux. Ask questions if the information on this site is not clear, tell us if we got something wrong, spell-check our writings, whatever.
We are looking forward to meeting you at LinuxBasics.org
Anita, Jisao, Sam and Stefan