1 min to read
Getting Started With Raspberry Pi
Install RPI Image on the SD Card
sudo snap install rpi-imager
- configure settings
- hostname
- username/password
- enable ssh
- wifi SSID, password
- disable telemetry
- write the rpi image to SD card; verify the image
Connect to RPI over SSH
ip a
## nmap - Network exploration tool and security / port scanner
nmap 192.168.0.*
ssh pi@192.168.0.104
Configure RPI for GUI
raspi-config
=> Interface Options => VNC => enable the service => Finish => Reboot required