<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.6" -->
<rss version="0.92">
<channel>
	<title>Place Ghantoos</title>
	<link>http://ghantoos.org</link>
	<description>ghantoos.org</description>
	<lastBuildDate>Tue, 22 Dec 2009 11:08:47 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>FreeBSD: keep root&#8217;s shell inside /bin!</title>
		<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, I just [...]]]></description>
		<link>http://ghantoos.org/2009/12/18/freebsd-keep-roots-shell-inside-bin/</link>
			</item>
	<item>
		<title>Running Debian on a Samsung Galaxy under Android</title>
		<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- Root access
In order to [...]]]></description>
		<link>http://ghantoos.org/2009/08/08/running-debian-on-a-samsung-galaxy-under-android/</link>
			</item>
	<item>
		<title>My first shot of NetBSD (5.0)</title>
		<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 the [...]]]></description>
		<link>http://ghantoos.org/2009/05/12/my-first-shot-of-netbsd/</link>
			</item>
	<item>
		<title>Windows, botnets et vos données privées</title>
		<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 appelé TORPIG.

Dans [...]]]></description>
		<link>http://ghantoos.org/2009/05/06/windows-botnets-et-vos-donnees-privees/</link>
			</item>
	<item>
		<title>Debian, BCM4328 and ndiswrapper</title>
		<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:
$ sudo apt-get [...]]]></description>
		<link>http://ghantoos.org/2009/04/30/debian-bcm4328-and-ndiswrapper/</link>
			</item>
	<item>
		<title>Disable touchpad while typing on keyboard</title>
		<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 very [...]]]></description>
		<link>http://ghantoos.org/2009/04/07/disable-touchpad-while-typing-on-keyboard/</link>
			</item>
	<item>
		<title>My memo -cheatsheet- page</title>
		<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>
		<link>http://ghantoos.org/2009/04/05/my-memo-page/</link>
			</item>
	<item>
		<title>Mounting UFS in read/write under Linux (debian)</title>
		<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 FreeBSD installation [...]]]></description>
		<link>http://ghantoos.org/2009/04/04/mounting-ufs-in-readwrite-under-linux/</link>
			</item>
	<item>
		<title>Creating a .deb package from a python setup.py</title>
		<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>
		<link>http://ghantoos.org/2008/10/19/creating-a-deb-package-from-a-python-setuppy/</link>
			</item>
	<item>
		<title>YUM output parser (yum-parser.py)</title>
		<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 yum&#8217;s [...]]]></description>
		<link>http://ghantoos.org/2008/09/28/yum-output-parser/</link>
			</item>
	<item>
		<title>Limited Shell (lshell)</title>
		<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>
		<link>http://ghantoos.org/2008/01/29/limited-shell-lshell/</link>
			</item>
	<item>
		<title>WRT54GL: OpenWRT Kamikaze 0.9 and dynamic DNS (nsupdate/bind)</title>
		<description><![CDATA[Hello again,
My first objective was to update my DNS from my home. The problem was:
1- I wanted it to be secure (at least the most secure possible)
2- my PC is behind a beautiful WRT54GL which leaves me with nothing but my LAN IP.
I had to install the stuff on my linksys running Kamikaze0.9 of OpenWRT.
After [...]]]></description>
		<link>http://ghantoos.org/2007/11/29/wrt54gl-openwrt-kamikaze-09-and-dynamic-dns-nsupdatebind/</link>
			</item>
	<item>
		<title>Nokia N70 (S60 series), python and your PC</title>
		<description><![CDATA[Here is a small briefing of how to connect your Nokia S60 series and your PC through bluetooth:
1- to send a file to your mobile
2- to get your mobile python console on your box!

First of all, I installed some packages, for Ubuntu users:
sudo apt-get install ussp-push bluez-utils bluez-gnome gnome-bluetooth
1- Sending a file to your phone
The [...]]]></description>
		<link>http://ghantoos.org/2007/11/22/nokia-n70-s60-series-python-and-your-pc/</link>
			</item>
	<item>
		<title>python: pyExcelerator module very little howto</title>
		<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 python    [...]]]></description>
		<link>http://ghantoos.org/2007/10/25/python-pyexcelerator-small-howto/</link>
			</item>
	<item>
		<title>L’open-source, rempart aux effets néfastes de l’orgueil du développeur… By Stephbul</title>
		<description><![CDATA[Voici un article clairvoyant notant la différence entre la fierté et l&#8217;orgueil d&#8217;un développeur qui publie son travail en opensource.. ou pas.
http://www.bulot.org/2007/10/25/lopen-source-rempart-aux-effets-nefastes-de-lorgueil-du-developpeur/ 
cheers Stephbul!
Ghantoos
]]></description>
		<link>http://ghantoos.org/2007/10/25/l%e2%80%99open-source-rempart-aux-effets-nefastes-de-l%e2%80%99orgueil-du-developpeur%e2%80%a6-by-stephbul/</link>
			</item>
</channel>
</rss>
