Should you need to download packages from a unofficial repository, you need not disable gpg signature verification. Instead, you can import the key used to sign the packages into your local keyring.
Of course, you may not know what key to fetch. That’s probably okay, as if the public portion of key is not [...]
Because I enjoy deep hurting, I thought it would be fun to reverse proxy Apache 1.3 using Apache 2.2 with Wordpress 2.1 hosted under the former. With Wordpress 2.1, the rewrite rules generated for the date schema are considerably shorter, but still require a few minor changes to proxy happily.
DocumentRoot /srv/web/blog
ProxyRequests On
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} [...]
My relationship with dspam, a bayesian classifier based spam solution, has been unwavering since I first installed it in 2005. I previously used SpamAssassin. While SpamAssassin offers a wide variety of tests involving potentially dozens of sources including rulesets, DNS blacklists, URI blacklists, checksum databases, and bayesian classifying, I found its false negative [...]
Presently, I now need to support a Ubuntu x86_64 environment. Several internal Debian packages I have must now be deployed onto the 64-bit, split lib Ubuntu environment. Sadly, I have no 64-bit build host presently. Fortunately, QEMU provides a solution.
QEMU is best explained by quoting from the QEMU project pages.
QEMU is a [...]
Munin has support for sending mails when specified warning and critical thresholds are exceeded. If you aren’t already running a notification system, such as Nagios, Munin’s notification works splendidly. A few changes to munin.conf are all that’s needed.
First, you need to configure contacts, which enables the notification system.
contacts me
contact.me.command mail -s “Munin notification [...]
I have written a new guide, focusing on backporting Debian GNU/Linux packages to earlier releases.
Detailed discussion of pbuilder as a tool for backporting Debian packages from Unstable/Sid to the current Debian GNU/Linux Stable release. Building the initial environment, care and feeding of pbuilder, apt sources, building, and debugging are covered.
Update, June 13th. The author [...]
Recently, I have found myself with two independent internet feeds. The nice side effect of having two feeds is you can configure multipath routing, load balancing, failover, and dead gateway detection. However, for a individual setup there isn’t much value in configuring all that is necessary for the latter items. Nevertheless, configuring [...]
A couple of years ago, I was singing the praises of milter-greylist. While greylisting is still effective, in the past year I’ve noticed an increase in the number of spammers, especially this year, that utilize more RFC compliant spamming tools that resend on temporary failure. To combat that, I have recently started using [...]
After experiencing a variety of hardware failures recently, I finally completed my migration to syslog-ng with a central loghost paired with hourly log reporting using a wrapper script around logcheck. Once properly tuned, an ongoing process, mails generated and often of some interest.
To setup syslog-ng on machines on Debian Sarge, you need merely apt-get [...]
One of the most painful deployment issues for Linux Traffic Control on a commodity ADSL link is the variable overhead relative to IP for each packet you transmit, as the underlying transport is actually ATM. Each ATM cell is a 53 byte fixed length with a capacity for 48 bytes of actual data. [...]