<?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>Fri, 18 May 2012 10:30:06 +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>How to start X program from cron</title>
		<link>http://matrafox.info/how-to-start-x-program-from-cron.html</link>
		<comments>http://matrafox.info/how-to-start-x-program-from-cron.html#comments</comments>
		<pubDate>Fri, 18 May 2012 10:29:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[x]]></category>

		<guid isPermaLink="false">http://matrafox.info/?p=290</guid>
		<description><![CDATA[Hello Well today I have to make a little script that close a chromium erase the cache and start it again. Bellow is the script #!/bin/bash ps aux&#124;grep 'chromium-browser'&#124;awk {'print $2'}&#124;xargs kill -9 /bin/rm -rf /home/user/.cache/chromium /bin/sed -i 's/&#34;exited_cleanly&#34;: false/&#34;exited_cleanly&#34;: true/' /home/user/.config/chromium/Default/Preferences DISPLAY=:0 /usr/bin/nohup /usr/bin/chromium-browser  &#38;amp; If you will have something like No protocol specified [...]]]></description>
		<wfw:commentRss>http://matrafox.info/how-to-start-x-program-from-cron.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invalid command &#8220;SSLEngine&#8221;, perhaps misspelled or   defined by a module not included in the server configuration</title>
		<link>http://matrafox.info/invalid-command-sslengine-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration.html</link>
		<comments>http://matrafox.info/invalid-command-sslengine-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration.html#comments</comments>
		<pubDate>Mon, 23 Apr 2012 12:53:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://matrafox.info/?p=286</guid>
		<description><![CDATA[If you have bellow error you should install mod_ssl &#8220;Invalid command &#8220;SSLEngine&#8221;, perhaps misspelled or defined by a module not included in the server configuration&#8221; The error message indicates that the module mod_ssl required to run SSL engine on a CentOS server is missing and needs to be installed. Install the mod_ssl module using yum [...]]]></description>
		<wfw:commentRss>http://matrafox.info/invalid-command-sslengine-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>s3fs and centos 6.2</title>
		<link>http://matrafox.info/s3fs-and-centos-6-2.html</link>
		<comments>http://matrafox.info/s3fs-and-centos-6-2.html#comments</comments>
		<pubDate>Fri, 20 Apr 2012 11:35:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[s3fs]]></category>

		<guid isPermaLink="false">http://matrafox.info/?p=283</guid>
		<description><![CDATA[Well today I was trying to install s3fs on a centos 6.2 server . So first of all I try this yum install gcc libstdc++-devel gcc-c++ curl-devel libxml2-devel openssl-devel mailcap fuse fuse-devel wget http://s3fs.googlecode.com/files/s3fs-1.61.tar.gz tar xvzf s3fs-1.61.tar.gz cd s3fs-1.61/ ./configure --prefix=/usr make make install However the configure wasn&#8217;t working because of fuse version. I have [...]]]></description>
		<wfw:commentRss>http://matrafox.info/s3fs-and-centos-6-2.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>firefox no video supported format and mime type found</title>
		<link>http://matrafox.info/firefox-no-video-supported-format-and-mime-type-found.html</link>
		<comments>http://matrafox.info/firefox-no-video-supported-format-and-mime-type-found.html#comments</comments>
		<pubDate>Mon, 02 Apr 2012 13:35:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[ogc]]></category>
		<category><![CDATA[webm]]></category>

		<guid isPermaLink="false">http://matrafox.info/?p=281</guid>
		<description><![CDATA[Well, a quiq solution to this you should add this on your .htaccess file AddType video/ogg .ogm AddType video/ogg .ogv AddType video/ogg .ogg AddType video/webm .webm AddType audio/webm .weba AddType video/mp4 .mp4 AddType video/x-m4v .m4v]]></description>
		<wfw:commentRss>http://matrafox.info/firefox-no-video-supported-format-and-mime-type-found.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Equivalent of rpm -qa in ubuntu</title>
		<link>http://matrafox.info/equivalent-of-rpm-qa-in-ubuntu.html</link>
		<comments>http://matrafox.info/equivalent-of-rpm-qa-in-ubuntu.html#comments</comments>
		<pubDate>Mon, 02 Apr 2012 12:04:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://matrafox.info/?p=277</guid>
		<description><![CDATA[Well in rpm base distribution you may use this rpm -qa /path/to/file And you will have a answer like this : &#160;rpm -qf /usr/bin/top procps-3.2.7-11.1.el5 On a ubuntu server you should run dpkg -S /path/to/file &#160;dpkg -S /usr/bin/top procps: /usr/bin/top]]></description>
		<wfw:commentRss>http://matrafox.info/equivalent-of-rpm-qa-in-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

