Posts Tagged ‘Ubuntu’

Karmic Upgrade – Failing Module Rebuilds

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 [...]

KB: Running Cruise behind Apache with SSL on Ubuntu

Configuration guide for running Cruise behind Apache with SSL on Ubuntu Linux.

Cruise and Ubuntu System Wide Environment Settings

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 [...]

KB: Running Mingle behind Apache with SSL on Ubuntu

Configuration guide for running Mingle behind Apache with SSL on Ubuntu Linux.

KB: Secure WordPress Administration on Ubuntu

Configuration guide for the administration of WordPress over SSL on Ubuntu Linux.

KB: Hard Drive Cloning on Ubuntu

Guide for hard drive cloning on Ubuntu Linux.

KB: XAMPP XDebug Install on Ubuntu

Install XDebug for use with XAMPP on Ubuntu Linux.

KB: XAMPP SSL Configuration on Ubuntu

XAMPP SSL Configuration on Ubuntu Linux.

KB: Recursively Remove .svn Directories

To recursively remove .svn directories from the current working directory directory (Unix only): rm -rf `find . -name .svn`

KB: NetBeans and Zend Framework on Ubuntu

Guide for setting up NetBeans with the Zend Framework on Ubuntu Linux.