A couple of days ago, someone in my vicinity needed to create a Powerpoint presentation with lots and lots of JPEG files. She was doing this on a netbook which is usually pretty fast, but after adding a couple of pictures, she noticed it slowing down to a crawl. She was working on a USB key, [...]
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 [...]
I upgraded my desktop box from Ubuntu Jaunty to Kubuntu Karmic today as well, since I find the latter’s advantages over the former outweighing its disadvantages. Among the advantages are the standard availability of Firefox 3.5, the out of the box working of sound (no hassle with sound systems this time), and faster booting up. Also, [...]
Kubuntu 9.10 seems to have the same problems waking up from sleep/suspend on my Vaio, but at least it has the decent sense to tell me its the compositing manager that’s in trouble, and then shuts it down, so I can go on working.
What’s actually worse than in Ubuntu is the screen artefacts. The green and [...]
This weekend Canonical released their new OS, Ubuntu 9.10 “Karmic Koala”, and I upgraded my Sony Vaio laptop. So far, I’m sorry to say, I’m not impressed.
The first thing I noticed was lots of screen artefacts. The login screen as well as the desktop had lots of green and red pixels all over them. Downgrading the [...]
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 [...]
|
|

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.
|