For some time now I’ve been meaning to write about Arch, the Linux distribution I’ve been using for almost a year now. Today I stumbled onto an old OSNews article, which perfectly describes my feelings on Arch. The article is in fact from 2004, but if you replace Mozzila-firebird in the text with Firefox, it [...]
Whenever I do something or go out with family or friends, I usually take lots of pictures. And so do they, at least some of them. Afterwards, we are often interested in each other’s pictures, so I usually collect them all to show them to everyone. But that is easier said than done. I have [...]
I have some kind of a love/hate relationship with Facebook. I like being up to speed on what people I know or once knew are up to and the network site allows to me to conveniently stay in contact with people without any effort on my part. That said, Facebook has a questionable reputation where [...]
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. [...]
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 [...]
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 flashplugin-nonfree flashplugin-installer