VMWare 6 and Ubuntu Hardy: vmmon compile error

Just a quick post to documentate how I got my VMWare config to work: Problem: include/asm/bitops_32.h:9:2: error: #error only <linux/bitops.h> can be included directly, and vmmon-only compile failes Solution: change line 74 in vmmon-only source file to read: #include “linux/bitops.h” Steps: cd /usr/lib/vmware/modules/source cp vmmon.tar vmmon.tar.orig sudo tar xvf vmmon.tar cd vmmon-only/include/ sudo vi vcpuset.h… Continue reading “VMWare 6 and Ubuntu Hardy: vmmon compile error”

Tables in LaTeX

Ok… I have most definitely gone over the bend, LaTeX tables are a pain, at least till you know how to do them… I have been trying to add neat tables to LaTeX documents, and I have been searching all kinds of places. But I have finally found something that seems to work. It has… Continue reading “Tables in LaTeX”

Wow!

Look at me… I have finally installed my own blog. Now let’s just hope I use it often… I’ll be trying to write about a lot of stuff, ranging from personal, to technical, over I suppose ranting as well… since everything is personal, I might offend people, but I really couldn’t bother less about that…