<?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>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>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>
		<item>
		<title>How to disable the “Chromium didn&#8217;t shut down correctly” message</title>
		<link>http://matrafox.info/how-to-disable-the-chromium-didnt-shut-down-correctly-message.html</link>
		<comments>http://matrafox.info/how-to-disable-the-chromium-didnt-shut-down-correctly-message.html#comments</comments>
		<pubDate>Mon, 26 Mar 2012 07:42:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[automated]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[full screen]]></category>
		<category><![CDATA[kiosk]]></category>

		<guid isPermaLink="false">http://matrafox.info/?p=275</guid>
		<description><![CDATA[Hello Well, because is crhomium you will be on a linux system. So after a little search this can be remove from some setting on the chormium. Is not just a clik, So for those who want to run a automated script that start the chormium using kiosk mode well this will be a help [...]]]></description>
		<wfw:commentRss>http://matrafox.info/how-to-disable-the-chromium-didnt-shut-down-correctly-message.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Partition Size Larger Than 2TB, 3TB</title>
		<link>http://matrafox.info/creating-a-partition-size-larger-than-2tb-3tb.html</link>
		<comments>http://matrafox.info/creating-a-partition-size-larger-than-2tb-3tb.html#comments</comments>
		<pubDate>Mon, 19 Mar 2012 13:04:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[2tb]]></category>
		<category><![CDATA[3tb]]></category>
		<category><![CDATA[5tb]]></category>
		<category><![CDATA[fdisk]]></category>
		<category><![CDATA[gparted]]></category>
		<category><![CDATA[larger]]></category>
		<category><![CDATA[parted]]></category>
		<category><![CDATA[partition]]></category>

		<guid isPermaLink="false">http://matrafox.info/?p=272</guid>
		<description><![CDATA[Hello Well recently I have to do a partition biger then 2TB, because I wanted to use all drive for backup. Because fdisk won&#8217;t work, well I figure it out that I have to use parted so here we go. parted /dev/sdb the output will be something like GNU Parted 2.1 Using /dev/sdb Welcome to [...]]]></description>
		<wfw:commentRss>http://matrafox.info/creating-a-partition-size-larger-than-2tb-3tb.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>proftpd passive port not working</title>
		<link>http://matrafox.info/proftpd-passive-port-not-working.html</link>
		<comments>http://matrafox.info/proftpd-passive-port-not-working.html#comments</comments>
		<pubDate>Fri, 02 Mar 2012 09:20:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[passive]]></category>
		<category><![CDATA[proftpd]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://matrafox.info/?p=269</guid>
		<description><![CDATA[Well, we have to check a proftpd why was not working in some case. Here are some error output: 227 Entering Passive Mode (10,108,211,224,191,201). ftp: connect: Connection timed out Status: Retrieving directory listing... Command: PWD Response: 257 &#34;/&#34; is the current directory Command: TYPE I Response: 200 Command okay. Command: PASV Response: 227 Entering Passive [...]]]></description>
		<wfw:commentRss>http://matrafox.info/proftpd-passive-port-not-working.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

