Category Archives: How Tos

How To disable WebDAV in IIS 6

IIS 6 does not come with WebDAV enabled, but you can easily look to see if it is on. Connect to the IIS manager. Manager -> Machine -> Web Services Extensions Check the window at right.  If WebDAV is not … Continue reading

Posted in How Tos, IIS, WebDav, windows 2003 | 3 Comments

LVM Breaks When Upgrading Debian Etch to Lenny 4.x to 5.0

Using the standard upgrade proceedures, Debian Etch + LVM will fail to upgrade to Debian Lenny gracefully.  This is due to the kernel modules and is simple to avoid. Before changing apt sources (They should be etch) apt-get update apt-get … Continue reading

Posted in Debian, How Tos, LVM | 4 Comments

PERL How To Print A List Without A Loop

PERL has a built-in function called join() that will concatenate a list with a given string. The official perldoc states: join EXPR,LIST Joins the separate strings of LIST into a single string with fields separated by the value of EXPR, … Continue reading

Posted in How Tos, perl, Programming, Software | Leave a comment