<?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>Darren Holloway &#187; googlefood</title>
	<atom:link href="http://fhf.org/archives/category/googlefood/feed" rel="self" type="application/rss+xml" />
	<link>http://fhf.org</link>
	<description>Darren Holloway</description>
	<lastBuildDate>Tue, 31 Jan 2012 05:57:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Compiling Afner fails with gcc 4.5+</title>
		<link>http://fhf.org/archives/681</link>
		<comments>http://fhf.org/archives/681#comments</comments>
		<pubDate>Fri, 26 Aug 2011 21:27:43 +0000</pubDate>
		<dc:creator>darren</dc:creator>
				<category><![CDATA[googlefood]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://fhf.org/?p=681</guid>
		<description><![CDATA[WARNING: Googlefood, thus boring&#8230; Issue: Afner compiled fine with GCC 4.4, but when trying to compile Afner with GCC 4.5 or later, the compilation dies with: suffixtree.h:66:14: error: class ns_suffixtree::suffixtree::node is protected suffixtree.cpp:208:19: error: within this context suffixtree.cpp:208:1: error: ns_suffixtree::suffixtree::node::node names the constructor, not the type Problem: Between GCC 4.4 and 4.5, the compiler changed [...]]]></description>
		<wfw:commentRss>http://fhf.org/archives/681/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find which linux distribution you are running from a shell script</title>
		<link>http://fhf.org/archives/668</link>
		<comments>http://fhf.org/archives/668#comments</comments>
		<pubDate>Fri, 10 Jun 2011 18:00:02 +0000</pubDate>
		<dc:creator>darren</dc:creator>
				<category><![CDATA[googlefood]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell Scripting]]></category>

		<guid isPermaLink="false">http://fhf.org/?p=668</guid>
		<description><![CDATA[sed -n -e &#8216;s/ *(.*)//g&#8217; -e &#8216;s/ /-/g&#8217; -e &#8217;1p&#8217; /etc/issue Examples: nethead2:$ sed -n -e 's/ *(.*)//g' -e 's/ /-/g' -e '1p' /etc/issue Scientific-Linux-release-6.0 dhollowa-106$ sed -n -e 's/ *(.*)//g' -e 's/ /-/g' -e '1p' /etc/issue CentOS-release-5.6]]></description>
		<wfw:commentRss>http://fhf.org/archives/668/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

