Software |
DMX4Linux Driver Suite for Linux |
csv2iif.pl suite convert PayPal transactions to IIF, OFX, QIF |
Hardware |
DMX30 Interface 128Ch SPP |
DMX43 Interface 2out 2in EPP |
LED Hardware for Linux and Windows |
EPROM Sampler for 8 bits of sound |
Misc |
CatWeasel Linux drivers for MK3/4 PCI |
pg_trompe PostgreSQL replication |
trycatch C exception/signal handling lib |
Patches to various software |
Tools and small scripts |
Docs misc documents |
Links to lighting stuff |
VMware kernel configurationsVMware offers a selection of software products to run multiple operating systems on one computer. However when running open source operating systems, their default kernel configuration can be improved by building a custom kernel which only supports the virtual hardware provided by the VMware system. This webpage collects such kernel configurations for different operating systems. FreeBSDRefer to
the FreeBSD handbook
chapters
Building
and Installing a Custom Kernel
and FreeBSD
as a Guest OS how to compile your system. You should also lower
your default timer frequency by setting The following list contains our FreeBSD kernel configuration files, mainly for use with VMware, but some are for running directly on specific servers.
FreeBSD kernel compilationI use freebsd-kernel.sh to compile
my kernel, once I have copied the kernel configuration file into the
appropriate directory in Linux
Debian kernel compilationKernel compilation
the Debian
way is not as straight forward as simply compiling
your vanilla Torvald's kernel. My
little
script compile-debian-kernel.sh
helps me compiling a kernel |