Posted on February 21, 2010, 11:05 am, by Keith, under
News.
After upgrading one of my desktops from Ubuntu Jaunty 9.04 to Karmic 9.10, I was left with a system that wouldn’t boot. Dynamic Kernel Module Support (DKMS) was not rebuilding the existing NVIDIA and Virtual Box modules that were in place before the upgrade. A scan through the system logs led to the conclusion that [...]
Configuration guide for running Cruise behind Apache with SSL on Ubuntu Linux.
Posted on May 3, 2009, 3:02 pm, by Keith, under
Development.
I discovered a strange little problem the other day. I just completed my install of ThoughtWorks Cruise on a server running Ubuntu 8.04 LTS. In case you haven’t heard of it, Cruise is a continuous integration and release management system. Everything appeared to be running correctly; so I proceeded to setup a pipeline for an [...]
Configuration guide for running Mingle behind Apache with SSL on Ubuntu Linux.
Configuration guide for the administration of WordPress over SSL on Ubuntu Linux.
Guide for hard drive cloning on Ubuntu Linux.
Install XDebug for use with XAMPP on Ubuntu Linux.
XAMPP SSL Configuration on Ubuntu Linux.
To recursively remove .svn directories from the current working directory directory (Unix only): rm -rf `find . -name .svn`
Guide for setting up NetBeans with the Zend Framework on Ubuntu Linux.