<?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>Chatteren &#187; linux</title>
	<atom:link href="http://herself.movielady.net/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://herself.movielady.net</link>
	<description>Natterings on the state of my world</description>
	<lastBuildDate>Thu, 26 Jan 2012 05:21:10 +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>Convert flac to mp3 using ffmpeg, retain ID3 tags</title>
		<link>http://herself.movielady.net/2011/06/21/convert-flac-to-mp3-using-ffmpeg-retain-id3-tags/</link>
		<comments>http://herself.movielady.net/2011/06/21/convert-flac-to-mp3-using-ffmpeg-retain-id3-tags/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 20:33:22 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[code snippets]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ffmpeg]]></category>

		<guid isPermaLink="false">http://herself.movielady.net/?p=158</guid>
		<description><![CDATA[Finally found the info I needed in the ffmpeg docs to keep the ID3 tags when converting from flac to mp3: for FILE in *.flac; do ffmpeg -i "$FILE" -ab 320k -map_meta_data 0:0 "${FILE%.*}.mp3"; done]]></description>
		<wfw:commentRss>http://herself.movielady.net/2011/06/21/convert-flac-to-mp3-using-ffmpeg-retain-id3-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dear idiot package maintainer:</title>
		<link>http://herself.movielady.net/2010/03/19/dear-idiot-package-maintainer/</link>
		<comments>http://herself.movielady.net/2010/03/19/dear-idiot-package-maintainer/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 01:29:42 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://herself.movielady.net/?p=31</guid>
		<description><![CDATA[Changing damned near every USE flag on a minor (!?!?!) release (0.8.34 to 0.8.34-r1) for a package WITHOUT DOING A DAMNED GOOD JOB DOCUMENTING THE CHANGES is a monumentally stupid idea and all you're going to do is annoy the crap out of people who use the package. Is it a good idea to add [...]]]></description>
		<wfw:commentRss>http://herself.movielady.net/2010/03/19/dear-idiot-package-maintainer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>qmail + vpopmail + ezmlm + mysql: ezmlm list-making notes</title>
		<link>http://herself.movielady.net/2008/04/15/ezmlm-notes/</link>
		<comments>http://herself.movielady.net/2008/04/15/ezmlm-notes/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 02:45:51 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[ezmlm]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[qmail]]></category>
		<category><![CDATA[vpopmail]]></category>

		<guid isPermaLink="false">http://herself.movielady.net/2008/04/15/qmail-vpopmail-ezmlm-mysql-ezmlm-list-making-notes/</guid>
		<description><![CDATA[I've been setting up nginx, qmail, vpopmail, ezmlm-idx, etc., on my new VPS on slicehost (yay, slicehost!), and figured I'd post my notes in case they're useful to anyone else, since finding even tiny bits and pieces helped along the way and kept me from tearing my hair out while trying to work out how [...]]]></description>
		<wfw:commentRss>http://herself.movielady.net/2008/04/15/ezmlm-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing symfony on Dreamhost using PEAR</title>
		<link>http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/</link>
		<comments>http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 03:27:54 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[frameworks]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/</guid>
		<description><![CDATA[I tried to get all of the commands put down in this how-to, so that people of all skill levels could follow the instructions. Be sure to let me know if I missed any or something needs clarified. :) But as usual, use at your own risk, yadda, yadda. Conventions used in this how-to (replace [...]]]></description>
		<wfw:commentRss>http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
	</channel>
</rss>

