Got a Raspberry Pi? Let's turn it into a legit server. No crap.
Ubuntu Server on Your Pi-
What's Required:
Raspberry Pi (2, 3, or 4 or 5 or Zero w 2....)
microSD card (8GB+)
Power cable (minimum 5v 3a, preferably 4/5a- get an official Pi power supply)
Your computer
The Steps to Get it Going:
Step 1: Flash It
Grab the Raspberry Pi Imager (it's official, Google it).
Pop your SD card into your computer.
In the Imager:
OS:
Other>Ubuntu>Ubuntu Server(pick the 64-bit LTS).Storage: Your SD card.
CRITICAL: Click the gear icon. Set a hostname/password, enable SSH, and add your Wi-Fi details. This is the whole "headless" hack.
Click Write.
Step 2: Boot It
Put that freshly flashed SD card into your Pi.
Plug in the power.
Walk away. Seriously. Give it 2-3 minutes. It's using
cloud-initto set itself up. Don't touch it.
Step 3: Log In (from your main PC)
Find your Pi's IP address (check your router's device list).
Open your terminal and type:
Bashssh your-username@its-ip-addressType your password.
Boom. You're in. You now have an Ubuntu Server. Go wild.
Comments
Post a Comment