<?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></description>
	<lastBuildDate>Wed, 25 Jan 2012 10:04:57 +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>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>
		<item>
		<title>deploy.sh</title>
		<link>http://blog.hio.fr/2011/07/13/deploy-sh.html</link>
		<comments>http://blog.hio.fr/2011/07/13/deploy-sh.html#comments</comments>
		<pubDate>Wed, 13 Jul 2011 12:16:54 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=775</guid>
		<description><![CDATA[#!/bin/bash &#160; function usage &#123; echo &#34;Usage:&#34; echo &#34;$0 --all&#124;-a website&#34; echo &#34;$0 --sync&#124;-s website&#34; echo &#34;$0 --deploy&#124;-d website&#34; &#125; &#160; case $2 in 'website'&#41; project_repository=&#34;http://repository.ctld/website/trunk/&#34; dir=&#34;/home/hio/repository/website.com/&#34; prod_dir=&#34;/home/www/website.com/&#34; exclude_list=&#34;.svn frontend_test.php frontend_dev.php auth.php backend_dev.php&#34; ;; *&#41; usage exit 1 esac &#160; &#8230; <a href="http://blog.hio.fr/2011/07/13/deploy-sh.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2011/07/13/deploy-sh.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>memo mdadm</title>
		<link>http://blog.hio.fr/2011/07/08/memo-mdadm.html</link>
		<comments>http://blog.hio.fr/2011/07/08/memo-mdadm.html#comments</comments>
		<pubDate>Fri, 08 Jul 2011 08:41:08 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mdadm]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=769</guid>
		<description><![CDATA[Déclarer un disque défaillant et le retirer du raid mdadm --manage /dev/md2 --set-faulty /dev/sdb1 mdadm --manage /dev/md2 --remove /dev/sdb1 Stopper un raid mdadm --stop /dev/md2 mdadm --remove /dev/md2 Rajouter/remplacer un disque dans un raid et resynch mdadm --assemble /dev/md2 /dev/sdb1 &#8230; <a href="http://blog.hio.fr/2011/07/08/memo-mdadm.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2011/07/08/memo-mdadm.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Générer CSR</title>
		<link>http://blog.hio.fr/2011/07/01/generer-csr.html</link>
		<comments>http://blog.hio.fr/2011/07/01/generer-csr.html#comments</comments>
		<pubDate>Fri, 01 Jul 2011 12:55:11 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[csr]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=766</guid>
		<description><![CDATA[openssl req -nodes -newkey rsa:2048 -keyout server.key -out server.csr Country Name &#40;2 letter code&#41; &#91;AU&#93;: FR State or Province Name &#40;full name&#41; &#91;Some-State&#93;: . Locality Name &#40;eg, city&#41; &#91;&#93;: Town Organization Name &#40;eg, company&#41; &#91;Internet Widgits Pty Ltd&#93;: company Organizational &#8230; <a href="http://blog.hio.fr/2011/07/01/generer-csr.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2011/07/01/generer-csr.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mass_update.sh</title>
		<link>http://blog.hio.fr/2011/06/10/mass_update-sh.html</link>
		<comments>http://blog.hio.fr/2011/06/10/mass_update-sh.html#comments</comments>
		<pubDate>Fri, 10 Jun 2011 08:42:59 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=763</guid>
		<description><![CDATA[#!/bin/bash hosts=&#34;hio@host1.com hio@host2.com hio@host3.com hio@host4.com hio@host5.com&#34; cmd=&#34;echo 'updating ...';sudo aptitude update &#62;&#62; /dev/null;sudo aptitude safe-upgrade -y;echo 'done'&#34; &#160; for i in $hosts do echo &#34;###### connecting to $i ...&#34; ssh -t $i $cmd echo &#34;&#34; done]]></description>
		<wfw:commentRss>http://blog.hio.fr/2011/06/10/mass_update-sh.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install_symfony2.sh</title>
		<link>http://blog.hio.fr/2011/04/13/install_symfony2-sh.html</link>
		<comments>http://blog.hio.fr/2011/04/13/install_symfony2-sh.html#comments</comments>
		<pubDate>Wed, 13 Apr 2011 13:00:06 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=749</guid>
		<description><![CDATA[#!/bin/bash function usage &#123; echo &#34;Usage:&#34; echo &#34;$0 /home/www/mySf2Project&#34; &#125; &#160; if &#91;&#91; $1 == &#34;&#34; &#93;&#93;; then usage exit 1 fi &#160; cd $1 &#160; if &#91; -d &#34;app/&#34; &#93;; then echo &#34;already installed, do a &#60;git pull&#62; if &#8230; <a href="http://blog.hio.fr/2011/04/13/install_symfony2-sh.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2011/04/13/install_symfony2-sh.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

