-
Notifications
You must be signed in to change notification settings - Fork 42
Raspi coldstart
Justin Shaw edited this page Sep 1, 2013
·
3 revisions
- justin@wyolum3ubuntu:~/code/GIT/EPD/libraries/EReader/examples/Album$ ssh -X pi@192.168.1.8
- pi@192.168.1.8's password:
- pi@raspberrypi:~$ ls
- pi@raspberrypi:~$ cd ~/.ssh
- pi@raspberrypi:~/.ssh$ ssh-keygen -t rsa -C "your@email.com"
- pi@raspberrypi:~/.ssh$ cat id_rsa.pub ### paste in github!
- pi@raspberrypi:~$ mkdir code
- pi@raspberrypi:~$ cd code
- pi@raspberrypi:~/code$ mkdir GIT
- pi@raspberrypi:~/code$ git clone git@github.com:wyolum/EPD.git
- pi@raspberrypi:~/code$ sudo apt-get install python-numpy
- pi@raspberrypi:~/code$ sudo apt-get install python-imaging
- pi@raspberrypi:~/code$ sudo apt-get install python-imaging-tk
- pi@raspberrypi:~/code$ sudo apt-get install emacs