<?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>A long long way from home &#187; Things Lunix</title>
	<atom:link href="http://ormset.no/wordpress/category/techstuff/things-lunix/feed/" rel="self" type="application/rss+xml" />
	<link>http://ormset.no/wordpress</link>
	<description></description>
	<lastBuildDate>Sun, 29 Aug 2010 18:42:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to undelete files on an ext3 file system</title>
		<link>http://ormset.no/wordpress/2008/03/14/how-to-undelete-files-on-an-ext3-file-system/</link>
		<comments>http://ormset.no/wordpress/2008/03/14/how-to-undelete-files-on-an-ext3-file-system/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 00:56:37 +0000</pubDate>
		<dc:creator>ola</dc:creator>
				<category><![CDATA[TechStuff]]></category>
		<category><![CDATA[Things Lunix]]></category>

		<guid isPermaLink="false">http://ormset.no/wordpress/2008/03/14/how-to-undelete-files-on-an-ext3-file-system/</guid>
		<description><![CDATA[Just so I remember it, here&#8217;s how: http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html
]]></description>
			<content:encoded><![CDATA[<p>Just so I remember it, here&#8217;s how: <a href="http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html">http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ormset.no/wordpress/2008/03/14/how-to-undelete-files-on-an-ext3-file-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OLPC er fin, men står den seg mot EEE PC?</title>
		<link>http://ormset.no/wordpress/2008/03/13/olpc-er-fin-men-star-den-seg-mot-eee-pc/</link>
		<comments>http://ormset.no/wordpress/2008/03/13/olpc-er-fin-men-star-den-seg-mot-eee-pc/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 14:08:03 +0000</pubDate>
		<dc:creator>ola</dc:creator>
				<category><![CDATA[In the news]]></category>
		<category><![CDATA[Things Lunix]]></category>

		<guid isPermaLink="false">http://ormset.no/wordpress/2008/03/13/olpc-er-fin-men-star-den-seg-mot-eee-pc/</guid>
		<description><![CDATA[Dagbladet har endeleg oppdaga OLPC, og skriv faktisk ein ok artikkel om historien og tanken bak den. For oss som er litt meir vaksne er slike små ultramobile laptopar ganske så interessante å ha med når ein er på farten, og OLPC er bortsett frå den horrible fargen eit ganske bra alternativ. Det finnest dog [...]]]></description>
			<content:encoded><![CDATA[<p>Dagbladet har endeleg oppdaga <a href="http://en.wikipedia.org/wiki/Olpc">OLPC</a>, og skriv faktisk ein ok <a href="http://www.dagbladet.no/magasinet/2008/03/13/529564.html">artikkel om historien og tanken bak den</a>. For oss som er litt meir vaksne er slike små ultramobile laptopar ganske så interessante å ha med når ein er på farten, og OLPC er bortsett frå den horrible fargen eit ganske bra alternativ. Det finnest dog ein annan liten røvar som heiter <a href="http://en.wikipedia.org/wiki/Eee_pc">EEE PC</a>, som er konkurransedyktig i pris (vi snakker USA-priser..).  <a href="http://www.laptopmag.com/">Laptopmag.com</a> har ei artig <a href="http://www.laptopmag.com/review/laptops/OLPC-XO-vs-Asus-Eee-PC-701.aspx">samanlikning mellom OLPC og EEE PC</a>. Personleg tykkjer eg at EEE PC har ein stor fordel i at han har eit tastatur med <a href="http://www.patentstorm.us/patents/6218966-description.html">tactile feedback</a>, gummimatta til OLPC er ikkje spesielt god å skrive på <a href="http://en.wiktionary.org/wiki/IMHO">IMHO</a>. Og ein skulle vel tru at softwaren til OLPC (Linux) skulle klare å køyre på Linux-baserte EEE PC også?</p>
]]></content:encoded>
			<wfw:commentRss>http://ormset.no/wordpress/2008/03/13/olpc-er-fin-men-star-den-seg-mot-eee-pc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Found the bug.</title>
		<link>http://ormset.no/wordpress/2007/08/19/found-the-bug/</link>
		<comments>http://ormset.no/wordpress/2007/08/19/found-the-bug/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 14:24:55 +0000</pubDate>
		<dc:creator>ola</dc:creator>
				<category><![CDATA[Things Lunix]]></category>

		<guid isPermaLink="false">http://ormset.no/wordpress/?p=172</guid>
		<description><![CDATA[When getting the list of blog entries, this select is executed:
SELECT SQL_CALC_FOUND_ROWS  wp_posts.*
FROM wp_posts
LEFT JOIN wp_postmeta ON wp_postmeta.post_id = wp_posts.ID
WHERE 1=1  AND (post_type = &#8216;post&#8217; AND (post_status = &#8216;publish&#8217;))
  AND ((wp_postmeta.meta_key != &#8216;wpicasa_imgfilename&#8217;
  AND wp_postmeta.meta_key != &#8216;wpicasa_album&#8217; AND wp_postmeta.meta_key != &#8216;wpicasa_folder&#8217;) OR wp_postmeta.meta_key IS NULL)
ORDER BY post_date DESC LIMIT 0, 5
For some reason the newest [...]]]></description>
			<content:encoded><![CDATA[<p>When getting the list of blog entries, this select is executed:</p>
<blockquote><p>SELECT SQL_CALC_FOUND_ROWS  wp_posts.*<br />
FROM wp_posts<br />
LEFT JOIN wp_postmeta ON wp_postmeta.post_id = wp_posts.ID<br />
WHERE 1=1  AND (post_type = &#8216;post&#8217; AND (post_status = &#8216;publish&#8217;))<br />
  AND ((wp_postmeta.meta_key != &#8216;wpicasa_imgfilename&#8217;<br />
  AND wp_postmeta.meta_key != &#8216;wpicasa_album&#8217; AND wp_postmeta.meta_key != &#8216;wpicasa_folder&#8217;) OR wp_postmeta.meta_key IS NULL)<br />
ORDER BY post_date DESC LIMIT 0, 5</p></blockquote>
<p>For some reason the newest WP adds two rows in wp_postmeta per post.</p>
<blockquote><p>mysql&gt; select * from wp_postmeta where post_id = 171;<br />
+&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;+<br />
| meta_id | post_id | meta_key   | meta_value |<br />
+&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;+<br />
|     219 |     171 | _pingme    | 1          |<br />
|     220 |     171 | _encloseme | 1          |<br />
+&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;+<br />
2 rows in set (0.00 sec)</p></blockquote>
<p>This leads to getting two duplicate rows back from the query. I solved this by patching the code, adding a DISTINCT after the SELECT. My bet is that this is some trouble with some weirdo plugin or whatnot, so I&#8217;ll just let it slide..</p>
]]></content:encoded>
			<wfw:commentRss>http://ormset.no/wordpress/2007/08/19/found-the-bug/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finally a unified configuration applet for Xorg..</title>
		<link>http://ormset.no/wordpress/2007/08/19/finally-a-unified-configuration-applet-for-xorg/</link>
		<comments>http://ormset.no/wordpress/2007/08/19/finally-a-unified-configuration-applet-for-xorg/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 14:16:15 +0000</pubDate>
		<dc:creator>ola</dc:creator>
				<category><![CDATA[Things Lunix]]></category>

		<guid isPermaLink="false">http://ormset.no/wordpress/?p=170</guid>
		<description><![CDATA[&#8230;or at least that was what I hoped. In the update to this article it says it will not be ready in Ubuntu before april 2008.  The lack of an easy way of setting up X was my main reason for switching over to MacOSX last year after seven years as a Linux (laptop) user. [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;or at least that was what I hoped. In the update to <a href="http://fosswire.com/2007/08/17/ubuntu-getting-xorgconf-gui/">this article</a> it says it will not be ready in Ubuntu before april 2008.  The lack of an easy way of setting up X was my main reason for switching over to MacOSX last year after seven years as a Linux (laptop) user. Having to restart the graphical interface just because you plug in an extra display was too annoying for me to live with. However, it seems I may live happily with my MacBook Pro for quite a while longer anyway <img src='http://ormset.no/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>UPDATE: As Ola Lindberg point out in the comments, the configuration applet actually _did_ make it&#8217;s way into Gutsy. And it works. Mostly <img src='http://ormset.no/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ormset.no/wordpress/2007/08/19/finally-a-unified-configuration-applet-for-xorg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ugh, some stupid error in Wordpress double-posts my entries.</title>
		<link>http://ormset.no/wordpress/2007/08/19/ugh-some-stupid-error-in-wordpress-double-posts-my-entries/</link>
		<comments>http://ormset.no/wordpress/2007/08/19/ugh-some-stupid-error-in-wordpress-double-posts-my-entries/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 13:18:35 +0000</pubDate>
		<dc:creator>ola</dc:creator>
				<category><![CDATA[Things Lunix]]></category>

		<guid isPermaLink="false">http://ormset.no/wordpress/?p=171</guid>
		<description><![CDATA[Just take a look at the post about Xorg config earlier today..
]]></description>
			<content:encoded><![CDATA[<p>Just take a look at the post about Xorg config earlier today..</p>
]]></content:encoded>
			<wfw:commentRss>http://ormset.no/wordpress/2007/08/19/ugh-some-stupid-error-in-wordpress-double-posts-my-entries/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
