Raspberry Pi Tutorial: How Do I Update, Upgrade And Install Software Before...
It seems silly to use our limited SD write cycles to upgrade the software shipped on the images. So, how can we upgrade said software before flashing the image to an SD card?The Hard WayPreparing your...
View ArticleHow Do I Run My Native Pacman Against A Mounted Image?
So, you have read How Do I Update, Upgrade And Install Software Before Flashing An Image? and were wondering whether you could use the native pacman against an ARM image instead of using an emulated...
View ArticleSetting Up an Arch Linux server on the Rackspace UK Cloud
I like Arch Linux. I have a bit of experience with Rackspace's UK cloud servers. So, I wanted to combine the two!Easy, right? Rackspace provides an "Arch 2011.10" image. Just need to run pacman -Syu to...
View ArticleWriting A Jekyll Post Receive Git Hook
I have decided to deploy my Jekyll blog on my own server. Of course, every time I push the blog to the server, I want it toBuild the blog using jekyllPush it to another branch, so I can version-control...
View ArticleArguement should be spelt arguement.
I recently graduated with a degree in Mathematics - I'm still proud - which clearly means I can't string a sentence together, let alone spell. It also means I like simple rules.According to the Oxford...
View ArticleHow do you deliver statically compressed files using Nginx?
If you are serving static files, but not compressing them, you are being irresponsible with your bandwidth. If you are serving static files, but compressing them on the fly, you are being irresponsible...
View ArticleWouldn't it be nice if we could cache across domains?
You probably already know that caching content in the browser can make accessing your site faster. Great! But... this only helps for repeat users. They still have to download all the files the first...
View Article