<?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 ...</title>
	<atom:link href="http://matrafox.info/feed" rel="self" type="application/rss+xml" />
	<link>http://matrafox.info</link>
	<description>Another blog just like others on internet</description>
	<lastBuildDate>Thu, 26 Jan 2012 09:18:34 +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>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>
		<item>
		<title>Using Domain Names With Elastic Load Balancing route53</title>
		<link>http://matrafox.info/using-domain-names-with-elastic-load-balancing-route53.html</link>
		<comments>http://matrafox.info/using-domain-names-with-elastic-load-balancing-route53.html#comments</comments>
		<pubDate>Fri, 23 Dec 2011 09:33:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://matrafox.info/?p=200</guid>
		<description><![CDATA[Well a few day&#8217;s ago I have to setup a domain to use loadbalancer from Amazon.  Well there are 2 posibilities 1. You may associate a subdomain  with CNAME to loadbalancer, however this is not a good solution because you may not use ex: matrafox.info you may use only www.matrafox.info 2.  Move the domain to [...]]]></description>
		<wfw:commentRss>http://matrafox.info/using-domain-names-with-elastic-load-balancing-route53.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

