From de98433cfab697d2a6f1eb69e665f805bb9a482d Mon Sep 17 00:00:00 2001 From: Horia Delicoti Date: Wed, 6 Mar 2024 12:13:31 +0000 Subject: [PATCH] Content: Update set up SSD with rpi4 post --- content/books.md | 9 +++++++++ .../posts/set_up_SSD_with_rpi4/set_up_SSD_with_rpi4.md | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100644 content/books.md diff --git a/content/books.md b/content/books.md new file mode 100644 index 0000000..d71e3c3 --- /dev/null +++ b/content/books.md @@ -0,0 +1,9 @@ +--- +title: "Books" +date: 2022-10-28T17:23:19+03:00 +draft: false +--- + +## List of books I read + +- [(year) Name]() by Name diff --git a/content/posts/set_up_SSD_with_rpi4/set_up_SSD_with_rpi4.md b/content/posts/set_up_SSD_with_rpi4/set_up_SSD_with_rpi4.md index f6a1628..9db1940 100644 --- a/content/posts/set_up_SSD_with_rpi4/set_up_SSD_with_rpi4.md +++ b/content/posts/set_up_SSD_with_rpi4/set_up_SSD_with_rpi4.md @@ -23,9 +23,16 @@ I'll walk you through setting up your Raspberry Pi 4 to boot from an USB connect ### Install Rasbperry Pi OS * Install Raspberry Pi OS using [Raspberry Pi Imager][rpi_software] +* Enable SSH ## Getting started +Copy SSH key: + +```sh +ssh-copy-id -i ~/.ssh/mykey user@host +``` + Once you have Raspberry Pi OS installed you'll want to make sure it's all up to date ```sh