Skip to content

Instantly share code, notes, and snippets.

View edsase's full-sized avatar

Edmond Sesay edsase

View GitHub Profile
@mastersign
mastersign / rpi-setup.md
Last active November 23, 2022 07:01
A small cheat sheet for setting up a raspberry pi for dev and fun.

Raspberry PI

A collection of tips and hints to admin a Raspberry PI with Raspbian for development and fun.

Tips

  • root previliges
    • sudo <command> for one command
    • sudo -i for shell with root previliges
  • package management