" GENERAL OPTIONS
set nocompatible " use vim defaults
filetype on " detect the type of file
set enc=utf-8
set history=1000 " How many lines of history to remember
Digikam doesn't come by default with slackware and has a number of dependencies. However, with the great scripts from slackbuilds.org, getting digikam up and running is pretty easy. Here are the programs that need to be built, in order, to get digikam up and running.
Tagging items to people and browsing items related to people were first implemented using taxonomy and later changed to nodereference.
Current implementation with node reference
I installed Ubuntu 9.10 UNR and had trouble getting the Broadcom wireless driver to work. The broadcom driver package is supplied with Ubuntu, and I could see it under "Hardware Drivers" but
When I started using drupal, I wasn't sure the best way to upgrade drupal core. I tried untarring files directly over the present directory, or untarring locally and then using an sftp client
One issue I've add, especially with updates to drupal modules, is the presence of many new files that need to be added to version control. It's a pain to go manually directory by directory an
find . -type d -exec chmod xxx {} \; this finds all directories (excluding files) starting at present working directory and recursively changes permissions to xxx.
I recently had a case where cron failed to run on a drupal site; however, there were several sites on the same server, and cron was only failing on one.