Zydecode Studio

Archive for September, 2006

find text within a BSD file

Friday, September 29th, 2006

find / -iname “*.conf” -print0 | xargs -0 grep “the text you need to find”

Apache MSI installer

Thursday, September 21st, 2006

if the installer just bails on the initial screen, make sure that the computer has a domain set up in the networking dialog. This is used to auto-configure the install of Apache, and looks like there is no detection other than failure during the installation process.

Scanning workflow

Wednesday, September 20th, 2006

for 645 on ArtixScan 120tf, Silverfast Ai

48 bit Color, fit levels to ends of curve.
NO colour correction, NO sharpening.
Scale 1000%, 228 DPI

In Photoshop:
Shadow/Highlights, tweak shadows for radius. Color balance - add yellow

php5 on FreeBSD 6.1

Monday, September 11th, 2006

After downloading the 6.1 version php5 port config files you have to do “make config” and select the apache module. The “make install” will automatically make the correct changes to your httpd-config file for serving up php pages correctly. php5-extensions is not normally needed.