<?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>Dennis Granau &#124; Captain&#039;s Log</title>
	<atom:link href="http://www.dennisgranau.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dennisgranau.com</link>
	<description>Random Thoughts On Web, Music and Video Games</description>
	<lastBuildDate>Sun, 19 Feb 2012 10:20:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>HOWTO Make Audacity import MP3 files in Fedora</title>
		<link>http://www.dennisgranau.com/2012/02/19/howto-make-audacity-import-mp3-files-in-fedora/</link>
		<comments>http://www.dennisgranau.com/2012/02/19/howto-make-audacity-import-mp3-files-in-fedora/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 10:20:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Linux/UNIX]]></category>
		<category><![CDATA[audacity]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.dennisgranau.com/?p=1790</guid>
		<description><![CDATA[By default, in recent Fedora versions, when you attempt to import an MP3 file in Audacity, it returns this error: &#8220;This version of Audacity was not compiled with MP3 files support.&#8221; To resolve this issue first remove &#34;audacity&#34; package: $ sudo yum remove audacity Next &#8211; add RPMFusion repository: $ sudo rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm $ [...]]]></description>
		<wfw:commentRss>http://www.dennisgranau.com/2012/02/19/howto-make-audacity-import-mp3-files-in-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quote Of The Day</title>
		<link>http://www.dennisgranau.com/2012/02/14/quote-of-the-day-20/</link>
		<comments>http://www.dennisgranau.com/2012/02/14/quote-of-the-day-20/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 12:48:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quotes]]></category>
		<category><![CDATA[qotd]]></category>
		<category><![CDATA[school of rock]]></category>

		<guid isPermaLink="false">http://www.dennisgranau.com/?p=1786</guid>
		<description><![CDATA[Today&#8217;s quote is from &#8220;School Of Rock&#8221; movie: Now is everyone nice and pissed off ? &#8211; Yeah ! Good. Time to write a rock song.]]></description>
		<wfw:commentRss>http://www.dennisgranau.com/2012/02/14/quote-of-the-day-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO Watch webcam video in your ASCII terminal</title>
		<link>http://www.dennisgranau.com/2012/01/31/howto-watch-webcam-video-in-your-ascii-terminal/</link>
		<comments>http://www.dennisgranau.com/2012/01/31/howto-watch-webcam-video-in-your-ascii-terminal/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 18:12:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Linux/UNIX]]></category>
		<category><![CDATA[ascii]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.dennisgranau.com/?p=1768</guid>
		<description><![CDATA[Just use this magic string: $ mplayer tv:// -tv driver=v4l2:width=640:height=480:device=/dev/video0:fps=30:outfmt=yuy2 -vo caca This will render webcam video in color ASCII. For black and white version use -vo aa option. Of course, mplayer package should be installed. $ yum install mplayer]]></description>
		<wfw:commentRss>http://www.dennisgranau.com/2012/01/31/howto-watch-webcam-video-in-your-ascii-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO Add favicon to your web site</title>
		<link>http://www.dennisgranau.com/2012/01/26/howto-add-favicon-to-your-web-site/</link>
		<comments>http://www.dennisgranau.com/2012/01/26/howto-add-favicon-to-your-web-site/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 19:45:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Linux/UNIX]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.dennisgranau.com/?p=1751</guid>
		<description><![CDATA[To add a favicon to your site or blog do the following (tried on Linux): Create an image in GIMP 16&#215;16 or 32&#215;32 in size, number of colors &#8211; below 16 Save it as favicon.ppm Convert it to ico using this command: 1ppmtowinicon -output favicon.ico favicon.ppm If previos step doesn&#8217;t work &#8211; install netpbm and [...]]]></description>
		<wfw:commentRss>http://www.dennisgranau.com/2012/01/26/howto-add-favicon-to-your-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO Fedora 16 won&#8217;t shutdown</title>
		<link>http://www.dennisgranau.com/2012/01/16/howto-fedora-16-wont-shutdown/</link>
		<comments>http://www.dennisgranau.com/2012/01/16/howto-fedora-16-wont-shutdown/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 20:48:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Linux/UNIX]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 16]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.dennisgranau.com/?p=1603</guid>
		<description><![CDATA[Seems like you need to install ACPI service: 123yum -y install acpid systemctl enable acpid.service systemctl start acpid.service]]></description>
		<wfw:commentRss>http://www.dennisgranau.com/2012/01/16/howto-fedora-16-wont-shutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

