Raspberry is One of the most versatile computer publiclly available. from it small form factor and cheap price tag to the open-source os, Raspberry PIs are powerfull computers with virtually infinite uses.
I Personllly would highly recommanded any indiviaual interested in IT to purchase a raspberry pi, it open up a large new world of possibility
This article is the first of my Raspberry Pi project Series, in which i will
focus mainly on Raspberry related project, from Configuring a webserver to
hosting a gaming LAN, Join me in exploring the limitless world of The
Raspberry Pi.
So, let’s get started.
To follow this article, you will need the following things to set up your Raspberry Pi in headless mode:
Download and Install Raspberry Pi Imager
once Installed, open and select Os
Select Raspberry Pi OS (32-bit)
On your Keyboard, Press Together "CTRL", "SHIFT" and "X" to open Advance Option
In Advance Option, Click "Enable SSH" to enable ssh connection
select "Use password authenthication and input password
Enter Wifi Name And password if Enthernet cable is unavailable.
select GB for the default of Wifi country and press "SAVE"
imput your MicroSD into your SD Card Reader/Writer
and insert it into your computer
once inserted, in Raspberry Pi imager click "CHOOSE STORAGE" to select the OS Storage Device
Select your SD Storage
Press "WRITE" to Write The configure OS onto the SD
While SD is Writing, Download and Install Advance Ip Scanner
Once SD Writing is completed. remove the SD from the Card Reader/Writer, insert into the Rasberry pi and Turn it On
Open advanced-ip-scanner, enter your Router Dhcp range and press Scan
(PS if u do not know your Dhcp range the max ip address per Subnet is 254 so it best to set from 0 to 254
E.g 192.168.1.0-254)
Advance IP scanner will scan for all devices with active IP addresses and hostname on your network. Find and remember the Ip address of the Raspberry Pi
Open Windows Command Prompt and enter the Following Command
ssh pi@192.168.10.5
Type "yes" and press Enter to establish a figerprint Key
Type Password and Press Enter
if u see this message then Congradulation you have completed setting up the Raspberry pi
In this article, I have shown you how to install A Rasberry pi OS unto A MicroSD,
i have also shown you how to scan your network for Devices IP address and i have show you how
to establish a SSH connection to a linux devices.
Hope you enjoy and please stay tune for more articles.