Monthly Archives for August 2010

Regex Recipes

Since I went through the time to create these, I might as well document a few of them for myself and anyone else who might be looking for it. As I refine and author more, I’ll add them here. Phone … Continue reading

24. August 2010 by Jason
Categories: Development | Tags: | Leave a comment

Install VirtualBox Guest Additions on CentOS 5.x

This has been documented many times before, but for some reason installing VirtualBox guest additions on CentOS is a pain. To install them: yum install kernel-devel gcc either ln -s /usr/src/kernel/[current version] /usr/src/linux or export KERN_DIR=/usr/src/kernel/[current version] Then the usual … Continue reading

10. August 2010 by Jason
Categories: Virtualization | Tags: , | 1 comment