Tag Archives: ubuntu

Set Up WebDAV for iCal Sharing on ubuntu 8.04

Enabling WebDAV for iCal publishing/sharing is fairly straightforward: 0. Install apache2 (if it’s not already installed): sudo apt-get install apache2 1. Create a WebDAV directory in your DocumentRoot with the proper permissions: mkdir -p /var/www/webdav chmod -R 777 /var/www/webdav 2. … Continue reading

Posted in *nix, geek life, productivity | Tagged , , , | Comments Off

Command Line Upgrade to 8.04 Hardy Heron

Ubuntu 8.04 is the second LTS release of the incredibly popular Linux distro. Inspired, I did a fresh install of my desktop at work and found the process smooth and about as simple as an XP install, (though admittedly about … Continue reading

Posted in *nix | Tagged | Comments Off