Categories
Software and Programming

Act Like a Daemon

Unix Programming Frequently Asked Questions 1.7: How do I get my program to act like a daemon?

Watch carefully – you fork twice, after propitiating the appropriate dieties/system calls… (via Sam Ruby).

Categories
Software and Programming

PHP+Apache+…

A list of PHP + Apache bundled Installation kits.

Categories
Software and Programming

Save My Settings

Office 2000 Save My Settings Wizard – can it smother Clippie in the crib, please?

Categories
Software and Programming

Secret Origins of Windows

Raymond Chen‘s blog has lots of fascinating anecdotes about the Windows GUI – where did the “Start” button come from? Is that thingie really called the “System Tray”? Why is there an internal function in one of the DLLs called “bunny”? Chen explains the origins of these (and other) Windows 95 peculiarities.

Categories
short Software and Programming

PHP blog tool: Pivot

Pivot is a PHP-based weblogging tool that stores it’s data in XML serialized PHP objects, not in a database. I’m going to give it a spin.