The New Method to Setup Raspberry Pi (2023 Update)
Data Slayer Data Slayer
173K subscribers
323,633 views
0

 Published On Sep 24, 2021

Raspberry Pi 5 πŸ‘‰ https://amzn.to/49axP8B


Learn the new way to setup your Raspberry Pi device using Raspberry Pi Imager. This video will step you through the exact process to format your Micro SD card and install the Raspbian operating system as well as booting up and configuring your Raspberry PI. We will also walk through how to connect to your device over SSH and VNC Remote Desktop.

Outline
Intro 0:00 - 0:33
Download RPI Imager 0:30 - 1:53
Connect SD to Computer 1:53 - 3:30
Flash Raspbian to SD Card 3:30 - 4:15
Power on Raspberry Pi 4:15 - 6:58
Configure OS 6:58 - 11:30
Find RPI on Wifi Network 11:30 - 13:56
Connect via SSH 13:56 - 15:46
Remote Desktop VNC 15:46 - 18:13
Host Website on RPI 18:13 - 21:14

Raspberry Pi Image
https://www.raspberrypi.org/software/

Real VNC Viewer
https://www.realvnc.com/en/connect/do...

Commands

SSH
ssh pi@raspberrypi

Ping
ping raspberrypi

Dig
dig raspberrypi

Update OS
sudo su -
apt-get update
apt-get upgrade

Reboot OS
sudo reboot

Modify Configuration
raspi-config

#raspberrypi

show more

Share/Embed