Update Howto for Raspbian 11 with Desktop

This commit is contained in:
2022-09-14 17:53:00 +00:00
parent 13039ab2af
commit f2e5fc8a33

View File

@@ -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)