Skip to content

Instantly share code, notes, and snippets.

@calorie
Last active August 29, 2015 14:05
Show Gist options
  • Save calorie/6c97442cf44574c16f35 to your computer and use it in GitHub Desktop.
Save calorie/6c97442cf44574c16f35 to your computer and use it in GitHub Desktop.
Expand Filesystem, OK
Advanced Options, Hostname
Advanced Options, SSH, Enable, OK
Advanced Options, Update
Finish
$ sudo reboot
user:pi pass:raspberry
$ sudo vi /etc/network/interfaces
# iface eth0 inet dhcp
iface eth0 inet static
address 192.168.100.191
netmask 255.255.255.0
gateway 192.168.100.254
$ sudo reboot
$ vi ~/.ssh/config
Host nfs
User pi
Hostname 192.168.100.191
$ ssh-copy-id nfs
$ ssh nfs
$ sudo sed -i -e 's/wheezy/jessie/g' /etc/apt/source.list
$ sudo apt-get update -y
$ sudo apt-get dist-upgrade -y
ssh root disable, NO
after all YES
sudo apt-get install ruby1.9.1-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment