<?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>&#124;\&#124; &#124; &#124;-&#124; € [) &#187; linux</title>
	<atom:link href="http://blog.nihed.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nihed.com</link>
	<description>Linux, Formula1, Girls ...</description>
	<lastBuildDate>Sat, 04 Sep 2010 17:04:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Différence entre adduser et useradd</title>
		<link>http://blog.nihed.com/2010/07/difference-adduser-useradd/</link>
		<comments>http://blog.nihed.com/2010/07/difference-adduser-useradd/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 21:26:00 +0000</pubDate>
		<dc:creator>nihed</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.nihed.com/?p=451</guid>
		<description><![CDATA[J&#8217;ai remarqué sur linux que pour l&#8217;ajout d&#8217;un utilisateur, il y avait deux commandes useradd et adduser. Je me suis posé la question à plusieurs reprises pourquoi ?? Notre petite enquête nous a révélé qu&#8217;il existe au début de l&#8217;air de linux et des systèmes POSIX qu&#8217;une seul commande useradd qui est la même dans [...]]]></description>
		<wfw:commentRss>http://blog.nihed.com/2010/07/difference-adduser-useradd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Webmin on fedora Rawhide</title>
		<link>http://blog.nihed.com/2010/06/webmin-on-fedora-rawhide/</link>
		<comments>http://blog.nihed.com/2010/06/webmin-on-fedora-rawhide/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 09:13:31 +0000</pubDate>
		<dc:creator>nihed</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.nihed.com/?p=409</guid>
		<description><![CDATA[Webin is a web based application to manage Linux Server. (wikipedia) The installation is very easy and provide a simple interface to setup System (Disk, password, Cron, Packages,&#8230;), Servers ( Apache, Mysql, Postgresql, &#8230;), Network, hardware,&#8230; First, we must install some dependencies # yum install openssl perl perl-Net-SSLeay perl-Crypt-SSLeay Then, We import rpm signature #rpm [...]]]></description>
		<wfw:commentRss>http://blog.nihed.com/2010/06/webmin-on-fedora-rawhide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pg_top</title>
		<link>http://blog.nihed.com/2010/06/pg_top/</link>
		<comments>http://blog.nihed.com/2010/06/pg_top/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 10:10:17 +0000</pubDate>
		<dc:creator>nihed</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://blog.nihed.com/?p=401</guid>
		<description><![CDATA[pg_top is a top linux command like for postgresql server. It&#8217;s a way to monitor and analyse query execution. To install on fedora like server : $sudo yum install pg_top Most used options are : -h to define hostname -d to select a database -U to choose a user -W to get prompt for password]]></description>
		<wfw:commentRss>http://blog.nihed.com/2010/06/pg_top/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora, Aiesec 21 Avril 2010</title>
		<link>http://blog.nihed.com/2010/04/fedora-aiesec-21-avril-2010/</link>
		<comments>http://blog.nihed.com/2010/04/fedora-aiesec-21-avril-2010/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 18:08:42 +0000</pubDate>
		<dc:creator>nihed</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.nihed.com/?p=389</guid>
		<description><![CDATA[Le mercredi dernier, j&#8217;ai présenté fedora durant une conférence organisé par Aiesec. Je voudrais les remercier au passage. Pour ce qui est de ma présentation j&#8217;ai présenté fedora à partir des diapos de john Babich de Gitex 2007 j&#8217;ai ajouté un aperçu de fedora 13 et une partie portante sur fedora en Tunisie.]]></description>
		<wfw:commentRss>http://blog.nihed.com/2010/04/fedora-aiesec-21-avril-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java and fedora</title>
		<link>http://blog.nihed.com/2010/03/java-and-fedora/</link>
		<comments>http://blog.nihed.com/2010/03/java-and-fedora/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 11:04:40 +0000</pubDate>
		<dc:creator>nihed</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.nihed.com/?p=380</guid>
		<description><![CDATA[Some Java dependencies and packages are not available on fedora official repositories. The solution is to add JPackage repo. As root #cd /etc/yum.repos.d/ #wget http://www.jpackage.org/jpackage50.repo You can see http://www.jpackage.org/ if there new updates. JPackage can be used with fedora, redhat, centos, mandriva and many distributions.]]></description>
		<wfw:commentRss>http://blog.nihed.com/2010/03/java-and-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Récupérer la collection du Bokbok</title>
		<link>http://blog.nihed.com/2010/01/recuperer-bokbok/</link>
		<comments>http://blog.nihed.com/2010/01/recuperer-bokbok/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 22:00:05 +0000</pubDate>
		<dc:creator>nihed</dc:creator>
				<category><![CDATA[astuce]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.nihed.com/?p=330</guid>
		<description><![CDATA[Un truc intéressant dans le journal lapresse (à part les annonces) est le dessin du jour qui représente notre bokbok critiquant le quotidien tunisien. Je vais vous montrer comment faire pour récupérer toute la collection à travers un script bash (utilisable que sur Linux désolé ). Création d&#8217;un fichier script.sh Ajout du contenu suivant : [...]]]></description>
		<wfw:commentRss>http://blog.nihed.com/2010/01/recuperer-bokbok/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Ruby + Postgres on fedora</title>
		<link>http://blog.nihed.com/2009/11/ruby-postgres-on-fedora/</link>
		<comments>http://blog.nihed.com/2009/11/ruby-postgres-on-fedora/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 13:50:55 +0000</pubDate>
		<dc:creator>nihed</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.nihed.com/?p=293</guid>
		<description><![CDATA[For persons who want to use postgres database on a Ruby program, a package are available. To install this package use this command : yum install ruby-postgres You can use this sample of code to test installation : #!/usr/bin/ruby require &#8216;postgres&#8217; &#160; conn = PGconn.connect&#40;&#34;host&#34;, 5432, &#8221;, &#8221;, &#34;database&#34;, &#34;user&#34;, &#34;password&#34;&#41; &#160; res &#160;= conn.exec&#40;&#8216;select [...]]]></description>
		<wfw:commentRss>http://blog.nihed.com/2009/11/ruby-postgres-on-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paris, Solution Linux 2009</title>
		<link>http://blog.nihed.com/2009/04/paris-solution-linux-2009/</link>
		<comments>http://blog.nihed.com/2009/04/paris-solution-linux-2009/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 22:03:54 +0000</pubDate>
		<dc:creator>nihed</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[perso]]></category>

		<guid isPermaLink="false">http://blog.nihed.com/?p=209</guid>
		<description><![CDATA[C&#8217;est avec plaisir que nous avons visité Paris, la semaine dernière pour participer à Solution Linux 2009. Personnellement, j&#8217;en ai profiter pour visiter ce salon, mais aussi deux autres ( Embeded System, SecaIT ). J&#8217;ai eu de même profité de cet évènement exceptionnel en participant aux formations parallèles qui consistent en des tutoriaux et retours [...]]]></description>
		<wfw:commentRss>http://blog.nihed.com/2009/04/paris-solution-linux-2009/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Amarok 2.0.1</title>
		<link>http://blog.nihed.com/2009/02/amarok-201/</link>
		<comments>http://blog.nihed.com/2009/02/amarok-201/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 13:46:55 +0000</pubDate>
		<dc:creator>nihed</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.nihed.com/?p=190</guid>
		<description><![CDATA[La mise à jour de mon desktop vers fedora 10 me fait chaque jour découvrir l&#8217;utilisation quotidienne de cette version. Une utilisation très importante est le lecteur MP3, j&#8217;ai choisi pour cela amarok bien sûr synchronisé à last.fm. http://amarok.kde.org/]]></description>
		<wfw:commentRss>http://blog.nihed.com/2009/02/amarok-201/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screen shot 14/02/2009</title>
		<link>http://blog.nihed.com/2009/02/screen-shot/</link>
		<comments>http://blog.nihed.com/2009/02/screen-shot/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 12:15:02 +0000</pubDate>
		<dc:creator>nihed</dc:creator>
				<category><![CDATA[fedora 10]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.nihed.com/?p=183</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://blog.nihed.com/2009/02/screen-shot/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
