<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>at least this is still a Blog</title>
	<atom:link href="http://atleastthis.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://atleastthis.wordpress.com</link>
	<description>Erfahrungsaustausch schon die Nerven</description>
	<lastBuildDate>Thu, 11 Dec 2008 19:59:39 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='atleastthis.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>at least this is still a Blog</title>
		<link>http://atleastthis.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://atleastthis.wordpress.com/osd.xml" title="at least this is still a Blog" />
	<atom:link rel='hub' href='http://atleastthis.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Ähnliche Dateien finden</title>
		<link>http://atleastthis.wordpress.com/2008/12/11/ahnliche-dateien-finden/</link>
		<comments>http://atleastthis.wordpress.com/2008/12/11/ahnliche-dateien-finden/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 19:47:42 +0000</pubDate>
		<dc:creator>atleastthis</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ogg]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://atleastthis.wordpress.com/?p=33</guid>
		<description><![CDATA[Auf Anfrage hier ein kleines Script zu meinem vorherigem Eintrag: (Achtung, Indentation fehlt!) #! /usr/bin/python import os, string,sys,globfiles_ogg=[] files_mp3=[] double=[] filenames = sys.argv[1:] files = glob.glob(filenames[0]+&#8220;*&#8220;+&#8220;/*&#8220;+&#8220;/*&#8220;) for filename in files: if &#8216;.ogg&#8217; in filename: files_ogg.append(filename) if &#8216;.mp3&#8242; in filename: files_mp3.append(filename) for ogg in files_ogg: for mp3 in files_mp3: if ogg[:-4]==mp3[:-4]: double.append(mp3) print &#8222;mp3-files already convertet:&#8220; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atleastthis.wordpress.com&amp;blog=5778768&amp;post=33&amp;subd=atleastthis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://atleastthis.wordpress.com/2008/12/11/ahnliche-dateien-finden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ec4a9561c11b8cb035b82a4c0b70316?s=96&#38;d=identicon" medium="image">
			<media:title type="html">atleastthis</media:title>
		</media:content>
	</item>
		<item>
		<title>Alle mp3 in ogg umwandeln</title>
		<link>http://atleastthis.wordpress.com/2008/12/11/alle-mp3-in-ogg-umwandeln/</link>
		<comments>http://atleastthis.wordpress.com/2008/12/11/alle-mp3-in-ogg-umwandeln/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 13:58:15 +0000</pubDate>
		<dc:creator>atleastthis</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[ogg]]></category>
		<category><![CDATA[pacpl]]></category>
		<category><![CDATA[umwandeln]]></category>

		<guid isPermaLink="false">http://atleastthis.wordpress.com/?p=30</guid>
		<description><![CDATA[Alle mp3 in ogg umwandeln (oder umgekehrt) ist wiedereinmal recht einfach:

<em>find /data/mp3/* -name *mp3 -exec pacpl -to ogg {} \;</em>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atleastthis.wordpress.com&amp;blog=5778768&amp;post=30&amp;subd=atleastthis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://atleastthis.wordpress.com/2008/12/11/alle-mp3-in-ogg-umwandeln/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ec4a9561c11b8cb035b82a4c0b70316?s=96&#38;d=identicon" medium="image">
			<media:title type="html">atleastthis</media:title>
		</media:content>
	</item>
		<item>
		<title>Berechtigungen von /var/log/messages</title>
		<link>http://atleastthis.wordpress.com/2008/12/09/berechtigungen-von-varlogmessages/</link>
		<comments>http://atleastthis.wordpress.com/2008/12/09/berechtigungen-von-varlogmessages/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 10:09:38 +0000</pubDate>
		<dc:creator>atleastthis</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[/var/log/messages]]></category>
		<category><![CDATA[Berechtigungen]]></category>
		<category><![CDATA[syslog-ng]]></category>

		<guid isPermaLink="false">http://atleastthis.wordpress.com/?p=22</guid>
		<description><![CDATA[Um die Berechtigungen von /var/log/messages dauerhaft zu ändern, gibt es die Option perm(xyz) in der syslog-ng.conf.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atleastthis.wordpress.com&amp;blog=5778768&amp;post=22&amp;subd=atleastthis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://atleastthis.wordpress.com/2008/12/09/berechtigungen-von-varlogmessages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ec4a9561c11b8cb035b82a4c0b70316?s=96&#38;d=identicon" medium="image">
			<media:title type="html">atleastthis</media:title>
		</media:content>
	</item>
		<item>
		<title>Keine Umlaute?</title>
		<link>http://atleastthis.wordpress.com/2008/12/08/keine-umlaute/</link>
		<comments>http://atleastthis.wordpress.com/2008/12/08/keine-umlaute/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 07:59:09 +0000</pubDate>
		<dc:creator>atleastthis</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[konsole]]></category>
		<category><![CDATA[locale]]></category>
		<category><![CDATA[umlaute]]></category>

		<guid isPermaLink="false">http://atleastthis.wordpress.com/?p=18</guid>
		<description><![CDATA[Keine Umlaute?
<em>dpkg-reconfigure console-data</em> ändert rein garnichts?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atleastthis.wordpress.com&amp;blog=5778768&amp;post=18&amp;subd=atleastthis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://atleastthis.wordpress.com/2008/12/08/keine-umlaute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ec4a9561c11b8cb035b82a4c0b70316?s=96&#38;d=identicon" medium="image">
			<media:title type="html">atleastthis</media:title>
		</media:content>
	</item>
		<item>
		<title>Logfiles auf dem KDE-Desktop</title>
		<link>http://atleastthis.wordpress.com/2008/12/08/logfiles-auf-dem-kde-desktop/</link>
		<comments>http://atleastthis.wordpress.com/2008/12/08/logfiles-auf-dem-kde-desktop/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 06:28:01 +0000</pubDate>
		<dc:creator>atleastthis</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[logfiles]]></category>
		<category><![CDATA[tail]]></category>

		<guid isPermaLink="false">http://atleastthis.wordpress.com/?p=3</guid>
		<description><![CDATA[Tja, wer hätte nicht gern logfiles auf dem Desktop?
Aber wie? KDE macht es einem zum Glück sehr einfach.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atleastthis.wordpress.com&amp;blog=5778768&amp;post=3&amp;subd=atleastthis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://atleastthis.wordpress.com/2008/12/08/logfiles-auf-dem-kde-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ec4a9561c11b8cb035b82a4c0b70316?s=96&#38;d=identicon" medium="image">
			<media:title type="html">atleastthis</media:title>
		</media:content>

		<media:content url="http://evil-monkey-in-my-closet.com/124324234/screen.jpg" medium="image">
			<media:title type="html">tail im KDE-Desktop</media:title>
		</media:content>

		<media:content url="http://evil-monkey-in-my-closet.com/124324234/screen1.jpg" medium="image">
			<media:title type="html">Neues Verhalten anlegen</media:title>
		</media:content>

		<media:content url="http://evil-monkey-in-my-closet.com/124324234/screen3.jpg" medium="image">
			<media:title type="html">Das Fenster automatisch erkennen lassen</media:title>
		</media:content>

		<media:content url="http://evil-monkey-in-my-closet.com/124324234/screen2.jpg" medium="image">
			<media:title type="html">Startposition und Verhalten festlegen</media:title>
		</media:content>
	</item>
	</channel>
</rss>
