Refactored syntax highlighting shortcodes into markdown
This commit is contained in:
parent
9e6bb1a3e5
commit
ea435049b3
71 changed files with 297 additions and 297 deletions
|
@ -13,7 +13,7 @@ Me and some friends were feeling nostalgics of running Seti@Home as a screensave
|
|||
|
||||
## The commands
|
||||
|
||||
{{< highlight sh >}}
|
||||
```sh
|
||||
apt install boinc
|
||||
echo "graou" > /var/lib/boinc-client/gui_rpc_auth.cfg
|
||||
systemctl restart boinc-client
|
||||
|
@ -21,4 +21,4 @@ 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 <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