Monday 2 December 2013

All aboard.

I've got my server set up.
I'm using a Raspian distro and running BTSync (http://www.bittorrent.com/sync) to create my own cloud storage (like Dropbox but hosted on my server and free(ish)).
I now know where my files are stored, even if they aren't very interesting to anyone else.
The spec, if anyones interested:
Raspberry Pi Model B running Raspian on a 32GB SD card
500GB WD hard drive (swap partition on this)
120GB no-name hard drive which I can remove and store off site.
D-link powered USB hub to power the Pi and the drives.
1 square foot bit of MDF with holes in it.
Some cable ties


Friday 25 October 2013

What now ?

The new project is a home server. I want to have a play with phpBB so need to set up something that will run it. I'm also looking to use it as a NAS to backup all the PCs in the house to a centralised disk.
I'm thinking that the Raspberry Pi will not take much power running 24/7 (it uses about 3w, about the same as a mobile phone charger - which I might well use to power it). It'll replace the Freecom FSG-3 which is a Linux-based NAS with a 160GB drive in it (I really need a bit more than that to back up several PCs).


 FSG-3 - coming to an Ebay near you soon in all likelihood.

Friday 26 July 2013

A new project - XBMC and GPIO

One of the great things about the Raspberry Pi is that the OS is on an SD card, so if you want to play around with another distro you can simply get another card, burn an image and away you go.
So last night I removed the existing distro and installed XBMC so that I could try and play a specific video file (a blu-ray DVD rip).
Th install was quick and faultless (ever heard a M$ user say that ?) and in half an hour the video was playing.
I'm now thinking that the Pi shutdown needs a bit of tweaking so I'm going to start looking into making a hardware power controller. What I want is a single button that starts and stops the Pi; first thoughts are a relay that, once activated, holds itself on and a shutdown script that uses a GPIO pin to release the relay (might need two relays, not drawn the circuit yet).
Got a busy weekend but will press on in any spare moments.