From 60d3abc6ecdc21b4ab921d34a55b4af48690f55a Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 11 Mar 2021 18:53:14 +0100 Subject: Rewrote the whole website to get rid on a heavy theme --- content/en/blog/miscellaneous/seti-at-home.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 content/en/blog/miscellaneous/seti-at-home.md (limited to 'content/en/blog/miscellaneous/seti-at-home.md') diff --git a/content/en/blog/miscellaneous/seti-at-home.md b/content/en/blog/miscellaneous/seti-at-home.md deleted file mode 100644 index a8d1cf8..0000000 --- a/content/en/blog/miscellaneous/seti-at-home.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Seti@Home" -linkTitle: "Seti@Home" -date: 2018-03-05 -description: > - Seti@Home ---- - -{{< highlight sh >}} -apt install boinc -echo "graou" > /var/lib/boinc-client/gui_rpc_auth.cfg -systemctl restart boinc-client -boinccmd --host localhost --passwd graou --get_messages 0 -boinccmd --host localhost --passwd graou --get_state|less -boinccmd --host localhost --passwd graou --lookup_account http://setiathome.berkeley.edu XXXXXX -boinccmd --host localhost --passwd graou --project_attach http://setiathome.berkeley.edu -{{< /highlight >}} - -- cgit v1.2.3