<?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>My Blog &#187; linux</title>
	<atom:link href="http://rewiv.com/blog/catacooga/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://rewiv.com/blog</link>
	<description>My Personal Blog</description>
	<lastBuildDate>Wed, 28 Sep 2011 01:41:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta2</generator>
		<item>
		<title>basic m4v to flv conversion with ffmpeg</title>
		<link>http://rewiv.com/blog/2011/02/25/basic-m4v-to-flv-conversion-with-ffmpeg/</link>
		<comments>http://rewiv.com/blog/2011/02/25/basic-m4v-to-flv-conversion-with-ffmpeg/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 16:41:49 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[m4v]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://rewiv.com/blog/?p=56</guid>
		<description><![CDATA[ffmpeg -i inputFile.m4v -f flv -ar 44100 outputFile.flv -i is the name of the m4v file -f is the output format of the new file -ar changes the sample rate of the audio &#160; FFmpeg Documentation]]></description>
		<wfw:commentRss>http://rewiv.com/blog/2011/02/25/basic-m4v-to-flv-conversion-with-ffmpeg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Extensions in PHP without Reading the Mime Type</title>
		<link>http://rewiv.com/blog/2009/12/12/finding-extensions-in-php-without-reading-the-mime-type/</link>
		<comments>http://rewiv.com/blog/2009/12/12/finding-extensions-in-php-without-reading-the-mime-type/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 23:19:56 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[file handling]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://rewiv.com/blog/?p=26</guid>
		<description><![CDATA[For all you geeks, finding an extension, cross platform, because application/type doesn&#8217;t always work with $_FILES['file']['type'] cross platform. The mime information is read differently, I ran into this problem on unix when somebody uploaded a pdf edited on a windows machine. function findExt($f) { $var = $f; $explode = explode('.', $var); $num = count($explode); $ext ... <a href="http://rewiv.com/blog/2009/12/12/finding-extensions-in-php-without-reading-the-mime-type/">Continue Reading</a> ...]]></description>
		<wfw:commentRss>http://rewiv.com/blog/2009/12/12/finding-extensions-in-php-without-reading-the-mime-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install your Linksys WMP110 wireless card on linux</title>
		<link>http://rewiv.com/blog/2008/09/08/how-to-install-your-linksys-wmp110-wireless-gn-card-on-linux/</link>
		<comments>http://rewiv.com/blog/2008/09/08/how-to-install-your-linksys-wmp110-wireless-gn-card-on-linux/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 23:20:04 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[ndiswrapper]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.rewiv.com/blog/?p=1</guid>
		<description><![CDATA[I run Ubuntu, but I imagine it would probably be the same for most distributions. Install ndiswrapper, use your repos package search. On Ubuntu it is already installed. yum search ndiswrapper or aptitude search ndiswrapper. If you need to build from source, check out this post. Download the driver files here. You can also snag ... <a href="http://rewiv.com/blog/2008/09/08/how-to-install-your-linksys-wmp110-wireless-gn-card-on-linux/">Continue Reading</a> ...]]></description>
		<wfw:commentRss>http://rewiv.com/blog/2008/09/08/how-to-install-your-linksys-wmp110-wireless-gn-card-on-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

