<?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/tag/linux/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>How to Check if Apache is Running Prefork or Worker</title>
		<link>http://matrafox.info/how-to-check-if-apache-is-running-prefork-or-worker.html</link>
		<comments>http://matrafox.info/how-to-check-if-apache-is-running-prefork-or-worker.html#comments</comments>
		<pubDate>Thu, 19 Aug 2010 17:36:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[MPM]]></category>
		<category><![CDATA[prefork]]></category>
		<category><![CDATA[worker]]></category>

		<guid isPermaLink="false">http://matrafox.info/?p=122</guid>
		<description><![CDATA[Today I want to change some settings on one of my server. But when to change I didn&#8217;t know if it&#8217;s prefork or worker module at the power of my apache. So what to tune ? Well this information is compile in Apache and is not loaded as module. So if you want to find [...]]]></description>
		<wfw:commentRss>http://matrafox.info/how-to-check-if-apache-is-running-prefork-or-worker.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mytop Error in option spec: &#8220;long&#124;!&#8221;</title>
		<link>http://matrafox.info/mytop-error-in-option-spec-long.html</link>
		<comments>http://matrafox.info/mytop-error-in-option-spec-long.html#comments</comments>
		<pubDate>Tue, 16 Jun 2009 17:06:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[mytop]]></category>

		<guid isPermaLink="false">http://matrafox.info/?p=117</guid>
		<description><![CDATA[Recent mytop a inceput sa nu mai mearga pe versiunile mai noi de Centos Eroarea este: #mytop Error in option spec: &#8220;long&#124;!&#8221; Ca sa repari, editezi /usr/bin/mytop, faci un search dupa  &#8220;long&#124;!&#8221; =&#62; \$config{long_nums}, si pui un # in fata, salvezi si ar trebui sa functioneze. Multa bafta]]></description>
		<wfw:commentRss>http://matrafox.info/mytop-error-in-option-spec-long.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

