Some more articles reformatting
This commit is contained in:
parent
af1088fca1
commit
ed8e2b9e9e
31 changed files with 174 additions and 102 deletions
|
@ -1,11 +1,17 @@
|
|||
---
|
||||
title: "Seti@Home"
|
||||
linkTitle: "Seti@Home"
|
||||
date: 2018-03-05
|
||||
description: >
|
||||
Seti@Home
|
||||
description: Getting back into Seti@Home 15 years later
|
||||
tags:
|
||||
- toolbox
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
||||
Me and some friends were feeling nostalgics of running Seti@Home as a screensaver in the early 2000s and were delighted to see that the project is still alive and kicking.
|
||||
|
||||
## The commands
|
||||
|
||||
{{< highlight sh >}}
|
||||
apt install boinc
|
||||
echo "graou" > /var/lib/boinc-client/gui_rpc_auth.cfg
|
||||
|
@ -15,4 +21,3 @@ boinccmd --host localhost --passwd graou --get_state|less
|
|||
boinccmd --host localhost --passwd graou --lookup_account http://setiathome.berkeley.edu <EMAIL> XXXXXX
|
||||
boinccmd --host localhost --passwd graou --project_attach http://setiathome.berkeley.edu <ACCOUNT_KEY>
|
||||
{{< /highlight >}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue