<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Je sux sous Linukse !</title>
	<atom:link href="http://linukse.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://linukse.wordpress.com</link>
	<description>Linukse c'est facile quand on sait lire et noter ....... RTFM !</description>
	<lastBuildDate>Wed, 29 Jun 2011 15:47:15 +0000</lastBuildDate>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='linukse.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Je sux sous Linukse !</title>
		<link>http://linukse.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://linukse.wordpress.com/osd.xml" title="Je sux sous Linukse !" />
	<atom:link rel='hub' href='http://linukse.wordpress.com/?pushpress=hub'/>
		<item>
		<title>installer svr gandi pour web</title>
		<link>http://linukse.wordpress.com/2011/06/28/installer-svr-gandi-pour-web/</link>
		<comments>http://linukse.wordpress.com/2011/06/28/installer-svr-gandi-pour-web/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 15:00:04 +0000</pubDate>
		<dc:creator>_david</dc:creator>
				<category><![CDATA[serveur web]]></category>

		<guid isPermaLink="false">http://linukse.wordpress.com/?p=174</guid>
		<description><![CDATA[article en cours. truc de base apt-get update apt-get upgrade apt-get build-essential nano lynx re2c apt-get jail2ban ajout du dépot Dotdeb The repository for Debian-based LAMP servers sudo echo &#8220;deb http://php53.dotdeb.org stable all&#8221; &#62;&#62; /etc/apt/sources.list wget http://www.dotdeb.org/dotdeb.gpg cat dotdeb.gpg &#124; sudo apt-key add - Run apt-get update Apache : apt-get install apache2 apache2-mpm-worker a2enmode rewrite [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linukse.wordpress.com&amp;blog=4698997&amp;post=174&amp;subd=linukse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>article en cours.</p>
<ul>
<li><strong>truc de base</strong></li>
</ul>
<p>apt-get update<br />
apt-get upgrade<br />
apt-get build-essential nano lynx re2c</p>
<p>apt-get jail2ban</p>
<ul>
<li><strong>ajout du dépot Dotdeb</strong></li>
</ul>
<p>The repository for Debian-based LAMP servers</p>
<p>sudo echo &#8220;deb http://php53.dotdeb.org stable all&#8221; &gt;&gt; /etc/apt/sources.list<br />
wget http://www.dotdeb.org/dotdeb.gpg<br />
cat dotdeb.gpg | sudo apt-key add -</p>
<p>Run apt-get update</p>
<ul>
<li><strong>Apache :</strong></li>
</ul>
<p><code>apt-get </code><code>install</code> <code>apache2 apache2-mpm-worker</code></p>
<p>a2enmode rewrite ==&gt; module réécriture d url ca peut servir <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ul>
<li><strong>FastCGI</strong></li>
</ul>
<p>Installez le module,</p>
<div id="highlighter_727166">
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>aptitude </code><code>install</code> <code>libapache2-mod-fastcgi</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Modifions le fichier de configuration du module « fastgci » d’Apache</p>
<div id="highlighter_710698">
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>nano /etc/apache2/mods-available/fastcgi.conf</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>&lt;IfModule mod_fastcgi.c&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code>  </code><code>AddHandler php5-fcgi .php</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>  </code><code>Action php5-fcgi /cgi-bin/php5.external</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code>  </code><code>&lt;Location </code><code>"/cgi-bin/php5.external"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>5</code></td>
<td><code>    </code><code>Order Deny,Allow</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>6</code></td>
<td><code>    </code><code>Deny from All</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>7</code></td>
<td><code>    </code><code>Allow from </code><code>env</code><code>=REDIRECT_STATUS</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>8</code></td>
<td><code>  </code><code>&lt;/Location&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<table>
<tbody>
<tr>
<td><code>9</code></td>
<td><code>&lt;/IfModule&gt;</code></td>
</tr>
</tbody>
</table>
<p>creer le rep /srv/data/www/cgi-bin/</p>
<p><strong>ajouter module actions et fastcgi</strong></p>
<p>a2enmode actions fastcgi</p>
<p>a2enmode rewrite ==&gt; module réécriture d url ca peut servir <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ul>
<li><strong>PHP :</strong></li>
</ul>
<p>sudo apt-get install php5-cli php5-common php5-suhosin php5-dev</p>
<p>suhosin : mod php pour sécurité</p>
<ul>
<li><strong>PHP5-FPM</strong></li>
</ul>
<p>sudo apt-get install php5-fpm</p>
<p>librairies :</p>
<p><code>php5-mysql php5-mcrypt php5-curl php5-gd php5-xsl php5-xmlrpc</code></p>
<p><strong>config php-fpm</strong></p>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>nano /etc/php5/fpm/pool.d/www.conf</code></td>
</tr>
</tbody>
</table>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>; Nom du pool</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td><code>[tramriders]</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code>; On utilisera une socket</code></td>
</tr>
</tbody>
</table>
</div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td><code>listen = /srv/data/www/.socks/tramriders.sock</code></td>
</tr>
</tbody>
</table>
<p><code></code>creer <code>/srv/data/www/.socks/  et /srv/data/www.socks</code></p>
<p><code>nano /etc/php5/fpm/php.ini :<br />
rajouter open_basedir = "/srv/data/www/tramriders:/srv/data/www/tmp:/srv/data/www/cgi-bin/php5.external"</code></p>
<p><strong>CREATION DU VHOST apache2<br />
</strong></p>
<p>&lt;VirtualHost *:80&gt;<br />
ServerName tramriders.example.com<br />
ServerAdmin     tramriders@example.com<br />
DocumentRoot /srv/data/www/tramriders<br />
Options None</p>
<p># Fast CGI + FPM<br />
FastCgiExternalServer /srv/data/www/cgi-bin/php5.external -socket /srv/data/www/.socks/tramriders.sock<br />
Alias /cgi-bin/ /srv/data/www/cgi-bin/</p>
<p>&lt;Directory /srv/data/www/tramriders&gt;<br />
Options SymLinksIfOwnerMatch<br />
AllowOverride All<br />
Order allow,deny<br />
Allow from all<br />
&lt;/Directory&gt;</p>
<p># Log<br />
ErrorLog /var/log/apache2/error-tramriders.log<br />
LogLevel warn<br />
CustomLog /var/log/apache2/access-tramriders.log combined<br />
&lt;/VirtualHost&gt;</p>
<p>activer le vhost : a2ensite &#8220;nomvhost&#8221;</p>
<ul>
<li><strong>MYSQL</strong></li>
</ul>
<p>apt-get install mysql-server mysql-client</p>
<p>deplacer les bases vers disque data :</p>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>sudo</code> <code>/etc/init.d/mysql stop</code></td>
</tr>
</tbody>
</table>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code>sudo</code> <code>mv</code> <code>/var/lib/mysql /srv/nomdurepertoiregandi/mysql</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>sudo</code> <code>ln</code> <code>-s /srv/nomdurepertoiregandi/mysql /var/lib/mysql</code>chown mysql:mysql /var/lib/mysql</td>
</tr>
</tbody>
</table>
</div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code>sudo</code> <code>/etc/init.d/mysql start</code></td>
</tr>
</tbody>
</table>
<ul>
<li><strong>MEMCACHE</strong></li>
</ul>
<p>apt-get install memcached php5-memcache</p>
<p>config de memcache : nano /etc/memcached.conf</p>
<p>/etc/init.d/php5-fpm restart</p>
<p>==&gt; memcache : localhost part 11211</p>
<ul>
<li><strong>Eaccelerator pour php-fpm</strong></li>
</ul>
<p>wget http://bart.eaccelerator.net/source/0.9.6.1/eaccelerator-0.9.6.1.tar.bz2 tar -jxvf eaccelerator-0.9.6.1.tar.bz2<br />
cd eaccelerator-0.9.6.1<br />
phpize<br />
./configure -enable-eaccelerator=shared<br />
make<br />
make test<br />
make install</p>
<p><strong> Editer la conf pour FPM : nano /etc/php5/fpm/conf.d/eaccelerator.ini</strong><br />
extension=&#8221;eaccelerator.so&#8221;<br />
eaccelerator.shm_size=&#8221;16&#8243;<br />
eaccelerator.cache_dir=&#8221;/var/cache/eaccelerator&#8221;<br />
eaccelerator.enable=&#8221;1&#8243;<br />
eaccelerator.optimizer=&#8221;1&#8243;<br />
eaccelerator.check_mtime=&#8221;1&#8243;<br />
eaccelerator.debug=&#8221;0&#8243;<br />
eaccelerator.filter=&#8221;"<br />
eaccelerator.shm_max=&#8221;0&#8243;<br />
eaccelerator.shm_ttl=&#8221;0&#8243;<br />
eaccelerator.shm_prune_period=&#8221;0&#8243;<br />
eaccelerator.shm_only=&#8221;0&#8243;<br />
eaccelerator.compress=&#8221;1&#8243;<br />
eaccelerator.compress_level=&#8221;9&#8243;</p>
<p><strong>Créer les répertoire de travail</strong><br />
mkdir /var/cache/eaccelerator<br />
chmod 0777 /var/cache/eaccelerator</p>
<p>/etc/init.d/php5-fpm reload</p>
<p>vérifier phpinfo()</p>
<p>/!\ Désactiver eaccelerator si probleme de <strong>PHP Warning: require(): File() is not within the allowed path(s)</strong>  bien que open_basedir soit correcte dans le php.ini !! Probleme avec Joomla par exemple pour uploader images. <span style="color:#ff0000;"><em><strong>==&gt; A ce stade le serveur est installé avec apache2 Mysql php-fpm memcache <del>et eaccelerator</del></strong></em></span></p>
<ul>
<li><strong>NGINX :</strong></li>
</ul>
<p><em><strong>nginx configuré pour contenu fixe et apache sert le contenu dynamique</strong></em></p>
<p>installer pcre  :<br />
apt-get install libpcre3-dev libpcre3 libssl-dev</p>
<p>recup derniere archive pour compiler ou inclus dans dodeb</p>
<p><strong>nginx.conf</strong> :  <em><strong>nginx sert les images et apache sert le contenu dynamique</strong></em></p>
<blockquote><p><strong>user www-data;</strong><br />
worker_processes <strong>1</strong>;<br />
pid /var/run/nginx.pid;</p>
<p>events {<br />
worker_connections <strong>1024</strong>;<br />
# multi_accept on;<br />
}</p>
<p>http {</p>
<p>##<br />
# Basic Settings<br />
##</p>
<p>sendfile on;<br />
tcp_nopush on;<br />
tcp_nodelay on;<br />
keepalive_timeout 65;<br />
types_hash_max_size 2048;<br />
# server_tokens off;</p>
<p># server_names_hash_bucket_size 64;<br />
# server_name_in_redirect off;</p>
<p>include /etc/nginx/mime.types;<br />
default_type application/octet-stream;</p>
<p>##<br />
# Logging Settings<br />
##</p>
<p>access_log /var/log/nginx/access.log;<br />
error_log /var/log/nginx/error.log;</p>
<p>##<br />
# Gzip Settings<br />
##</p>
<p><strong>gzip on;</strong><br />
gzip_disable &#8220;msie6&#8243;;</p>
<p># gzip_vary on;<br />
# gzip_proxied any;<br />
# gzip_comp_level 6;<br />
# gzip_buffers 16 8k;<br />
# gzip_http_version 1.1;<br />
# gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;</p>
<p>##<br />
# Virtual Host Configs<br />
##</p>
<p>include /etc/nginx/conf.d/*.conf;<br />
include /etc/nginx/sites-enabled/*;<br />
}</p></blockquote>
<ul>
<li><strong>Modifier le /etc/nginx/site-enabled/default pour insérer au début</strong> :</li>
</ul>
<blockquote><p>server {</p>
<p>listen   80;</p>
<p>root /usr/share/nginx/www;<br />
index index.html index.php;</p>
<p># Make site accessible from http://localhost/<br />
server_name localhost;</p>
<p>location ~* \.(jpg|jpeg|gif|css|png|js|ico|swf|mp3)$ {<br />
root   /srv/data/www/tramriders;<br />
expires        365d;<br />
access_log     off;<br />
}</p>
<p>location / {<br />
#root   /var/www;<br />
#index  index.html index.htm;<br />
proxy_pass http://127.0.0.1:8080;<br />
proxy_set_header Host $host;<br />
proxy_set_header X-Real-IP $remote_addr;<br />
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;<br />
access_log off;<br />
}</p></blockquote>
<ul>
<li><strong>modification apache2 :</strong></li>
</ul>
<p>sudo nano /etc/apache2/ports.conf</p>
<p><strong>NameVirtualHost *:8080<br />
Listen 8080</strong></p>
<p>sudo nano /etc/apache2/sites-enabled/&#8221;monsite&#8221;</p>
<p>&lt;VirtualHost *:8080&gt;</p>
<p><strong>redémarrer apache2 et nginx.</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linukse.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linukse.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linukse.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linukse.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linukse.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linukse.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linukse.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linukse.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linukse.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linukse.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linukse.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linukse.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linukse.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linukse.wordpress.com/174/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linukse.wordpress.com&amp;blog=4698997&amp;post=174&amp;subd=linukse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linukse.wordpress.com/2011/06/28/installer-svr-gandi-pour-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7af1b2a43f77ce564cf153ff8c9cbd35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">_david</media:title>
		</media:content>
	</item>
		<item>
		<title>Unity 2D</title>
		<link>http://linukse.wordpress.com/2011/05/11/unity-2d/</link>
		<comments>http://linukse.wordpress.com/2011/05/11/unity-2d/#comments</comments>
		<pubDate>Wed, 11 May 2011 17:08:16 +0000</pubDate>
		<dc:creator>_david</dc:creator>
				<category><![CDATA[Commandes]]></category>
		<category><![CDATA[ubuntu 11.04]]></category>
		<category><![CDATA[unity]]></category>
		<category><![CDATA[unity 2D]]></category>

		<guid isPermaLink="false">http://linukse.wordpress.com/?p=171</guid>
		<description><![CDATA[Pour les portables moins rapides : sudo add-apt-repository ppa:unity-2d-team/unity-2d-daily sudo apt-get update sudo apt-get install unity-2d Choisir Unity 2D sur la fenetre de connexion<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linukse.wordpress.com&amp;blog=4698997&amp;post=171&amp;subd=linukse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Pour les portables moins rapides :</p>
<p><em>sudo add-apt-repository ppa:unity-2d-team/unity-2d-daily</em><br />
<em> sudo apt-get update</em><br />
<em> sudo apt-get install unity-2d</em></p>
<p>Choisir Unity 2D sur la fenetre de connexion</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linukse.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linukse.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linukse.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linukse.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linukse.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linukse.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linukse.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linukse.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linukse.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linukse.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linukse.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linukse.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linukse.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linukse.wordpress.com/171/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linukse.wordpress.com&amp;blog=4698997&amp;post=171&amp;subd=linukse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linukse.wordpress.com/2011/05/11/unity-2d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7af1b2a43f77ce564cf153ff8c9cbd35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">_david</media:title>
		</media:content>
	</item>
		<item>
		<title>Modifier les menus d&#8217;Unity</title>
		<link>http://linukse.wordpress.com/2011/05/11/modifier-les-menus-dunity/</link>
		<comments>http://linukse.wordpress.com/2011/05/11/modifier-les-menus-dunity/#comments</comments>
		<pubDate>Wed, 11 May 2011 17:06:16 +0000</pubDate>
		<dc:creator>_david</dc:creator>
				<category><![CDATA[Commandes]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://linukse.wordpress.com/?p=169</guid>
		<description><![CDATA[dans un terminal: permet d&#8217;avoir l&#8217;ouverture des videos téléchargement etc&#8230; par un clic droit sur le home echo &#8220;[Desktop Entry] Name=Home Folder Comment=Open your personal folder TryExec=nautilus Exec=nautilus &#8211;no-desktop Icon=user-home Terminal=false StartupNotify=true Type=Application Categories=GNOME;GTK;Core; OnlyShowIn=GNOME;Unity; X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=nautilus X-GNOME-Bugzilla-Component=general X-Ubuntu-Gettext-Domain=nautilus X-Ayatana-Desktop-Shortcuts=Videos;Documents;Music;Pictures;Downloads [Videos Shortcut Group] Name=Vidéos Exec=nautilus Vidéos TargetEnvironment=Unity [Documents Shortcut Group] Name=Documents Exec=nautilus Documents TargetEnvironment=Unity [Music [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linukse.wordpress.com&amp;blog=4698997&amp;post=169&amp;subd=linukse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>dans un terminal: permet d&#8217;avoir l&#8217;ouverture des videos téléchargement etc&#8230; par un clic droit sur le home</p>
<blockquote><p><em>echo &#8220;[Desktop Entry]</em></p></blockquote>
<blockquote><p><em>Name=Home Folder</em><br />
<em>Comment=Open your personal folder</em><br />
<em>TryExec=nautilus</em><br />
<em>Exec=nautilus &#8211;no-desktop</em><br />
<em>Icon=user-home</em><br />
<em>Terminal=false</em><br />
<em>StartupNotify=true</em><br />
<em>Type=Application</em><br />
<em>Categories=GNOME;GTK;Core;</em><br />
<em>OnlyShowIn=GNOME;Unity;</em><br />
<em>X-GNOME-Bugzilla-Bugzilla=GNOME</em><br />
<em>X-GNOME-Bugzilla-Product=nautilus</em><br />
<em>X-GNOME-Bugzilla-Component=general</em><br />
<em>X-Ubuntu-Gettext-Domain=nautilus</em></p></blockquote>
<blockquote><p><em>X-Ayatana-Desktop-Shortcuts=Videos;Documents;Music;Pictures;Downloads</em><br />
<em>[Videos Shortcut Group]</em><br />
<em>Name=Vidéos</em><br />
<em>Exec=nautilus Vidéos</em><br />
<em>TargetEnvironment=Unity</em></p></blockquote>
<blockquote><p><em>[Documents Shortcut Group]</em><br />
<em>Name=Documents</em><br />
<em>Exec=nautilus Documents</em><br />
<em>TargetEnvironment=Unity</em></p></blockquote>
<blockquote><p><em>[Music Shortcut Group]</em><br />
<em>Name=Musique</em><br />
<em>Exec=nautilus Musique</em><br />
<em>TargetEnvironment=Unity</em></p></blockquote>
<blockquote><p><em>[Pictures Shortcut Group]</em><br />
<em>Name=Images</em><br />
<em>Exec=nautilus Images</em><br />
<em>TargetEnvironment=Unity</em></p></blockquote>
<blockquote><p><em>[Downloads Shortcut Group]</em><br />
<em>Name=Téléchargement</em><br />
<em>Exec=nautilus Télécharge</em><br />
<em>TargetEnvironment=Unity&#8221; | sudo tee /usr/share/applications/nautilus-home.desktop</em></p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linukse.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linukse.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linukse.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linukse.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linukse.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linukse.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linukse.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linukse.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linukse.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linukse.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linukse.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linukse.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linukse.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linukse.wordpress.com/169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linukse.wordpress.com&amp;blog=4698997&amp;post=169&amp;subd=linukse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linukse.wordpress.com/2011/05/11/modifier-les-menus-dunity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7af1b2a43f77ce564cf153ff8c9cbd35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">_david</media:title>
		</media:content>
	</item>
		<item>
		<title>Nouveau Site Tram-riders.com</title>
		<link>http://linukse.wordpress.com/2010/11/08/nouveau-site-tram-riders-com/</link>
		<comments>http://linukse.wordpress.com/2010/11/08/nouveau-site-tram-riders-com/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 22:08:51 +0000</pubDate>
		<dc:creator>_david</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://linukse.wordpress.com/?p=161</guid>
		<description><![CDATA[http://www.tram-riders.com Le forum tram-riders.com/ Le blog tram-riders.com Communauté des windsurfers accrocs à la tramontane et au vent d autan<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linukse.wordpress.com&amp;blog=4698997&amp;post=161&amp;subd=linukse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://tram-riders.com">http://www.tram-riders.com</a></p>
<p><a href="http://www.tram-riders.com/forum/">Le forum tram-riders.com/</a></p>
<p><a href="http://www.tram-riders.com/le-blog">Le blog tram-riders.com</a></p>
<p>Communauté des windsurfers accrocs à la tramontane et au vent d autan</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linukse.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linukse.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linukse.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linukse.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linukse.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linukse.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linukse.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linukse.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linukse.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linukse.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linukse.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linukse.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linukse.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linukse.wordpress.com/161/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linukse.wordpress.com&amp;blog=4698997&amp;post=161&amp;subd=linukse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linukse.wordpress.com/2010/11/08/nouveau-site-tram-riders-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7af1b2a43f77ce564cf153ff8c9cbd35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">_david</media:title>
		</media:content>
	</item>
	</channel>
</rss>
