Cara Bikin Folder WebDav di Ubuntu

Ubuntu Linux May 5th, 2008

taken from http://www.digital-arcanist.com/sanctum/article.php?story=20070427101250622

copied here for personal use

This HOWTO will show you how to create WebDAV enabled directories hosted on your Apache webserver. I wrote this using Ubuntu Server 7.04, but it should work on previous Ubuntu releases and (with only minor modifications) any other Linux distro. Read the rest of this entry »

Ubuntu Apt-Get Locale Settings Error

Ubuntu Linux March 8th, 2008

If you get this warning in your system:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = “en_US.UTF-8″
are supported and installed on your system.
perl: warning: Falling back to the standard locale (“C”).
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory

Simply type this command to fix it:

apt-get install language-pack-en