<?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>Place Ghantoos &#187; howto</title>
	<atom:link href="http://ghantoos.org/tag/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://ghantoos.org</link>
	<description>ghantoos.org</description>
	<lastBuildDate>Thu, 02 Feb 2012 16:13:26 +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>My first shot of NetBSD (5.0)</title>
		<link>http://ghantoos.org/2009/05/12/my-first-shot-of-netbsd/</link>
		<comments>http://ghantoos.org/2009/05/12/my-first-shot-of-netbsd/#comments</comments>
		<pubDate>Tue, 12 May 2009 16:34:54 +0000</pubDate>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[kvm]]></category>
		<category><![CDATA[netbsd]]></category>
		<category><![CDATA[pkgsrc]]></category>
		<category><![CDATA[qemu]]></category>

		<guid isPermaLink="false">http://ghantoos.org/?p=550</guid>
		<description><![CDATA[As I heard a lot about NetBSD lately, especially with NetBSD5.0 being released, I thought I would give it a try. I admit, I had a preconceived idea of what I was going to face. I thought I would have to go a couple of time through the installer, try to understand how to use [...]]]></description>
		<wfw:commentRss>http://ghantoos.org/2009/05/12/my-first-shot-of-netbsd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>python: pyExcelerator module very little howto</title>
		<link>http://ghantoos.org/2007/10/25/python-pyexcelerator-small-howto/</link>
		<comments>http://ghantoos.org/2007/10/25/python-pyexcelerator-small-howto/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 15:02:31 +0000</pubDate>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[column width]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[pyExcelerator]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://ghantoos.org/index.php/2007/10/25/python-pyexcelerator-small-howto/</guid>
		<description><![CDATA[As a small reminder for myself, I post the thread about pyExcelerator. pyExcelerator is a nice little python module that let’s you write Excel files (not openOffice spreadsheet, the other kind..). For Ubuntu users, it is very easy to install: sudo apt-get install python-excelerator Here basic script to write in ‘Hello World!’ excel file: #!/usr/bin/env [...]]]></description>
		<wfw:commentRss>http://ghantoos.org/2007/10/25/python-pyexcelerator-small-howto/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>kvm/qemu bridging with dummy network card</title>
		<link>http://ghantoos.org/2007/10/24/kvmqemu-bridging-with-dummy-network-card/</link>
		<comments>http://ghantoos.org/2007/10/24/kvmqemu-bridging-with-dummy-network-card/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 18:34:28 +0000</pubDate>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bridging]]></category>
		<category><![CDATA[dummy0]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[kvm]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[qemu]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualisation]]></category>

		<guid isPermaLink="false">http://ghantoos.org/index.php/2007/10/24/kvmqemu-bridging-with-dummy-network-card/</guid>
		<description><![CDATA[I wanted to setup some VMs using kvm (i had the same problem using xen). The solution a chose to connect my VMs to the internet was to do it through bridging. My only problem is that my eth0 (main and only ethernet card is connected straight to the Internet. So bridging loses its meaning [...]]]></description>
		<wfw:commentRss>http://ghantoos.org/2007/10/24/kvmqemu-bridging-with-dummy-network-card/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HOWTO: apache2 &amp; mod_python.psp</title>
		<link>http://ghantoos.org/2007/10/05/howto-apache2-mod_pythonpsp/</link>
		<comments>http://ghantoos.org/2007/10/05/howto-apache2-mod_pythonpsp/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 22:03:56 +0000</pubDate>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[embeded]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mod-python]]></category>
		<category><![CDATA[mod-python.psp]]></category>
		<category><![CDATA[psp]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://ghantoos.org/index.php/2007/10/05/howto-apache2-mod_pythonpsp/</guid>
		<description><![CDATA[Here is a second howto about the PSP handler of mod_python. Hope this is useful! http://ghantoos.org/index.php/howto-apache2-mod_python/#mod_python.psp Cheers, Ghantoos]]></description>
		<wfw:commentRss>http://ghantoos.org/2007/10/05/howto-apache2-mod_pythonpsp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: apache2 &amp; mod_python.publisher</title>
		<link>http://ghantoos.org/2007/09/29/howto-apache2-mod_python/</link>
		<comments>http://ghantoos.org/2007/09/29/howto-apache2-mod_python/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 18:20:17 +0000</pubDate>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mod-python]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://ghantoos.org/index.php/2007/09/29/howto-apache2-mod_python/</guid>
		<description><![CDATA[After a bit of research and some debugging time, and as i couldn&#8217;t find obvious mod_python howtos, I decided to write a little Apache2/mod_python.publisher howto. http://ghantoos.org/index.php/howto-apache2-mod_python/ Cheers, Ghantoos]]></description>
		<wfw:commentRss>http://ghantoos.org/2007/09/29/howto-apache2-mod_python/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

