jump to navigation

Basic Puppy/Boinc setup (post-OS-install) May 28, 2008

Posted by genetical in boinc, puppy.
Tags: , , , ,
add a comment

The following tutorial explains the step-by-step instructions on how to get network connectivity up and running (on SU campus) on Puppy after the OS has been installed. Followed by the step-by-step explanation on how to point the Boinc client to a server and have the Boinc client startup automatically (and connect to specified server) each time Puppy boots.

Network connectivity:

  1. From the desktop, click ‘Connect’
  2. Click “Connect to Internet by network interface”
  3. Select ‘eth0′ //why does this format my zero to look like an ‘oh’???? grr
  4. Select “Auto DHCP”
  5. Wait…
  6. ‘Yes’ (saves settings for subsequent boots)
  7. ‘Done’

Setup Boinc client:

  1. Open a browser window and go to http://boinc.berkeley.edu/download.php
  2. Download the file to /root/my-documents
  3. Open the console
  4. # cd ./my-documents
  5. # chmod +x [saved-filename]
  6. # ./[saved-filename]
  7. # cd ./BOINC/
  8. # ln ./run_manager /root/Startup
  9. # ./run_manager
  10. Once Boinc opens up, enter in the information for the server to which you wish to connect.

Next time you boot, the computer should open up Boinc automatically and connect to the server you set up.

-Chris