Skip to content

Commit

Permalink
Content: Update set up SSD with rpi4 post
Browse files Browse the repository at this point in the history
  • Loading branch information
horia-delicoti committed Mar 6, 2024
1 parent a7bcf84 commit de98433
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/books.md
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions content/posts/set_up_SSD_with_rpi4/set_up_SSD_with_rpi4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de98433

Please sign in to comment.