problem with bash when upgrading readline

If you ever find yourself updating a single application in Arch Linux (a very bad idea, btw) and it upgrades readline you might end up seeing an error along the lines of:
/bin/bash: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory
Hopefully you still have a bash prompt open [...]

Multiple Partitions on a USB memory stick (in Windows)

Peace in the land of USB
Under a *nix operating system, having multiple partitions on a USB drive isn’t rocket science, it just works. In my case, my USB drive has two partitions because the first partition is a bootable Arch Linux installer.
I have Windows on a desktop at home – mostly for gaming – and [...]

Clearing DNS cache – regex part 2

Trust me. We’re still dealing with regexes – just in a roundabout (and vaguely practical) way. This is a pretty comprehensive listing of how to go about flushing DNS caches while using regexes to show where similar methods deviate.
Why do we want to clear DNS caches exactly?
There are a number of reasons to clear DNS [...]

building my server 2.0

Arch Linux’s installation process is documented on the Arch wiki. I recommend that persons new to Arch try the excellent Beginner’s Guide instead of the Official Arch Linux Install Guide. Though both wiki entries cover similar ground, the Beginner’s Guide gives a lot more relevant information for those new to the system. The Beginner’s Guide [...]

Getting Spark to work

I finally got Ignite Realtime’s Spark to work. I don’t particularly like Spark – its a necessity though and I’m sure others have had trouble with it.
As some readers might be aware, I’m using 64-bit Arch Linux. Spark runs on top of a JRE, independent of the base platform. Therefore, this shouldn’t be an issue. [...]