<?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/tag/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>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>
		<item>
		<title>import.sh</title>
		<link>http://blog.hio.fr/2011/04/08/import-sh.html</link>
		<comments>http://blog.hio.fr/2011/04/08/import-sh.html#comments</comments>
		<pubDate>Fri, 08 Apr 2011 13:31:27 +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=677</guid>
		<description><![CDATA[#!/bin/bash date_format=&#34;+%d/%m/%Y %H:%M:%S&#34; dir=&#34;/home/smile&#34; mysql_client=&#34;mysql -u import -pP4S5W0RD&#34; echo `date &#34;$date_format&#34;`&#34; start&#34; &#160; cd $dir &#160; if &#91; ! -d &#34;tmp&#34; &#93;;then mkdir tmp fi &#160; if &#91; ! -d &#34;bak&#34; &#93;;then mkdir bak fi &#160; for i in `ls &#8230; <a href="http://blog.hio.fr/2011/04/08/import-sh.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2011/04/08/import-sh.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>arbo.sh</title>
		<link>http://blog.hio.fr/2011/04/06/arbo-sh.html</link>
		<comments>http://blog.hio.fr/2011/04/06/arbo-sh.html#comments</comments>
		<pubDate>Wed, 06 Apr 2011 12:13:37 +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=675</guid>
		<description><![CDATA[#!/bin/bash dir=&#34;/home/www/bayardcdn.com/bj.emailing&#34; &#160; month&#91;1&#93;=`date +%Y/%m` month&#91;2&#93;=`date +%Y/%m --date &#34;+1 month&#34;` month&#91;3&#93;=`date +%Y/%m --date &#34;+2 month&#34;` month&#91;4&#93;=`date +%Y/%m --date &#34;+3 month&#34;` m_nb=`seq 1 4` &#160; chmod u+w,g+w,o-w -R $dir &#160; for i in $m_nb do if &#91; ! -d &#34;$dir/${month[$i]}&#34; &#93;; &#8230; <a href="http://blog.hio.fr/2011/04/06/arbo-sh.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2011/04/06/arbo-sh.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wwwperm.sh</title>
		<link>http://blog.hio.fr/2011/03/24/wwwperm-sh.html</link>
		<comments>http://blog.hio.fr/2011/03/24/wwwperm-sh.html#comments</comments>
		<pubDate>Thu, 24 Mar 2011 16:34:43 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=671</guid>
		<description><![CDATA[#!/bin/bash www=$2 dirperms=&#34;750&#34; fileperms=&#34;640&#34; owner=&#34;www-data:www-data&#34; &#160; function usage &#123; echo &#34;Usage:&#34; echo &#34;$0 --all /home/www&#34; echo &#34;$0 --dir /home/www&#34; echo &#34;$0 --file /home/www&#34; echo &#34;$0 --owner /home/www&#34; &#125; &#160; if &#91;&#91; $1 == &#34;&#34; &#124;&#124; $2 == &#34;&#34; &#93;&#93;; then &#8230; <a href="http://blog.hio.fr/2011/03/24/wwwperm-sh.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2011/03/24/wwwperm-sh.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LINUX &#171;&#160;udev: renamed network interface eth0 to eth1&#8243;</title>
		<link>http://blog.hio.fr/2010/01/20/linux-udev-renamed-network-interface-eth0-to-eth1.html</link>
		<comments>http://blog.hio.fr/2010/01/20/linux-udev-renamed-network-interface-eth0-to-eth1.html#comments</comments>
		<pubDate>Wed, 20 Jan 2010 11:11:39 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[udev]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=515</guid>
		<description><![CDATA[Corriger en editant et en remettant dans l'ordre les bonne carte eth avec les bonne interface
 <a href="http://blog.hio.fr/2010/01/20/linux-udev-renamed-network-interface-eth0-to-eth1.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2010/01/20/linux-udev-renamed-network-interface-eth0-to-eth1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

