Skip to content

Instantly share code, notes, and snippets.

@stephenyeargin
Created November 11, 2014 06:15
Show Gist options
  • Save stephenyeargin/2388119404f94598f747 to your computer and use it in GitHub Desktop.
Save stephenyeargin/2388119404f94598f747 to your computer and use it in GitHub Desktop.
General setup for my Raspberry Pi

Update the local install

$ sudo apt-get update
$ sudo apt-get upgrade

Update the firmware

$ sudo rpi-update

vim

$ sudo apt-get install vim
$ export EDITOR=vim

nginx

$ sudo apt-get install nginx

Make .local work

sudo apt-get install avahi-daemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment