<?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>How to , and other stuff about linux, photo, php ... &#187; Linux</title>
	<atom:link href="http://matrafox.info/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://matrafox.info</link>
	<description>Another blog just like others on internet</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:32:56 +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>service php-fpm restart with error after upgrade from 5.3.8 to 5.3.10</title>
		<link>http://matrafox.info/service-php-fpm-restart-with-error-after-upgrade-from-5-3-8-to-5-3-10.html</link>
		<comments>http://matrafox.info/service-php-fpm-restart-with-error-after-upgrade-from-5-3-8-to-5-3-10.html#comments</comments>
		<pubDate>Tue, 07 Feb 2012 13:32:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[5.3.10]]></category>
		<category><![CDATA[5.3.8]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://matrafox.info/?p=240</guid>
		<description><![CDATA[Well I have to upgrade a server from php 5.3.8 to 5.3.10 on a centos server. After this the service php-fpm restart didn&#8217;t work. Stopping php-fpm: &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;[FAILED] So after a short look to the problem, [...]]]></description>
		<wfw:commentRss>http://matrafox.info/service-php-fpm-restart-with-error-after-upgrade-from-5-3-8-to-5-3-10.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>search  files with multiple patterns in linux</title>
		<link>http://matrafox.info/search-files-with-multiple-patterns-in-linux.html</link>
		<comments>http://matrafox.info/search-files-with-multiple-patterns-in-linux.html#comments</comments>
		<pubDate>Thu, 26 Jan 2012 09:18:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[serch]]></category>

		<guid isPermaLink="false">http://matrafox.info/?p=236</guid>
		<description><![CDATA[Well today I have to search files with *.php and with *.html . How to do that ? Solution is : find ./  \( -name &#34;*.php&#34; -o -name &#34;*.html&#34;   \) &#160;]]></description>
		<wfw:commentRss>http://matrafox.info/search-files-with-multiple-patterns-in-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>autoscaling with amazon ec2 and elb</title>
		<link>http://matrafox.info/autoscaling-with-amazon-ec2-and-elb.html</link>
		<comments>http://matrafox.info/autoscaling-with-amazon-ec2-and-elb.html#comments</comments>
		<pubDate>Thu, 26 Jan 2012 08:19:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[autoscaling]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[elb]]></category>

		<guid isPermaLink="false">http://matrafox.info/?p=223</guid>
		<description><![CDATA[Creating an auto scaled system using an Amazon load balancer is an interesting task that I did recently. Here are the list of commands that I used to setup from the command line : as-create-launch-config ec2elbconfig --image-id ami-xxxxx --instance-type m1.large --key key_name Also if you don&#8217;t have already setup credentials you may append -I amazonid [...]]]></description>
		<wfw:commentRss>http://matrafox.info/autoscaling-with-amazon-ec2-and-elb.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RAID10 ephemeral storage on AWS EC2</title>
		<link>http://matrafox.info/raid10-ephemeral-storage-on-aws-ec2.html</link>
		<comments>http://matrafox.info/raid10-ephemeral-storage-on-aws-ec2.html#comments</comments>
		<pubDate>Fri, 13 Jan 2012 12:54:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[ephemeral]]></category>
		<category><![CDATA[fdisk]]></category>
		<category><![CDATA[mdadm]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[raid10]]></category>

		<guid isPermaLink="false">http://matrafox.info/?p=208</guid>
		<description><![CDATA[If you&#8217;re thinking of doing Radi10  on the ephemeral storage disks attached to an Ec2 instance, this post is for you. Well first of all you have to chose a instance with 4 drives. You may chose m1.xlarge or c1.xlarge  or cc2.8xlarge . This are only instances with 4 drives. On other instances you may chose to make Raid0, witch [...]]]></description>
		<wfw:commentRss>http://matrafox.info/raid10-ephemeral-storage-on-aws-ec2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic script for backup up redis on a amazon ebs</title>
		<link>http://matrafox.info/automatic-script-for-backup-up-redis-on-a-amazon-ebs.html</link>
		<comments>http://matrafox.info/automatic-script-for-backup-up-redis-on-a-amazon-ebs.html#comments</comments>
		<pubDate>Wed, 28 Dec 2011 11:08:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://matrafox.info/?p=206</guid>
		<description><![CDATA[Hello Bellow is a script for backup up a redis on a unmounted ebs volume . First of all you have to create this file on that ebs /mnt/backup/mounted Why  I use this  ? Well I use it because I want to run on multiple servers. &#160; &#160; &#160; #!/bin/bash instance=i-xxxxx volume=vol-xxxx iplocalhost=10.00.00.111 mkdir /mnt/backup [...]]]></description>
		<wfw:commentRss>http://matrafox.info/automatic-script-for-backup-up-redis-on-a-amazon-ebs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

