<?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>Blog.hio.fr &#187; Linux</title>
	<atom:link href="http://blog.hio.fr/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.hio.fr</link>
	<description>Success is the ability to go from one failure to another with no loss of enthusiasm.</description>
	<lastBuildDate>Wed, 16 May 2012 15:50:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Quick install mongodb debian</title>
		<link>http://blog.hio.fr/2012/05/16/quick-install-mongodb-debian.html</link>
		<comments>http://blog.hio.fr/2012/05/16/quick-install-mongodb-debian.html#comments</comments>
		<pubDate>Wed, 16 May 2012 15:31:37 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mongodb]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=1049</guid>
		<description><![CDATA[sudo -s aptitude install mongodb pecl install mongo echo &#34;extension=mongo.so&#34; &#62; /etc/php5/cgi/conf.d/mongo.ini echo &#34;extension=mongo.so&#34; &#62; /etc/php5/cli/conf.d/mongo.ini git clone https://github.com/jwage/php-mongodb-admin.git]]></description>
		<wfw:commentRss>http://blog.hio.fr/2012/05/16/quick-install-mongodb-debian.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install node.js and npm quickly</title>
		<link>http://blog.hio.fr/2012/04/27/install-node-js-and-npm-quickly.html</link>
		<comments>http://blog.hio.fr/2012/04/27/install-node-js-and-npm-quickly.html#comments</comments>
		<pubDate>Fri, 27 Apr 2012 13:53:07 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[npm]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=1037</guid>
		<description><![CDATA[node.js go on nodejs.org download source tar -xvzf node-v0.6.15.tar.gz cd node node-v0.6.15/ ./configure make make test make doc sudo make install npm wget http://npmjs.org/install.sh sudo bash install.sh &#160; tar=/bin/tar version: tar &#40;GNU tar&#41; 1.25 Copyright &#40;C&#41; 2010 Free Software Foundation, &#8230; <a href="http://blog.hio.fr/2012/04/27/install-node-js-and-npm-quickly.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2012/04/27/install-node-js-and-npm-quickly.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jenkins for php project</title>
		<link>http://blog.hio.fr/2012/04/09/jenkins-for-php-project.html</link>
		<comments>http://blog.hio.fr/2012/04/09/jenkins-for-php-project.html#comments</comments>
		<pubDate>Mon, 09 Apr 2012 19:18:06 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[jenkins]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=1009</guid>
		<description><![CDATA[read http://jenkins-php.org/ aptitude install jenkins #!/bin/bash host=&#34;http://jenkins.domain.tld:8080&#34; &#160; wget $host/jnlpJars/jenkins-cli.jar java -jar jenkins-cli.jar -s $host install-plugin checkstyle java -jar jenkins-cli.jar -s $host install-plugin cloverphp java -jar jenkins-cli.jar -s $host install-plugin dry java -jar jenkins-cli.jar -s $host install-plugin htmlpublisher java -jar &#8230; <a href="http://blog.hio.fr/2012/04/09/jenkins-for-php-project.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2012/04/09/jenkins-for-php-project.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vim tricks</title>
		<link>http://blog.hio.fr/2012/03/22/vim-tricks.html</link>
		<comments>http://blog.hio.fr/2012/03/22/vim-tricks.html#comments</comments>
		<pubDate>Thu, 22 Mar 2012 08:31:23 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=991</guid>
		<description><![CDATA[remove windows end of lines (^M) :%s/C-vC-m//g]]></description>
		<wfw:commentRss>http://blog.hio.fr/2012/03/22/vim-tricks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.vimrc de base</title>
		<link>http://blog.hio.fr/2012/02/19/vimrc-de-base.html</link>
		<comments>http://blog.hio.fr/2012/02/19/vimrc-de-base.html#comments</comments>
		<pubDate>Sun, 19 Feb 2012 19:16:30 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=953</guid>
		<description><![CDATA[set nocompatible set bs=2 set background=dark set wrapmargin=8 syntax on set ruler set showcmd &#160; set tabstop=4 set shiftwidth=4 set expandtab &#160; set fileformats=unix &#160; set ignorecase set incsearch &#160; set showmatch]]></description>
		<wfw:commentRss>http://blog.hio.fr/2012/02/19/vimrc-de-base.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rewrite rules</title>
		<link>http://blog.hio.fr/2012/01/25/rewrite-rules.html</link>
		<comments>http://blog.hio.fr/2012/01/25/rewrite-rules.html#comments</comments>
		<pubDate>Wed, 25 Jan 2012 10:04:57 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=946</guid>
		<description><![CDATA[redirect HOST != &#8216;blog.hio.fr&#8217; to blog.hio.fr RewriteEngine on RewriteCond %{HTTP_HOST} !^blog\.hio\.fr$ [NC] RewriteRule ^(.*)$ http://blog.hio.fr/$1? [L,R=301]]]></description>
		<wfw:commentRss>http://blog.hio.fr/2012/01/25/rewrite-rules.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>APACHE zend framework vhost</title>
		<link>http://blog.hio.fr/2011/12/22/apache-zend-framework-vhost.html</link>
		<comments>http://blog.hio.fr/2011/12/22/apache-zend-framework-vhost.html#comments</comments>
		<pubDate>Wed, 21 Dec 2011 23:39:58 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=944</guid>
		<description><![CDATA[&#60;VirtualHost *:80&#62; ServerAdmin webmaster@localhost ServerName sub.domain.tld SetEnv APPLICATION_ENV &#34;development&#34; DocumentRoot /var/www/sub.domain.tld/public &#60;Directory /&#62; Options FollowSymLinks AllowOverride None &#60;/Directory&#62; &#60;Directory /var/www/sub.domain.tld/public&#62; Options Indexes FollowSymLinks MultiViews AllowOverride All Allow from all &#60;/Directory&#62; &#160; ErrorLog /var/log/apache2/sub.domain.tld.error.log CustomLog /var/log/apache2/sub.domain.tld.access.log combined &#60;/VirtualHost&#62;]]></description>
		<wfw:commentRss>http://blog.hio.fr/2011/12/22/apache-zend-framework-vhost.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NGINX zend framework vhost</title>
		<link>http://blog.hio.fr/2011/12/21/nginx-zend-framework-vhost.html</link>
		<comments>http://blog.hio.fr/2011/12/21/nginx-zend-framework-vhost.html#comments</comments>
		<pubDate>Wed, 21 Dec 2011 20:52:09 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=941</guid>
		<description><![CDATA[server { listen 80; &#160; server_name sub.domain.tld; root /var/www/sub.domain.tld/public; &#160; error_log /var/log/nginx/sub.domain.tld.error.log; access_log /var/log/nginx/sub.domain.tld.access.log; &#160; location / { index index.php; if (-f $request_filename) { break; } rewrite ^(.*)$ /index.php last; } &#160; # pass the PHP scripts to FastCGI server &#8230; <a href="http://blog.hio.fr/2011/12/21/nginx-zend-framework-vhost.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2011/12/21/nginx-zend-framework-vhost.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cyanogen + openvpn certs</title>
		<link>http://blog.hio.fr/2011/10/04/cyanogen-openvpn-certs.html</link>
		<comments>http://blog.hio.fr/2011/10/04/cyanogen-openvpn-certs.html#comments</comments>
		<pubDate>Tue, 04 Oct 2011 06:30:40 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cyanogen]]></category>
		<category><![CDATA[openvpn]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=819</guid>
		<description><![CDATA[openssl pkcs12 -export -in mobile.crt -inkey mobile.key -certfile ca.crt -name mobile -out ../certs.p12]]></description>
		<wfw:commentRss>http://blog.hio.fr/2011/10/04/cyanogen-openvpn-certs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>scp_sync.sh</title>
		<link>http://blog.hio.fr/2011/09/29/scp_sync-sh.html</link>
		<comments>http://blog.hio.fr/2011/09/29/scp_sync-sh.html#comments</comments>
		<pubDate>Thu, 29 Sep 2011 07:14:41 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[scp]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=814</guid>
		<description><![CDATA[#!/bin/bash # BASE CONFIGURATION file_dir=&#34;/home/erelance/Drop_Off&#34; done_dir=&#34;/home/erelance/done&#34; dest_dir=&#34;/home/erelance/Drop_Off&#34; log_dir=&#34;/home/erelance/log&#34; # log date_short=&#34;+%d-%m-%Y&#34; date_long=&#34;+%d-%m-%Y %H:%M:%S&#34; log_file=&#34;$log_dir/error-&#34;$&#40;date &#34;$date_short&#34;&#41;&#34;.log&#34; &#160; if &#91; ! -d &#34;$done_dir&#34; &#93;;then mkdir &#34;$done_dir&#34; fi &#160; if &#91; ! -d &#34;$log_dir&#34; &#93;;then mkdir &#34;$log_dir&#34; fi &#160; for i in $&#40;ls &#8230; <a href="http://blog.hio.fr/2011/09/29/scp_sync-sh.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2011/09/29/scp_sync-sh.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

