Finished up the first draft of the MS3 article.

Also a number of spelling corrections to everything else. Hard to
believe I let those sit around for so long!
This commit is contained in:
Zachary Billman
2025-03-08 10:59:30 -05:00
parent 8dab9457d3
commit 9a26562d6c
6 changed files with 73 additions and 29 deletions

View File

@ -21,7 +21,7 @@ To begin, I needed an always-on computer to run these useful programs. I began w
<a id="figure--rpi"></a>
{{< figure src="./images/rpi.webp" caption="<span class=\"figure-number\">Figure 1: </span>My humble Raspberry Pi and it's hard drive. This dude currently tirelessly runs [the excellent Adguard Home](https://github.com/AdguardTeam/AdGuardHome) and downloads a backup of my data every night." >}}
{{< figure src="./images/rpi.webp" caption="<span class=\"figure-number\">Figure 1: </span>My humble Raspberry Pi and its hard drive. This dude currently tirelessly runs [the excellent Adguard Home](https://github.com/AdguardTeam/AdGuardHome) and downloads a backup of my data every night." >}}
These are tiny, but capable computers that are great for fiddling with. The projects [people develop for these are amazing and diverse.](https://www.reddit.com/r/RASPBERRY_PI_PROJECTS/) With RPi in hand, I began with the ambitious project of replacing Google Drive with [Nextcloud.](https://nextcloud.com/) After much frustration with a bare metal installation, I found the [NextcloudPi project.](https://github.com/nextcloud/nextcloudpi) Surprisingly, it went pretty okay! At first, I was intimidated by Linux defaults, but over time I grew to appreciate, and indeed, prefer Linux as an operating system.
{{% sidenote %}}