Getting Started With Raspberry Pi

Featured image

Install RPI Image on the SD Card

sudo snap install rpi-imager

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