<?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>hersson.net</title>
	<atom:link href="http://www.hersson.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hersson.net</link>
	<description>A collection of notes and yellow stickies</description>
	<lastBuildDate>Wed, 28 Jul 2010 10:47:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Note to all RaopX users</title>
		<link>http://www.hersson.net/raopx/note-to-all-raopx-users</link>
		<comments>http://www.hersson.net/raopx/note-to-all-raopx-users#comments</comments>
		<pubDate>Mon, 05 Apr 2010 13:04:23 +0000</pubDate>
		<dc:creator>Hersson</dc:creator>
				<category><![CDATA[RaopX]]></category>

		<guid isPermaLink="false">http://www.hersson.net/?p=320</guid>
		<description><![CDATA[As mentioned when I first uploaded the source for RaopX it doesn’t look like I’ll manage to take this project any further in any near future. I will probably at some stage release a new version, but it does not look like that will happen any time soon. I am not writing this to close [...]]]></description>
		<wfw:commentRss>http://www.hersson.net/raopx/note-to-all-raopx-users/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The perfect instant messaging setup</title>
		<link>http://www.hersson.net/technotes/the-perfect-instant-messaging-setup</link>
		<comments>http://www.hersson.net/technotes/the-perfect-instant-messaging-setup#comments</comments>
		<pubDate>Fri, 19 Mar 2010 22:12:39 +0000</pubDate>
		<dc:creator>Hersson</dc:creator>
				<category><![CDATA[TechNotes]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bitlbee]]></category>

		<guid isPermaLink="false">http://www.hersson.net/?p=319</guid>
		<description><![CDATA[To stay in touch nowadays would often force you to install many different kinds of IM-applications. In a worst case scenario you could end up with one application for each of these services: MSN, Google Talk, AIM, Yahoo, ICQ, IRC, Facebook Chat, Twitter, Skype and maybe a few more, but the truth is probably that [...]]]></description>
		<wfw:commentRss>http://www.hersson.net/technotes/the-perfect-instant-messaging-setup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RaopX &#8211; Updated installer for OS X 10.5</title>
		<link>http://www.hersson.net/macosx/raopx-updated-installer-for-os-x-10-5</link>
		<comments>http://www.hersson.net/macosx/raopx-updated-installer-for-os-x-10-5#comments</comments>
		<pubDate>Mon, 11 Jan 2010 15:17:02 +0000</pubDate>
		<dc:creator>Hersson</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[RaopX]]></category>

		<guid isPermaLink="false">http://www.hersson.net/?p=318</guid>
		<description><![CDATA[In my first attempt I made an installer with a libsamplerate library that had some issues with OS X 10.5. The new build is tested on both 10.5.8 and 10.6.2 and should work on all Intel Macs running OS X 10.5 or newer. The installer can be downloaded from the RaopX projects page.]]></description>
		<wfw:commentRss>http://www.hersson.net/macosx/raopx-updated-installer-for-os-x-10-5/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>RaopX &#8211; Installer package available</title>
		<link>http://www.hersson.net/macosx/raopx-installer-package-available</link>
		<comments>http://www.hersson.net/macosx/raopx-installer-package-available#comments</comments>
		<pubDate>Sat, 02 Jan 2010 20:25:36 +0000</pubDate>
		<dc:creator>Hersson</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[RaopX]]></category>

		<guid isPermaLink="false">http://www.hersson.net/?p=316</guid>
		<description><![CDATA[Since a lot of people don&#8217;t have the Developer Tools package installed, and doing so maybe just to try out one application is a bit tedious, I have put together an installer package for RaopX. The installer should work on any Intel based Mac running Os X 10.5 or newer, and it installs both the [...]]]></description>
		<wfw:commentRss>http://www.hersson.net/macosx/raopx-installer-package-available/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion and xinetd on Ubuntu</title>
		<link>http://www.hersson.net/technotes/subversion-and-xinetd-on-ubuntu</link>
		<comments>http://www.hersson.net/technotes/subversion-and-xinetd-on-ubuntu#comments</comments>
		<pubDate>Sun, 27 Dec 2009 12:20:03 +0000</pubDate>
		<dc:creator>Hersson</dc:creator>
				<category><![CDATA[Subversion]]></category>
		<category><![CDATA[TechNotes]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.hersson.net/?p=315</guid>
		<description><![CDATA[Setup subversion as an xinetd process in a few simple steps. Install software sudo aptitude install xinetd subversion Create root/home directory for subversion sudo mkdir /var/svn Create a user account for subversion sudo adduser --system --home /var/svn --no-create-home --disabled-password --disabled-login --group svn Give ownership of the svn root directory to the svn user chown -R [...]]]></description>
		<wfw:commentRss>http://www.hersson.net/technotes/subversion-and-xinetd-on-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
