Go Awstats automates the production of Awstats Apache log reports at a site where multiple virtual hosts exist. It always updates the reports for the current month and the current year and only produces other reports if they do not exist, which saves on CPU. The regeneration of a report can be forced by simply erasing it.
Teach-SA reads mail in designated maildir folders (spam on the one hand, ham on the other) and feeds them to Spamassassin for Bayesian learning and submission to various spam detection schemes. It is good for implementing any sort of supervised training in addition to Spamassassin's unsupervised training (also known as automatic whitelist) while reducing training-related admin workload to nearly zero. It fits any setup storing mail as maildir, but could trivially be modified to work with mbox based systems. It was originally developed so that users could report spam by moving it to a specific folder in their own IMAP mailbox.
Great concept, but please do not reinvent the wheel. For example, you could maybe reuse the work done at the HURD project. I think that the concept of a translator (http://www.gnu.org/software/hurd...
Why use this ? I configured all the machines on my net to use the SQUID proxy on my DMZ for both FTP and HTTP. Since they all apt-get from the same Debian mirrors (give or take a handful of unoffic...