<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Anteru's blog &#187; linux</title>
	<atom:link href="http://anteru.net/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://anteru.net</link>
	<description>Graphics, programming &#38; software engineering</description>
	<lastBuildDate>Tue, 22 May 2012 15:20:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Cannot connect to WPA-PSK2 protected WLAN on Linux &#8230;</title>
		<link>http://anteru.net/2010/01/25/684/</link>
		<comments>http://anteru.net/2010/01/25/684/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 07:00:30 +0000</pubDate>
		<dc:creator>Anteru</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[wpa-psk]]></category>

		<guid isPermaLink="false">http://anteru.net/?p=684</guid>
		<description><![CDATA[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&#8217;t connect to my local WLAN when using WPA-PSK2. I just checked that WLAN was working &#8230; <a href="http://anteru.net/2010/01/25/684/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://anteru.net/2010/01/25/684/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux developer tools</title>
		<link>http://anteru.net/2009/09/21/612/</link>
		<comments>http://anteru.net/2009/09/21/612/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 06:00:00 +0000</pubDate>
		<dc:creator>Anteru</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://anteru.net/2009/09/21/612/</guid>
		<description><![CDATA[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 &#8230; <a href="http://anteru.net/2009/09/21/612/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://anteru.net/2009/09/21/612/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Switching to Linux: A Windows developer&#8217;s view</title>
		<link>http://anteru.net/2009/09/14/604/</link>
		<comments>http://anteru.net/2009/09/14/604/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 06:00:00 +0000</pubDate>
		<dc:creator>Anteru</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[porting]]></category>

		<guid isPermaLink="false">http://anteru.net/2009/09/14/604/</guid>
		<description><![CDATA[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 &#8230; <a href="http://anteru.net/2009/09/14/604/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://anteru.net/2009/09/14/604/feed/</wfw:commentRss>
		<slash:comments>104</slash:comments>
		</item>
		<item>
		<title>Test on multiple platforms</title>
		<link>http://anteru.net/2009/01/10/347/</link>
		<comments>http://anteru.net/2009/01/10/347/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 09:43:09 +0000</pubDate>
		<dc:creator>Anteru</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://anteru.net/?p=347</guid>
		<description><![CDATA[Just testing on one platform is not enough. Over the last two days, I&#8217;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 &#8230; <a href="http://anteru.net/2009/01/10/347/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://anteru.net/2009/01/10/347/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fedora Linux: An easy to use Linux for work (with CUDA)</title>
		<link>http://anteru.net/2008/09/29/280/</link>
		<comments>http://anteru.net/2008/09/29/280/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 05:00:44 +0000</pubDate>
		<dc:creator>Anteru</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cuda]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://anteru.net/2008/09/29/280/</guid>
		<description><![CDATA[Recently, I wanted to play around with CUDA a bit. Unfortunately, CUDA does not support Visual Studio 2008 yet, so I had to fall back to Linux. As I didn&#8217;t want to fiddle around with Linux on my desktop, I &#8230; <a href="http://anteru.net/2008/09/29/280/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://anteru.net/2008/09/29/280/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CMake &#8211; A build tool that just works</title>
		<link>http://anteru.net/2008/09/22/278/</link>
		<comments>http://anteru.net/2008/09/22/278/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 05:00:51 +0000</pubDate>
		<dc:creator>Anteru</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[build systems]]></category>
		<category><![CDATA[cmake]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://anteru.net/2008/09/22/278/</guid>
		<description><![CDATA[I&#8217;ve been using CMake 2.6 for quite some time now, and the more I do, the more I like it. Just a few days ago, I started with porting some project to Linux, and it took me literally a few &#8230; <a href="http://anteru.net/2008/09/22/278/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://anteru.net/2008/09/22/278/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting up a minimal Debian for VM use</title>
		<link>http://anteru.net/2008/04/18/225/</link>
		<comments>http://anteru.net/2008/04/18/225/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 10:05:22 +0000</pubDate>
		<dc:creator>Anteru</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[virtualisation]]></category>

		<guid isPermaLink="false">http://anteru.net/2008/04/18/225/</guid>
		<description><![CDATA[I&#8217;ve been just installing a Linux in a VM again (using VirtualBox, tested with 1.5.6). As a minimal system, I choose Debian (with minimal I mean that you don&#8217;t get much unused stuff, it boots fast and the disk usage &#8230; <a href="http://anteru.net/2008/04/18/225/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://anteru.net/2008/04/18/225/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualization and updates</title>
		<link>http://anteru.net/2006/12/06/127/</link>
		<comments>http://anteru.net/2006/12/06/127/#comments</comments>
		<pubDate>Wed, 06 Dec 2006 15:01:30 +0000</pubDate>
		<dc:creator>Anteru</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[crazy workaround]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[virtualisation]]></category>

		<guid isPermaLink="false">http://anteru.shelter13.net/2006/12/06/127/</guid>
		<description><![CDATA[Since monday, I&#8217;ve become a pretty happy virtualization user. Background: At university, our latest homework is released in partly binary form (for x86); moreover, it is configured to work on university computers only. It is recommended to work on it &#8230; <a href="http://anteru.net/2006/12/06/127/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://anteru.net/2006/12/06/127/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Changes</title>
		<link>http://anteru.net/2006/05/13/90/</link>
		<comments>http://anteru.net/2006/05/13/90/#comments</comments>
		<pubDate>Sat, 13 May 2006 12:14:09 +0000</pubDate>
		<dc:creator>Anteru</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://anteru.shelter13.net/2006/05/13/90/</guid>
		<description><![CDATA[It&#8217;s been a while since my last post, sorry for that, I&#8217;ve been quite busy at university. Read on for some news about me as a Linux-based developer, stack machines, consoles and more. Linux After my long journey during which &#8230; <a href="http://anteru.net/2006/05/13/90/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://anteru.net/2006/05/13/90/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

