(OS)2G

Operating Systems & Open Source Group


title: INSTALL-A-THON sub_title: (OS)2G date: FEB 05 2026 author: Carston Wiebe theme: name: tokyonight-storm override: footer: style: template center: ‘(OS)2G’ right: ‘{current_slide} / {total_slides}’


Intro to Linux

Distribution

Common

Specialized

Desktop Environment

Common

Window Manager

Specialized

Raspberry Pi Zero W

Today we will be installing Raspberry Pi OS Lite (32-bit) on the RPi Zero W.

[!NOTE] You could also try installing other lite distros, like Kali or Alpine.

  1. Plug your SD card into your computer
  2. Download and run the RPi Imager from the link

https://www.raspberrypi.com/software/

  1. Select Raspberry Pi Zero as Device
  2. Select Raspberry Pi OS (other) > Raspberry Pi OS Lite (32-bit) as OS
  3. Follow prompts as directed
  4. Enable SSH
  5. ~~if it shows up~~ Enable USB Gadget mode
    • Else try Raspberry Pi Connect
  6. Write the image to the SD card
  7. Put the card into your Pi and plug your Pi into power / laptop

Connect to your Pi

Open a terminal or PuTTY and connect to your Pi.

ssh username@host

Common Commands

Moving Files

Editing Files

Getting Stuff

Server-ish Stuff

Projects