Tuesday, July 29, 2008

OpenACS Configuration

  1. Install JDK
    # apt-get install sun-java5-jdk
  2. Install mysql
    # apt-get install mysql-server

Thursday, July 17, 2008

inotify Usage

wikipedia: inotify is a Linux Kernel subsystem that provides file system event notification. It was written by John McCutchan with help from Robert Love and later Amy Griffis to replace dnotify. It was included in the mainline kernel from release 2.6.13 (2005-06-18).