This will be one of those blog entries that I write primarily to document for myself some stuff I found out after some effort, but that might also be useful for others.
When developing applications, I primarily use Java, mostly because it will do everything I want and it’s the language I’m most familiar with. My IDE [...]
I administrate a remote linux machine of someone I know who now and then needs me to help him out. To find out if applications actually work, I use X forwarding. To do that, the remote box has X forwarding enabled, by having this line in its /etc/ssh/sshd_config:
X11Forwarding yes
Then I use:
me@localbox:~$ ssh -X remotebox
to log in [...]
After upgrading their Ubuntu 9.10 machine to 10.4 (Lucid Lynx), someone in my neighbourhood noticed that Flash had stopped working in Firefox. Googling around didn’t provide me with a solution, but reinstalling the plugin did the trick:
# sudo apt-get remove flashplugin-nonfree flashplugin-installer
# sudo apt-get install [...]
The weirdest thing happened while I was programming with my favorite IDE, Netbeans 6.8, today. When I work on big applications, I usually split them in two or three projects (usually model, view, controller). Then I import the projects in the main application project. At some point Netbeans suddenly told me it couldn’t find a class [...]
My home router’s DHCP server has the bad habit of ignoring MAC addresses when handing out IPs, which means that every time it is reset for some reason, or a machine’s lease ends, it can get an entirely different IP . Since I have two machines with a wired connection in my network, one of which [...]
Backing up data on a regular basis is useful, even necessary, but setting it up is a pain. Mainly that’s because to get it working you have to make some smart choices and existing solutions are all unsatisfactory. Simple Backup Solution creates a single big tarball for every backup and doesn’t tell me when it is [...]
I was offended by the inaptness of an employee of the Dutch Tomtom support desk today. Not only couldn’t he help me, he didn’t even try, nor did he seem to know what questions to ask me.
There is only one reason I have an installation of Windows XP. I own a Tomtom One Europe, and to [...]
As you can read in my previous post, less than a week ago I installed Kubuntu 9.04 (Jaunty Jackalope) on my desktop box. I have been converted. I’m sticking to it. Especially since I solved the Sound Problem.
Like many people, If I turned off PulseAudio, some applications produced sound, and some didn’t. If I turned it [...]
UPDATE (2009-05-09): The ‘laf’ option to the Netbeans executable should be preceeded by a double dash (–laf) instead of a single one. Corrected.
From the first moment that I used Linux, some 9 years ago, I was a KDE user. When KDE 4 came, I switched to Gnome, because I found KDE 4 unstable and slow. I [...]
Yesterday evening, I migrated this server (the one you’re reading this blog on) to a new machine. I had only a few seconds down time, and it took me less than three hours. Here’s how I did it.
As you can read on my homepage, I use this server for a number of things, like running a [...]
|
|

Hi! You've reached my blog. I use this to express thoughts on various topics that somehow interest me, like technology, science, the environment, democracy and the like.
|