From f2e5fc8a3380834f25ab86790466298dfa6dc291 Mon Sep 17 00:00:00 2001 From: mikepell Date: Wed, 14 Sep 2022 17:53:00 +0000 Subject: [PATCH] Update Howto for Raspbian 11 with Desktop --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 357f3ad..0c11ce8 100644 --- a/README.md +++ b/README.md @@ -75,14 +75,21 @@ The Goal is to evenually be able to be a turnkey solution to spin up a "real" ne * Add Fail2Ban to block ssh attempts ## Getting Started -* Boot NOOBS and select the Raspbian Lite option: +* Download the Raspbery Pi Disk Imager from https://www.raspberrypi.com/software +* Place the SD card in your PC, launch Raspberry Pi Imager + * Choose OS - select the default (Raspberry Pi OS(32-bit)) + * Choose storage - select your SD card + * Click the gear in the lower right corner to configure + * Set hostname - 'raspberry' will work as the ansible script will configure this later + * Enable SSH - this is important, select "Uer password authentication" + * Select "Set username and password' + * enter the username and password you would like to use +* optionally set locale +* Place the card into a Pi and boot up with monitor and keyboard connected * On each Pi + * log in with the username and password you used in the Imager utility * Configure network * The Raspberr Pi is configured for DHCP by default If your uCPE does not provide DHCP addresses, you will need to configure a staitc IP address by following the instructions at this site https://www.raspberrypi.org/documentation/configuration/tcpip/README.md - * log in as 'pi' with the password 'raspberry' - * execute _**sudo update-rc.d ssh enable**_ - * execute _**sudo invoke-rc.d ssh start**_ - * execute _**sudo apt update -y**_ * Designate one of the Pi's to be the "main" device and do the following * execute _**sudo apt install -y ansible sshpass git**_ * get a copy of repo (requies github account, comcast VPN access, and configured git credentials)