Skip to content

Tag Archives: linux

Installing Arch on an Asus U36JC Notebook

20-Oct-11
Share

Last weekend, I bought an Asus Pro36s notebook, also known as a U36JC. It features a quad core 64 bit Intel Core i5-2410M CPU at 2.3 Ghz, 4 GB DDR3 RAM, a 500 GB hard drive and an Nvidia GeForce GT 520M video adaptor. It weighs less than 1.5 kilos (that’s including batteries) and is [...]

Outlook territorialism

21-Sep-11
Share

Yesterday the Microsoft Office 2003 installation at my work PC was updated to its 2007 incarnation. But when starting the new and shiny Outlook to check my calendar, I was presented this little gem of a dialogue box: Click it to see it the way it was intended. I had to scale the image to [...]

Native look and feel for Swing under Linux

19-Apr-11
Share

This one is not really an eye-opener, but I use this blog to record and archive stuff I find out at some point, so here’s a post about getting NetBeans Platform Applications use GTK instead of Metal. Since the Swing Application Framework (SAF) has been deprecated and developing NetBeans Platform Applications (NPA) is the new [...]

The dist-upgrade button

04-Apr-11
Share

A couple of years ago, when someone in my neighbourhood’s Windows XP laptop became frustratingly slow and unstable, I convinced her to install Ubuntu. Using Ubuntu she could again perform all of her computing needs comfortably. Her laptop was fast and stable again and easy to maintain. Since then, two times a year, we go [...]

Scry and eregi deprecation

09-Feb-11
Share

One of the downsides of using software that is not being maintained anymore, is that when dependencies change, its users have to adapt the software. Scry, my favorite photo album software, is running in PHP, which makes that a dependency. Scry makes use of the PHP functions eregi() and eregi_replace(), which scan strings for pattern [...]

Scripting Scry

12-Jan-11
Share

Yesterday, I wrote about Scry, a PHP photo publishing script that I basically like for the same reasons I like my favorite Linux distribution: simplicity and elegance make it easy to use and to maintain. To make things even easier, tonight I wrote a small bash script that allows me to publish a collection of [...]

Arch Linux: an end to my distro shuffle!

10-Jan-11
Share

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

Scry

10-Jan-11
Share

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

Diaspora on Arch

16-Sep-10
Share

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

KDevelop 4: first steps

25-Aug-10
Share

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