Skip to content

Instantly share code, notes, and snippets.

@vectorcrumb
Created December 26, 2018 01:33
Show Gist options
  • Select an option

  • Save vectorcrumb/1617031dc4ae32ca5b798d74b3731dc1 to your computer and use it in GitHub Desktop.

Select an option

Save vectorcrumb/1617031dc4ae32ca5b798d74b3731dc1 to your computer and use it in GitHub Desktop.
Setting up a raspberry pi

Instructions for setting up a Raspberry Pi clean install

  • touch an empty file named ssh into newly formated SD card.
  • wget the remove-bloat script and run it to uninstall extra bloatware.
  • Run sudo raspi-config to set up a new hostname, password and select interface options.
  • Follow instructions from official site to create an additional user and lock the pi user with sudo passwd -l pi.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment