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

Resume broken download with Wget

 $ wget <strong>-c</strong> http://www.example.com/files.iso The -c(ontinuous) option allows Wget to resume a partial download. Source: Geek to Live: Mastering Wget Wget resume broken download

September 5, 2007 · 1 min · 24 words · kenno

Tomcat 6 on Debian Lenny

I need to install Tomcat 6 for a school assignment. I thought the installation process was easy as counting 123, but it turned out to be a few hours long of head scratching. Well, the first start is to setup a few environment variables as required by Tomcat: CATALINA_BASE=/home/kenno/bin/apache-tomcat-6.0.13 CATALINA_HOME=/home/kenno/bin/apache-tomcat-6.0.13 export CATALINA_HOME; export CATALINA_BASE# JAVA_HOME and Path to java, javac JAVA_HOME=/usr/lib/j2sdk1.6-sun/bin export JAVA_HOME; export PATH=${JAVA_HOME}/bin:${PATH}:. It can be stored in a setEnv.sh file, and run with source setEnv.sh to load those variables. ...

August 14, 2007 · 2 min · 235 words · kenno

Bash Command Shortcuts

How many times do you find yourself using the arrow keys to move to the beginning or end of the command line in a bash terminal? Do you use backspace to delete every single character to clear what you’ve typed? If you answered “yes” to either of these questions, continue reading. I have been doing this a lot myself because I couldn’t remember the shortcut keys for these tasks. So, I decided to write them here for future reference. While you can easily find more thorough information on the web, here are some useful shortcuts. ...

July 4, 2007 · 1 min · 193 words · kenno

Installing Pidgin on openSUSE 10.2

If you’ve been using Gaim in the past, you probably know that it is no longer available now. The name of the program has been permanently changed to Pidgin. Even though Pidgin has been released for awhile, I’ve been still running Gaim Beta 2 until tonight. Well, not that I don’t want to install Pidgin, I just didn’t know how to do it. I tried to search for Pidgin openSUSE binary package in Google in the past for a few times without any success. ...

June 10, 2007 · 1 min · 190 words · kenno