From f20f165c06a0acef2dd756bddc21fce0dd966f8e Mon Sep 17 00:00:00 2001 From: bt Date: Sat, 9 Dec 2023 10:11:42 -0500 Subject: --- posts/my-pi-desktop.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/posts/my-pi-desktop.md b/posts/my-pi-desktop.md index e5daee0..3567439 100644 --- a/posts/my-pi-desktop.md +++ b/posts/my-pi-desktop.md @@ -1,6 +1,5 @@ -# My Raspberry Pi Desktop - -2020-09-02 +[[!meta title="My Raspberry Pi Desktop"]] +[[!meta date="2020-09-02"]] I use a Raspberry Pi 4 as my personal daily driver and it's pretty great. I know these types of devices tend to be used for smaller pet-projects or fun experiments, but I thought I would share my experience using one as my main computer. Hopefully this can be a solid guide to help others who might be interested in creating a similar setup. @@ -81,9 +80,9 @@ Since *actual* data speaks louder than anecdotal chit-chat, I performed a very s First, clear the cache to avoid conflicting data: -``` -sync; echo 3 | sudo tee /proc/sys/vm/drop_caches -``` + + sync; echo 3 | sudo tee /proc/sys/vm/drop_caches + ### Write -- cgit v1.2.3-54-g00ecf