Skip to content

Instantly share code, notes, and snippets.

@LimeBlast
Last active April 2, 2016 15:39
Show Gist options
  • Save LimeBlast/e6a13c3963413de788b1 to your computer and use it in GitHub Desktop.
Save LimeBlast/e6a13c3963413de788b1 to your computer and use it in GitHub Desktop.
Steps to set-up a fresh Raspberry Pi
  1. Download NOOBS

  2. Use ApplePi-Baker to Prepare SD card for NOOBS.

  3. Copy the extracted contents of NOOBS download onto SD card.

  4. Follow the instructions for an automatic install.

  5. Insert the SD card into the Pi, attach an ethernet cable, plug it in.

  6. Wait for the install to complete (between 15 and 30 minutes, depending on the speed of your Pi).

  7. Use Fing to find the IP address of the Pi, and connect using SSH.

  8. Change the hostname of the Pi.

  9. Copy your SSH public key to the Pi.

  10. Update Raspbian:

  • sudo apt-get update && sudo apt-get upgrade
  1. Install tmux:
  • sudo apt-get install tmux
  1. Install RealVNC.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment