ntop

This article was first written in August 2005 for the BeezNest technical
website (http://glasnost.beeznest.org/articles/287).
ntop ntop is a nice tool with a nice web interface (and a CLI interface also). Sadly, it is currently leaking too much memory and CPU cycles to let it run for a long time on a server.

Networked printing infrastructure using CUPS on Debian

This article was first written in August 2005 for the BeezNest technical
website (http://glasnost.beeznest.org/articles/286).
In a networked infrastructure, with many workstations needing to print (or generate PDF or PS files, or send faxes), CUPS may help a lot, especially with its automatic network-browsing features. Let's see how to set that up.

CUPS Server

First, you probably want to setup a server to share printers.

JavaScript Libraries

This article was first written in May 2005 for the BeezNest technical
website (http://glasnost.beeznest.org/articles/256). As of 2008, the most famous JavaScript libraries
are probably Dojo, JQuery and Prototype, but others like MeeBoo, Sarissa and Scriptaculous 
should be considered as well.

Dithered.com - Javascript Library

This is a collection of scripts that I've created and/or modified. All the scripts are released under a Creative Commons License. Do whatever you want with them - use them as is or modify them to suit your purposes.

rsync

This article was first written in February 2005 for the BeezNest technical
website (http://glasnost.beeznest.org/articles/205).
rsync is a synchronization tool designed with powerful algorithms to only transfer the minimum needed between source and destination. Quoting the above web page: rsync is an open source utility that provides fast incremental file transfer.

References:

For a basic explanation of the rsync algorithm, go