目录

Ubuntu Server安装World Community Grid

Ubuntu Server安装World Community Grid

在ubuntu上安装BOINC

1
sudo apt-get aptitude install boinc-client

(you can also download it from wcg and install)

find your account key:

1
boinccmd --lookup_account http://www.worldcommunitygrid.org username password

You should get a response something like this dfb74c9b9…

attach to your project

1
boinccmd --project_attach http://www.worldcommunitygrid.org dfb74c....

if you want to verify your attached enter the following command:

1
boinccmd --get_state

更多资源:

http://boinc.berkeley.edu/wiki/installing_BOINC_ON_Ubuntu
http://boinc.berkeley.edu/wiki/Client_configuration
http://boinc.berkeley.edu/wiki/Stop_or_start_BOINC

参考:

http://blog.joelchristian.com/?p=291
http://misctechmusings.com/linux/boinc-cli-for-world-community-grid/