Getting started with Jekyll on CentOS 7

It’s not quite as easy to get up and running with Jekyll as the Quick Start Guide makes it sound. But it’s not super difficult either – if explained from one human to another. Here’s how I got Jekyll working on a vanilla CentOS 7 instance. Installing some necessary packages Before we can install Jekyll … Read more

How to mount EXT4 partitions on Android Jelly Bean

I was racking my brains over how to mount an SD card formatted with anything other than FAT32 on my Android device. Jelly Bean and Kit Kat automatically mount FAT32 partitions, but they seem to ignore native Linux file systems – which Android clearly understands. Apparently there’s a $1.54 app on the Play Store that … Read more

The Debian Experience: Cheat Sheet for CentOS and Fedora users

I’ve just installed a LAMP stack on my Nook Tablet using Debian. However I’ve been using CentOS since 2008 and I’m so used to how things are done there that it was a bit of a culture shock doing relatively simple things “on the other side”. It’s like a country whose language you don’t speak … Read more

How to view local websites on your iPad with Squid

I like developing and testing websites on my local network before they go live. On both Mac and PC it’s easy to tweak the /etc/hosts file so that the URL doesn’t point to a numeric IP, but instead to http://yourserver (or something equally catchy). On iOS devices we can’t tweak that file unless we deal … Read more