<?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</title>
	<atom:link href="http://ghantoos.org/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>Debian: restore grub on sd{a,b} using grub-mkdevicemap and grub-install</title>
		<link>http://ghantoos.org/2012/01/29/debian-restore-grub-on-sdab-using-grub-mkdevicemap-and-grub-install/</link>
		<comments>http://ghantoos.org/2012/01/29/debian-restore-grub-on-sdab-using-grub-mkdevicemap-and-grub-install/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 02:02:06 +0000</pubDate>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian grub tip]]></category>

		<guid isPermaLink="false">http://ghantoos.org/?p=962</guid>
		<description><![CDATA[I had to reinstall grub on the MBR of one of machines. After resizing a GPT partition, and actually writing the changes on the disk&#8217;s partition table, my MBR was erased (the MBR is controlled by the GTP partition table), thus removing my dear grub. Anyways, after rebooting my machine using the Debian Installation disk, [...]]]></description>
		<wfw:commentRss>http://ghantoos.org/2012/01/29/debian-restore-grub-on-sdab-using-grub-mkdevicemap-and-grub-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating sourceforge CVS source repository to github</title>
		<link>http://ghantoos.org/2010/11/11/migrating-sourceforge-cvs-source-repository-to-github/</link>
		<comments>http://ghantoos.org/2010/11/11/migrating-sourceforge-cvs-source-repository-to-github/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 19:42:04 +0000</pubDate>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[lshell]]></category>

		<guid isPermaLink="false">http://ghantoos.org/?p=920</guid>
		<description><![CDATA[As many lshell users showed interest in an git repository to facilitate their contribution, I finally took the time to do the migration. Lshell&#8217;s source code was hosted in CVS repository at sf.net. As I wanted to keep all the commits history, I had to properly migrate all the information from CVS to GIT. There [...]]]></description>
		<wfw:commentRss>http://ghantoos.org/2010/11/11/migrating-sourceforge-cvs-source-repository-to-github/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>requestsync: package sync requests from Debian to Ubuntu</title>
		<link>http://ghantoos.org/2010/09/03/requestsync-package-sync-requests-from-debian-to-ubuntu/</link>
		<comments>http://ghantoos.org/2010/09/03/requestsync-package-sync-requests-from-debian-to-ubuntu/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 22:16:19 +0000</pubDate>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ghantoos.org/?p=900</guid>
		<description><![CDATA[One of the Debian packages I maintain was just uploaded to Unstable (going into Squeeze). As this upload closed a Launchpad bug, and I appear as the maintainer of gip in Ubuntu too [1], I had alert the Ubuntu folks in order for them to synchronize the latest package. The procedure is well described in [...]]]></description>
		<wfw:commentRss>http://ghantoos.org/2010/09/03/requestsync-package-sync-requests-from-debian-to-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>screen(1), /etc/profile, ~/.profile, /etc/bash.bashrc and ~/.bashrc</title>
		<link>http://ghantoos.org/2010/08/31/screen-profile-and-bashrc/</link>
		<comments>http://ghantoos.org/2010/08/31/screen-profile-and-bashrc/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 10:36:08 +0000</pubDate>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bashrc]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://ghantoos.org/?p=885</guid>
		<description><![CDATA[For a while, I have been having problems with screen(1) on some of my machines. I am not the &#8220;colors in my terminal&#8221; type of guy. But unfortunately, when you get used to having &#8220;some&#8221; colors out there, it is disturbing to lose them when going inside a screen. The problem was that screen(1) did [...]]]></description>
		<wfw:commentRss>http://ghantoos.org/2010/08/31/screen-profile-and-bashrc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD: keep root&#8217;s shell inside /bin!</title>
		<link>http://ghantoos.org/2009/12/18/freebsd-keep-roots-shell-inside-bin/</link>
		<comments>http://ghantoos.org/2009/12/18/freebsd-keep-roots-shell-inside-bin/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 17:11:00 +0000</pubDate>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ghantoos.org/?p=810</guid>
		<description><![CDATA[I just upgraded my server from FreeBSD 7.2-RELEASE to 8.0-RELEASE. The upgrade steps are very clearly stated in the FreeBSD 8.0-RELEASE Announcement. Everything went as planned, until the penultimate step, where I was supposed to follow Colin Percival&#8217;s instructions and rebuild all my ports before executing the final: freebsd-update install. Instead of rebuilding my ports, [...]]]></description>
		<wfw:commentRss>http://ghantoos.org/2009/12/18/freebsd-keep-roots-shell-inside-bin/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Running Debian on a Samsung Galaxy under Android</title>
		<link>http://ghantoos.org/2009/08/08/running-debian-on-a-samsung-galaxy-under-android/</link>
		<comments>http://ghantoos.org/2009/08/08/running-debian-on-a-samsung-galaxy-under-android/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 00:57:18 +0000</pubDate>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[chroot]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[galaxy]]></category>
		<category><![CDATA[samsung]]></category>

		<guid isPermaLink="false">http://ghantoos.org/?p=731</guid>
		<description><![CDATA[I have read many tutorials that explain how to install a debian on the G1 phone (running Google&#8217;s Android too). Here is a compilation of what I have done on my Samsung Galaxy (i7500) in order to get a root access and install a debian system on it. 1- Root access 2- Debian installation 1- [...]]]></description>
		<wfw:commentRss>http://ghantoos.org/2009/08/08/running-debian-on-a-samsung-galaxy-under-android/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<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>Windows, botnets et vos données privées</title>
		<link>http://ghantoos.org/2009/05/06/windows-botnets-et-vos-donnees-privees/</link>
		<comments>http://ghantoos.org/2009/05/06/windows-botnets-et-vos-donnees-privees/#comments</comments>
		<pubDate>Wed, 06 May 2009 15:51:23 +0000</pubDate>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[sécurité]]></category>
		<category><![CDATA[vie privée]]></category>

		<guid isPermaLink="false">http://ghantoos.org/?p=501</guid>
		<description><![CDATA[Hello, it&#8217;s me again! Dans un tout autre contexte, je vous propose d&#8217;élaborer un exemple d&#8217;insécurité informatique sur les machines Windows (XP ou Vista) qui sont branchées sur Internet. Il y a quelques jours, des chercheurs de l&#8217;université de UC Santa Barbara, ont publié un rapport résumant la méthode de prise de contrôle d&#8217;un Botnet [...]]]></description>
		<wfw:commentRss>http://ghantoos.org/2009/05/06/windows-botnets-et-vos-donnees-privees/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian, BCM4328 and ndiswrapper</title>
		<link>http://ghantoos.org/2009/04/30/debian-bcm4328-and-ndiswrapper/</link>
		<comments>http://ghantoos.org/2009/04/30/debian-bcm4328-and-ndiswrapper/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 18:31:31 +0000</pubDate>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BCM4328]]></category>
		<category><![CDATA[bcmwl5]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ndiswrapper]]></category>
		<category><![CDATA[ssb]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://ghantoos.org/?p=410</guid>
		<description><![CDATA[This is just a small post that may help those who are trying to install the wifi modules of a BCM4328 card on a debian OS using ndiswrapper. The debian wiki explains very well how to install the necessary windows drivers using ndiswrapper, so I won&#8217;t go into details. Here are the main steps: $ [...]]]></description>
		<wfw:commentRss>http://ghantoos.org/2009/04/30/debian-bcm4328-and-ndiswrapper/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Disable touchpad while typing on keyboard</title>
		<link>http://ghantoos.org/2009/04/07/disable-touchpad-while-typing-on-keyboard/</link>
		<comments>http://ghantoos.org/2009/04/07/disable-touchpad-while-typing-on-keyboard/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 23:36:32 +0000</pubDate>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[mouse pad]]></category>
		<category><![CDATA[synaptics]]></category>
		<category><![CDATA[touchpad]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://ghantoos.org/?p=363</guid>
		<description><![CDATA[I don&#8217;t know how you feel about it, but when my hand touches the touchpad &#8220;mouse pad&#8221; while I am typing on my keyboard, and changes to windows focus or the mouse positioning, it annoys me, A LOT! So here&#8217;s what I did to get over this issue on my debian box. It shouldn&#8217;t be [...]]]></description>
		<wfw:commentRss>http://ghantoos.org/2009/04/07/disable-touchpad-while-typing-on-keyboard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My memo -cheatsheet- page</title>
		<link>http://ghantoos.org/2009/04/05/my-memo-page/</link>
		<comments>http://ghantoos.org/2009/04/05/my-memo-page/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 12:54:20 +0000</pubDate>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pense-bête]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://ghantoos.org/?p=327</guid>
		<description><![CDATA[I have added a new page to my blog today. It lists commands/tips I collected over the past couple of month. I will be updating it every once in while. Please don’t hesitate to comment suggesting/correcting commands :) I hope this can be useful! Cheers, Ignace M -ghantoos-]]></description>
		<wfw:commentRss>http://ghantoos.org/2009/04/05/my-memo-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting UFS in read/write under Linux (debian)</title>
		<link>http://ghantoos.org/2009/04/04/mounting-ufs-in-readwrite-under-linux/</link>
		<comments>http://ghantoos.org/2009/04/04/mounting-ufs-in-readwrite-under-linux/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 13:08:42 +0000</pubDate>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[UFS]]></category>
		<category><![CDATA[write]]></category>

		<guid isPermaLink="false">http://ghantoos.org/?p=232</guid>
		<description><![CDATA[A week ago, I encountered some space problems on my FreeBSD system during a system wide portupgrade. Fortunately, I had backed up my system just before the adventure, so my system was saved. The procedure I followed to restore my data, was: 1- recreate my partitioning, giving 10 more Gigs to the system, using the [...]]]></description>
		<wfw:commentRss>http://ghantoos.org/2009/04/04/mounting-ufs-in-readwrite-under-linux/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Creating a .deb package from a python setup.py</title>
		<link>http://ghantoos.org/2008/10/19/creating-a-deb-package-from-a-python-setuppy/</link>
		<comments>http://ghantoos.org/2008/10/19/creating-a-deb-package-from-a-python-setuppy/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 20:09:19 +0000</pubDate>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[distutils]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[packaging]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[setup.py]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ghantoos.org/?p=49</guid>
		<description><![CDATA[This article has been updated on July 2nd 2009. As I worked on packaging a project I am working on (Limited Shell) I found my self reading many tutorials on how to build debian packages. But none where related to distutils setup.py. As a nice setup.py natively knows how to package RPM, I thought about [...]]]></description>
		<wfw:commentRss>http://ghantoos.org/2008/10/19/creating-a-deb-package-from-a-python-setuppy/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>YUM output parser (yum-parser.py)</title>
		<link>http://ghantoos.org/2008/09/28/yum-output-parser/</link>
		<comments>http://ghantoos.org/2008/09/28/yum-output-parser/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 17:51:58 +0000</pubDate>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[progressbar]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://ghantoos.org/?p=46</guid>
		<description><![CDATA[As I needed to minimize yum&#8217;s output for a project I was working on, I thought it was just about changing the debugging level. But I found out yum&#8217;s debugging level could add information, but not minimize it. So wrote a small python script that does the job. What I wanted to do, is replace [...]]]></description>
		<wfw:commentRss>http://ghantoos.org/2008/09/28/yum-output-parser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Limited Shell (lshell)</title>
		<link>http://ghantoos.org/2008/01/29/limited-shell-lshell/</link>
		<comments>http://ghantoos.org/2008/01/29/limited-shell-lshell/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 09:42:54 +0000</pubDate>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[limited shell]]></category>
		<category><![CDATA[lshell]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[restricted environment]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://ghantoos.org/2008/01/29/limited-shell-lshell/</guid>
		<description><![CDATA[As I was wondering how I could do to relieve my wrt54gl from the huge weight of libopenssl and nsupdate, I thought.. Wouldn&#8217;t it be cool if I could set a very restricted account on my server, and just ask my wrt54gl to ssh to it and execute locally nsupdate. So I started searching for [...]]]></description>
		<wfw:commentRss>http://ghantoos.org/2008/01/29/limited-shell-lshell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

