Thursday, November 8, 2012

Worlds cheapest Git server

Yesterday I looked at Git.  This is a version control written by Linus Torvalds, and I'm not going to pretend I'm an expert.  However, github (https://github.com/) seems to be the favored place for open-source repositories.

Great!  What if I want to keep my code private?  Github allows private repositories for $7/month.

This might be a competitive price to Amazon Web Services (http://aws.amazon.com/) - although for the CPU bandwidth, it's more cost-effective to build a machine from scratch (I'm assuming their prices haven't gone down significantly since I last tried them about a year ago).  It's certainly competitive to Linodes which go for $19/mo and up.

So how cheap can you build a PC for nowadays?

If you're not in ANY hurry - take a look at the quite awesome Raspberry Pi:

http://www.alliedelec.com/lp/120626raso/

Turnaround is months from placing the order, unfortunately.

You'll need a power supply and SD Card - which will run a total cost under $60.  For small projects that you want to keep private and quickly set up a git server, this looks like the right way to go.  There are also rumors of an Android build for Raspberry Pi, and those GPIO lines... something about them calls out "make something!"

2 comments:

  1. alternatively - and possibly more interesting because of the peripherals available:

    https://www.olimex.com/Products/OLinuXino/A13/A13-OLinuXino/

    ReplyDelete
  2. I just ordered a raspberry pi from www.Newark.com. As a "thank-you" they sent a voucher for "up to 15% off". From their e-mail:

    "The Voucher code is NEW2P and it can be used as many times as you would like through January 31, 2013, feel free to share with whomever you would like."

    Currently waiting for a 32GB SD Card (Newark only had 2-4GB cards) to try it out.

    ReplyDelete