Tag Archives: linux

Cannot connect to WPA-PSK2 protected WLAN on Linux …

The title says it all. I had a machine here with a really old WLAN adapter (Realtek RTL-8185L on a PCMCIA card), and it wouldn’t connect to my local WLAN when using WPA-PSK2. I just checked that WLAN was working … Continue reading

Posted in General | Tagged , , | 1 Comment

Linux developer tools

After switching to Linux recently at work, it’s time for the follow-up post with the tools I currently use for development. Core tools For compiling, I use the standard GCC – currently 4.3, which has support for OpenMP and is … Continue reading

Posted in Programming | Tagged | 3 Comments

Switching to Linux: A Windows developer’s view

A few weeks ago, I switched my development environment from Windows to Linux, on a project which was developed so far on Windows only. In this post, I want to describe the issues that brought me to this switch, a … Continue reading

Posted in Programming | Tagged , | 104 Comments

Test on multiple platforms

Just testing on one platform is not enough. Over the last two days, I’ve been porting a fairly large project over to Linux, and today I fixed the last problems. So far, all 400 unit tests that work on x86 … Continue reading

Posted in Programming | Tagged , | 1 Comment