Install Raspberry PI OS image

on an SD card or USB flash drive

Follow Getting Started instructions on official raspberrypi.com website

Strongly recommend using the Raspberry PI Imager and selecting "Raspberry Pi OS Lite (32-bit)"

Screenshot

select "Raspberry Pi OS (other)"

Screenshot

select "Raspberry Pi OS Lite (32-bit)"

Screenshot

Launch Raspi-Config

from raspberry pi terminal

pi@raspberrypi:~$ sudo raspi-config

Screenshot

System Options

you may want to change Password and Hostname

Screenshot

Interface Options

enable SSH for remote access

Screenshot

Localization Options

Screenshot

Under Locale, use spacebar to deselect "en_GB.UTF-8 UTF-8"

Screenshot

and select "en_US.UTF-8 UTF-8

Screenshot

none

Screenshot

Timezone

Screenshot

US

Screenshot

As we are favored enough to live in the The Republic of Texas

Screenshot

Keyboard

Screenshot

Generic 105-key PC (intl.)

Screenshot

Other

Screenshot

English (US)

Screenshot

Scroll up to English (US)

Screenshot

Default "Enter" the 2 screens then Finish

Screenshot

Remote ssh login

from PC terminal you can now remote login to your rascsi

alex@xanadu_pc:~$ ssh pi@rascsi.local
pi@rascsi:~$

Update and Upgrade

sudo apt update
sudo apt upgrade