Enable mod_userdir for Apache2 on Debian

By default Apache2 doesn’t enable mod_userdir, a module to enable all users in your Linux system to host web pages. On Debian, it’s very to enable this mod, and probably with other modules as well. There is no need to edit the config file manually. There are two tools offered by Debian to assist you with enabling and disabling the modules in Apache2: a2enmod and a2dismod. As the name inferred, a2enmod enables the modules, while the a2dismod does the opposite....

April 22, 2008 · 1 min · 106 words · kenno

Install OpenOffice Khmer Spell Checker on Debian

Finally, the amazing team from KhmerOS has realeased the Khmer Spell Checker (KSC) for OpenOffice. Here is the instruction for installing KSC on Debian (Lenny) system. Download the package from: http://sourceforge.net/project/showfiles.php?group_id=133361&package_id=244774 Unzip it: $ unzip Khmer_Spellchecker_v1.0.zip Change to that directory: $ cd Khmer Spellchecker v1.0/ Become the super user: $ su Password: (enter your root password) Copy two files: km_KH.aff km_KH.dic to OOo’s dict directory: # cp km_* /usr/lib/openoffice/share/dict/ooo The above directory could be slighty different from one system to another....

September 7, 2007 · 2 min · 247 words · kenno