Wednesday, December 20, 2006

Appfuse: CATALINA_HOME and CATALINA_BASE problem

The default build files in AppFuse (till version 1.9.4) does not distinguish between CATALINA_HOME and CATALINA_BASE.

Recover files from partially downloaded RAR archive

In Linux:

1. Use file-roller to find which part files (.001, .002 ... or r01,r02 ...) contains the file you want to extract.

2. Copy those part files to a seperate directory and rename them serially starting from .001 or r01.

3. Extract with kb (keep broken) switch. You might see some warning but those are harmless.

Saturday, April 09, 2005

Secure BIND Template v4.7 30 MAR 2005 Rob Thomas robt@cymru.com

Secure BIND Template v4.7 30 MAR 2005 Rob Thomas robt@cymru.com: "This article presents a template for deploying a secure BIND configuration, thus mitigating some of the risk of running the BIND server."

Wednesday, February 02, 2005

Setup PEAR Web frontend

1. pear -f install PEAR_Frontend_Web
2. include('PEAR/WebInstaller.php');