Raspberry Pi

now what?

InfectiousGrin

--

I’d been looking forward to getting a Raspberry Pi for a quite some time now, and today it’s arrived — Yay! But what to do next? Well, that’s what this post is all about.

So, after giving it a static ip address and the obligatory update.

$ ssh pi@<ip address>
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get clean

My intentions are to;

--

--