DRBD merged with kernel 2.6.33

DRBD has been a long standing external patch in many distribution kernels. It has finally been merged in the 2.6.33 window. Colloquially the "Distributed Redundant Block Device", this piece of code allows you to mirror blocks of storage across multiple nodes.

drbd

This is primarily useful in high availability …

View comments.

more ...

Getting Beautiful Fonts in Gentoo Linux

Here's my easy and modern guide to getting pleasant looking fonts on Gentoo with minimal effort.

Wikipedia rendered with the end result of this guide

Wikipedia rendered with the end result of this guide

USE Flags

Enable the following USE flags:

euse --enable truetype type1 cleartype corefonts

and make sure everything is built with them enabled:

emerge -uDNa world …

View comments.

more ...

boo2pdf Update

I did some minor updates to boo2pdf. Graphics should now be within the page margins. Please let me know if there are any other common formatting mistakes.

Unfortunately, IBM's "transmogrifier" utility doesn't work very well in Wine, so you should preprocess older books in Windows before running them through the …

View comments.

more ...


Announcing boo2pdf

I've just uploaded a beta of boo2pdf, an IBM BookManager to PDF conversion app & web service. I'm currently experimenting with the HTML to PDF backends and would like feedback with book files I haven't tried. Once the code is cleaned up, I will dump it on my site.

Motivation

I …

View comments.

more ...


Mirroring Fedora

Introduction

This post details setting up your own private mirror of Fedora's repos. There are many ways to do this, but this method is by far the best for heavy usage. By using MirrorManager, clients in your IP range need no custom configuration. Roaming laptop users automagically hit your mirror …

View comments.

more ...

Kernel 2.6.30 is a Go

I initially thought this would be a rather uninteresting release, especially when we learned Xen dom0 didn't make the cut. Following the changelog line-by-line, this one still didn't seem very interesting to me. But analyzing the sum of parts, I have to consider 2.6.30 a 'golden' kernel -- certainly …

View comments.

more ...