Music with Ubuntu

Play it on remote HiFi speakers After several Linux trials and errors over the last couple of years, I finally switched to Ubuntu Gutsy as my main OS on my laptop. The user experience of current Linux distro’s is good enough, and Linux does not (yet) suffer from the massive amount of malware and virusses… Continue reading Music with Ubuntu

Published
Categorized as Ubuntu

Google Mini rack rails

Recently we decided to ditch the Mnogosearch search-engine and go for a Google Mini. We haven’t configured it so I have no idea if or how it works. What I do know, is that you don’t get any rails to put it into a 19 inch rack. Since Google does not sell separate rails, you’re… Continue reading Google Mini rack rails

Published
Categorized as Computers

Manual P2V of Debian Sarge

Now that we at TERENA have a new and shiny setup of VMware VI3, I had to migrate several of our Debian 3.1 Sarge servers. Some of them had custom kernels, because of specific hardware. This virtualisation process (P2V, or Physical to Virtual) is properly supported for the Windows platform using the VMware Converter software.… Continue reading Manual P2V of Debian Sarge

Published
Categorized as VMware

Configuring a static IPv6 address in Windows 2003 with netsh

For each network interface, Windows 2003 Server offers a GUI to configure IPv4 parameters (Internet Protocol (TCP/IP)). After installing IPv6 there is a new item Microsoft TCP/IP Version 6. When selecting that, the “Properties” box becomes grey-out. This means that there is no GUI to configure IPv6 parameters. You will have to use the netsh… Continue reading Configuring a static IPv6 address in Windows 2003 with netsh

Published
Categorized as Computers

Upgrade PostgreSQL after upgrade to Ubuntu-7.0.4

Ubuntu-6.10 (Edgy) has PostgreSQL-8.1.6 installed. When upgrading to Feisty, PostgreSQL 8.1 is not supported anymore. When booting into Feisty, 8.1.6 still works, but you should manually upgrade to 8.2.3. After a few upgrades, this seems to be the right way (at least for most of us, that just run 1 cluster): apt-get install postgresql-8.2 pg_dropcluster… Continue reading Upgrade PostgreSQL after upgrade to Ubuntu-7.0.4

Published
Categorized as Computers