<?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>Are You Open Source? &#187; Linux &amp; Open Source</title>
	<atom:link href="http://cassmodiah.de/category/linux-und-open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://cassmodiah.de</link>
	<description>SENSE - This is my personal pastebin and makes none!</description>
	<lastBuildDate>Mon, 28 Mar 2011 06:10:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>BeBeBeBeBörnd</title>
		<link>http://cassmodiah.de/2010-06-23/bebebebebornd/</link>
		<comments>http://cassmodiah.de/2010-06-23/bebebebebornd/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 18:43:45 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Fundstücke]]></category>
		<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Kult]]></category>
		<category><![CDATA[lol]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=702</guid>
		<description><![CDATA[שָׁלוֹם /usr/local/bin/berndget #!/usr/bin/env python import urllib2 import urllib import BeautifulSoup import sys import re import os def stripfilename(url): base = urllib.unquote(os.path.basename(url)) return base def contains(theString, theQueryValue): return theString.find(theQueryValue) &#62; -1 def _reporthook(numblocks, blocksize, filesize): sys.stdout.write(&#34;.&#34;) sys.stdout.flush() request = urllib2.Request(sys.argv[1]) response = urllib2.urlopen(request) soup = BeautifulSoup.BeautifulSoup(response) for a in soup.findAll(&#039;a&#039;): link=a.get(&#039;href&#039;) if (link): if (contains(link, &#34;/download/&#34;)): [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>/usr/local/bin/berndget</p>
<pre class="brush: python">
#!/usr/bin/env python

import urllib2
import urllib
import BeautifulSoup
import sys
import re
import os

def stripfilename(url):
	base = urllib.unquote(os.path.basename(url))
	return base

def contains(theString, theQueryValue):
	return theString.find(theQueryValue) &gt; -1

def _reporthook(numblocks, blocksize, filesize):
	sys.stdout.write(&quot;.&quot;)
	sys.stdout.flush()	

request = urllib2.Request(sys.argv[1])
response = urllib2.urlopen(request)
soup = BeautifulSoup.BeautifulSoup(response)
for a in soup.findAll(&#039;a&#039;):
	link=a.get(&#039;href&#039;)
	if (link):
		if (contains(link, &quot;/download/&quot;)):
			base=stripfilename(link)
			url=&quot;http://krautchan.net&quot;+link
			print url+&quot; --&gt; &quot;+base
			urllib.urlretrieve(url, base, _reporthook)
			print
</pre>
<p>By Bernd (sometimes under public domain) </p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2010-06-23/bebebebebornd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tiling &#8211; Sympathiesieg für KDE?</title>
		<link>http://cassmodiah.de/2010-06-12/tiling-sympathiesieg-fur-kde/</link>
		<comments>http://cassmodiah.de/2010-06-12/tiling-sympathiesieg-fur-kde/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 02:19:29 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[nerv]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=691</guid>
		<description><![CDATA[שָׁלוֹם KWin wird auch tiling beherrschen können. Damit zieht endlich ein Windowmanager mit Tilingfunktion in eine große Desktopumgebung. Das ist das was ich schon lange erwarte. x-tile bringt auch etwas Tiling-Feeling auf den Gnome-Desktop, arbeitet aber sehr sehr unsauber. Dieses unsaubere Verhalten behindert beim arbeiten, da die Fenster die x-tile verwaltet, immer manuell nachjustiert werden [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>KWin wird auch tiling beherrschen können. Damit zieht endlich ein Windowmanager mit Tilingfunktion in eine große Desktopumgebung. Das ist das was ich schon lange erwarte.<br />
x-tile bringt auch etwas Tiling-Feeling auf den Gnome-Desktop, arbeitet aber sehr sehr unsauber. Dieses unsaubere Verhalten behindert beim arbeiten, da die Fenster die x-tile verwaltet, immer manuell nachjustiert werden müssen.<br />
<a href="http://media.cassmodiah.de/2010/06/gnome_xtile.png"><img src="http://media.cassmodiah.de/2010/06/gnome_xtile-300x187.png" alt="" title="gnome mit xtile" width="300" height="187" class="alignnone size-medium wp-image-697" /></a></p>
<p>Um richtiges tiling auf den Gnome-Desktop zu bringen muss man den Fenstermanager Metacity durch einen anderen ersetzen. Zur Zeit kommt da nur XMonad in Frage (ausgehend vom Fedora Repository), dieser ist aber in Haskell geschrieben und Haskell ist&#8230;.. sagen wir einfach definitiv nicht mein Fall!<br />
i3 ist mein Favorit, kann aber nicht in eine Desktopumgebung integriert werden. Ich bin mir nicht sicher, aber ich glaube es liegt daran dass i3 nicht mit den <a href="http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html">EWMH-Spezifikationen</a> konform ist, die dafür zwingend notwendig wären.</p>
<p>KWin harmoniert zwar nicht wirklich mit einem Gnome- oder XFCE-Desktop, aber &#8220;der Zweck heiligt die Mittel&#8221;..<br />
<a href="http://media.cassmodiah.de/2010/06/gnome_kwin_tiling.png"><img src="http://media.cassmodiah.de/2010/06/gnome_kwin_tiling-300x187.png" alt="" title="tiling KWin on GNOME" width="300" height="187" class="alignnone size-medium wp-image-694" /></a><br />
Ein Sakrileg für Gnome und KDE Freaks gleichermaßen&#8230; :-/</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2010-06-12/tiling-sympathiesieg-fur-kde/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DigiKam aus KDE4Windows unter XP</title>
		<link>http://cassmodiah.de/2010-03-04/digikam-aus-kde4windows-unter-xp/</link>
		<comments>http://cassmodiah.de/2010-03-04/digikam-aus-kde4windows-unter-xp/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 06:36:39 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Konfiguration]]></category>
		<category><![CDATA[nerv]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=664</guid>
		<description><![CDATA[שָׁלוֹם Wir brauchen dringend eine Photoverwaltung, die die Datenbank mit den Tags usw. auf einer Netzwerkfreigabe ablegen kann (in unserem Fall ist es eine Freigabe auf einem Server die hier als normales Laufwerk gemapt ist). Alle Benutzer des Netzwerkes sollen mit der Fotoverwaltung arbeiten können und die Photos der Projekte sind so allen im Netzwerk [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Wir brauchen dringend eine Photoverwaltung, die die Datenbank mit den Tags usw. auf einer Netzwerkfreigabe ablegen kann (in unserem Fall ist es eine Freigabe auf einem Server die hier als normales Laufwerk gemapt ist). Alle Benutzer des Netzwerkes sollen mit der Fotoverwaltung arbeiten können und die Photos der Projekte sind so allen im Netzwerk zugängig.</p>
<p>DigiKam sollte meiner Meinung nach diesen Job eigentlich gut erledigen können, aber so wie es aussieht arbeitet der Teil von kioslave der für das Handling zwischen Applikation und Mülleimers zuständig ist unter KDE4Windows nicht zuverlässig, zumindest unter DigiKam gar nicht.</p>
<p>Das normale in den Mülleimer schieben bleibt aus und funktioniert leider überhaupt nicht.<br />
<a href="http://media.cassmodiah.de/2010/03/digikam_loeschdialog.jpg"><img src="http://media.cassmodiah.de/2010/03/digikam_loeschdialog-150x150.jpg" alt="" title="DigiKam Löschdialog" width="150" height="150" class="alignnone size-thumbnail wp-image-667" /></a></p>
<p>Das Hardcore-Entfernen mit Shift+Entf lässt, wenn mehrere Bilder markiert sind, nur das erste Bild mit einer Fehlermeldung verschwinden.<br />
<a href="http://media.cassmodiah.de/2010/03/enfernendialog_01.jpg"><img src="http://media.cassmodiah.de/2010/03/enfernendialog_01-150x150.jpg" alt="" title="Digikam Enternendialog 01" width="150" height="150" class="alignnone size-thumbnail wp-image-668" /></a><a href="http://media.cassmodiah.de/2010/03/entfernendialog_02.jpg"><img src="http://media.cassmodiah.de/2010/03/entfernendialog_02-150x150.jpg" alt="" title="Digikam Entfernendialog 02" width="150" height="150" class="alignnone size-thumbnail wp-image-669" /></a><a href="http://media.cassmodiah.de/2010/03/entfernendialog_03.jpg"><img src="http://media.cassmodiah.de/2010/03/entfernendialog_03-150x150.jpg" alt="" title="DigiKam Entfernendialog 03" width="150" height="150" class="alignnone size-thumbnail wp-image-671" /></a></p>
<p>Nachdem DigiKam in Benutzung war meldet sich bei einem Logout oder reboot/shutdown kioslave zu Wort.<br />
<a href="http://media.cassmodiah.de/2010/03/kioslave_crash.jpg"><img src="http://media.cassmodiah.de/2010/03/kioslave_crash-150x146.jpg" alt="" title="kioslave crash" width="150" height="146" class="alignnone size-thumbnail wp-image-675" /></a></p>
<p>Vielleicht nicht gerade schön, aber was soll man machen? Auf der anderen Seite bin ich froh, dass es wenigstens auf meiner Arbeitskiste (Fedora Linux, was sonst?) ordentlich funktioniert. <em>Habe ich etwa gerade zugegeben dass ich KDE verwende? Ja, habe ich. Verdammt&#8230;</em> Ich hoffe, dass dieses Thema mit einem der nächsten Updates der Vergangenheit angehört und DigiKam somit eine voll funktionierende Alternative zu einem weitverbreiteten kostenlosen closed source Programm eines Suchmaschinengiganten sein kann.</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2010-03-04/digikam-aus-kde4windows-unter-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And the Oscar goes to&#8230;.</title>
		<link>http://cassmodiah.de/2010-02-05/and-the-oscar-goes-to/</link>
		<comments>http://cassmodiah.de/2010-02-05/and-the-oscar-goes-to/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 12:36:37 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[openSuSE]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[whateverbuntu]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=642</guid>
		<description><![CDATA[שָׁלוֹם Auf Linux.com wurden die besten Distributionen in 7 verschiedene Kategorien gekürt: [1] * Beste Desktop Distribution : Ubuntu * Beste Laptop Distribution : OpenSuSE * Bester Enterprise Desktop : SuSE Linux Enterprise Desktop * Bester Enterprise Server : Red Hat Enterprise Linux * Beste LiveCD : Knoppix * Beste Security-Enhanced Distribution : Back Track [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Auf Linux.com wurden die besten Distributionen in 7 verschiedene Kategorien gekürt: [1]</p>
<p>* Beste Desktop Distribution : Ubuntu<br />
* Beste Laptop Distribution : OpenSuSE<br />
* Bester Enterprise Desktop : SuSE Linux Enterprise Desktop<br />
* Bester Enterprise Server : Red Hat Enterprise Linux<br />
* Beste LiveCD : Knoppix<br />
* Beste Security-Enhanced Distribution : Back Track<br />
* Beste Multimedia Distribution : Ubuntu Studio</p>
<p>[1] <a href="http://www.linux.com/learn/docs/ldp/282996-choosing-the-best-linux-distributions-for-you">http://www.linux.com/learn/docs/ldp/282996-choosing-the-best-linux-distributions-for-you</a></p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2010-02-05/and-the-oscar-goes-to/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Winterdepression</title>
		<link>http://cassmodiah.de/2010-02-04/winterdepression/</link>
		<comments>http://cassmodiah.de/2010-02-04/winterdepression/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 09:32:02 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[EPEL]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[lol]]></category>
		<category><![CDATA[nerv]]></category>
		<category><![CDATA[openSuSE]]></category>
		<category><![CDATA[packaging]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=643</guid>
		<description><![CDATA[שָׁלוֹם 12. Tevet 5770 Gnome Shell in einem Wort? Unbrauchbar! Mit Zeitgeist und Gnome Shell kann ich nicht viel anfangen. Zum Glück geht’s auch ohne. 17. Tevet 5770 surf ist ein toller kleiner Browser. 20. Tevet 5770 RHEL 6 soll angeblich Ende Q1 Anfang Q2 kommen, also hoffe ich auf CentOS 6 Ende Q2 Anfang [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>12. Tevet  5770<br />
<a href="http://live.gnome.org/GnomeShell">Gnome Shell</a> in einem Wort? Unbrauchbar!<br />
Mit <a href="https://launchpad.net/zeitgeist">Zeitgeist</a> und Gnome Shell kann ich nicht viel anfangen. Zum Glück geht’s auch ohne. </p>
<p>17. Tevet  5770<br />
<a href="http://surf.suckless.org">surf</a> ist ein toller kleiner Browser.</p>
<p>20. Tevet  5770<br />
<a href="http://www.redhat.com/rhel/">RHEL</a> 6 soll angeblich Ende Q1 Anfang Q2 kommen, also hoffe ich auf <a href="http://centos.org">CentOS</a> 6 Ende Q2 Anfang Q3. Ich muss dann zusehen, dass ich <a href="http://i3.zekjur.net">i3</a> und die sonstigen Tools nach <a href="http://fedoraproject.org/wiki/EPEL">EPEL</a> bekomme. Mal sehen was RHEL 6 bringt und was ich noch will bzw. brauche. <a href="https://fedoraproject.org/wiki/User:Tannhauser">J.T.</a> wird mich dann höchstwahrscheinlich unterstützen. </p>
<p>26. Tevet 5770<br />
Leider ist der <a href="http://lists.fedoraproject.org/pipermail/devel/2010-January/129091.html">Enlightenment-Maintainer</a> etwas verschollen und <a href="http://www.enlightenment.org/">Enlightenment</a> in der Repo nicht ganz auf dem neuesten Stand. Schade, denn ein neueres Enlightenment macht sich recht gut mit <a href="http://lxde.org/">LXDE</a>. Es gibt schönere Fenstermanager als <a href="http://openbox.org/">Openbox</a>.</p>
<p>09. Schevat 5770<br />
Der Upstream eines von mir kürzlich abgegebenen Paketes beschwert sich bei mir über die mangelnde  Kommunikations- und Kooperationsbereitschaft des neuen Maintainers. Laut Upstream sollte ich mich bei dieser Applikation doch wieder einbringen. Ich werde mich mal um den Posten des Co-Maintainers „bewerben“.</p>
<p>14. Schevat 5770<br />
Blick über den Tellerrand: Ich habe heute den <a href="http://www.mozilla-europe.org/de/firefox/">Firefox</a> unter <a href="http://opensuse.org/">openSuSE</a> gesehen. Ich bin zwar kein <a href="http://www.mozilla.com">Mozilla</a>-Fan und erst recht kein <a href="http://www.kde.org">KDE</a>-Fan, aber die <a href="http://en.opensuse.org/KDE/FirefoxIntegration">Firefoxintegration für KDE</a> hat mich schon beeindruckt.</p>
<p>18. Schevat 5770<br />
Wenn durch sinnlose Bürokratie, Idiotie und falschen Idealismus, welche von Klugscheißer, Besserwisser und Wichtigtuern geboren und genährt werden,  Beiträge sabotiert und boykottiert werden, fällt es schwer Elan für neue Beiträge aufzubringen.</p>
<p>19. Schevat 5770<br />
Manchmal, aber nur manchmal, wundert es mich, dass es Leute gibt, die genau die Problemsoftware verwenden die ich packe. Danke Thomas!</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2010-02-04/winterdepression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remember, Remember&#8230;.</title>
		<link>http://cassmodiah.de/2009-11-05/remember_remember/</link>
		<comments>http://cassmodiah.de/2009-11-05/remember_remember/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 07:13:24 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=626</guid>
		<description><![CDATA[שָׁלוֹם &#8230;. the fifth of November &#8230;. Btw, do you remember the fifth of November 2003? It&#8217;s the date of the first Fedora Release! So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>&#8230;. the fifth of November &#8230;.</p>
<p>Btw, do you remember the fifth of November 2003?<br />
It&#8217;s the date of the first Fedora Release!</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-11-05/remember_remember/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[LUGFD/HULUG] Themenvorschläge für Vorträge und Workshops</title>
		<link>http://cassmodiah.de/2009-09-24/lugfdhulug-themenvorschlage-fur-vortrage-und-workshops/</link>
		<comments>http://cassmodiah.de/2009-09-24/lugfdhulug-themenvorschlage-fur-vortrage-und-workshops/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 05:43:07 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Freunde]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Konfiguration]]></category>
		<category><![CDATA[LUG]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/2009-09-24/lugfdhulug-themenvorschlage-fur-vortrage-und-workshops/</guid>
		<description><![CDATA[שָׁלוֹם Anbei ein paar Themenvorschläge für Workshops bzw. Vorträge, die ich gerne halten würde. 1.) Linux auf Spielekonsolen - Fedora-Linux auf der PS3 for Dummies - Debian-Linux auf der PS2 - CentOS auf der Xbox - Linux auf der Xbox360 (da bin ich selber noch am basteln) 2.) Fedora Linux 3.) RPM-Paketbau für - Fedora [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Anbei ein paar Themenvorschläge für Workshops bzw. Vorträge, die ich gerne halten würde.</p>
<p>1.)<br />
Linux auf  Spielekonsolen<br />
- Fedora-Linux auf der PS3 for Dummies<br />
- Debian-Linux auf der PS2<br />
- CentOS auf der Xbox<br />
- Linux auf der Xbox360 (da bin ich selber noch am basteln)</p>
<p>2.)<br />
Fedora Linux </p>
<p>3.)<br />
RPM-Paketbau für<br />
- Fedora<br />
- CentOS</p>
<p>4.)<br />
Einrichten eines Multiseat-Systems (Debian)</p>
<p>5.)<br />
&#8220;X-less happiness&#8221;</p>
<p>6.)<br />
Gnome tweaks</p>
<p>7.)<br />
Enlightenment Desktop &#038; Windowmanager</p>
<p>Und weil es immer öfter nachgefragt wird:<br />
Modellieren mit Kartoffelsalat Elsäßer Art!</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-09-24/lugfdhulug-themenvorschlage-fur-vortrage-und-workshops/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>fedora-logo lasercutted on a stainless steel plate</title>
		<link>http://cassmodiah.de/2009-07-31/fedora-logo-lasercutted-on-a-stainless-steel-plate/</link>
		<comments>http://cassmodiah.de/2009-07-31/fedora-logo-lasercutted-on-a-stainless-steel-plate/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 18:50:46 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Kult]]></category>
		<category><![CDATA[lol]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=591</guid>
		<description><![CDATA[שָׁלוֹם Fedora has one of the easiest logos, because it is a design with very simple figures of geometry. You need 5 min or less. Don&#8217;t believe? 1.) create 3 circles radius= 25mm 30mm 35mm 2.) Create some helplines. Use for lenght the radius of the inner and outer circle 3.) Create 2 new helplines [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Fedora has one of the easiest logos, because it is a design with very simple figures of geometry.<br />
You need 5 min or less. Don&#8217;t believe?</p>
<p>1.)<br />
create 3 circles radius= 25mm 30mm 35mm<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-1.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-1.png" alt="Fedora CAD 1" title="Fedora CAD 1" width="289" height="287" class="alignnone size-full wp-image-592" /></a></p>
<p>2.)<br />
Create some helplines. Use for lenght the radius of the inner and outer circle<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-2.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-2.png" alt="Fedora CAD 2" title="Fedora CAD 2" width="285" height="288" class="alignnone size-full wp-image-593" /></a></p>
<p>3.)<br />
Create 2 new helplines with 30° and 45° based from vertical helpline<br />
The point of intersection is the middle of new circles with radius 5mm<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-3.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-3.png" alt="Fedora CAD 3" title="Fedora CAD 3" width="294" height="291" class="alignnone size-full wp-image-594" /></a></p>
<p>4.)<br />
Create a new vertical line down to the middle circle and another 7,83 mm to the left. [1]<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-4.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-4.png" alt="Fedora CAD 4" title="Fedora CAD 4" width="291" height="287" class="alignnone size-full wp-image-595" /></a></p>
<p>5.)<br />
Remove all helplines<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-5.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-5.png" alt="Fedora CAD 5" title="Fedora CAD 5" width="296" height="286" class="alignnone size-full wp-image-596" /></a></p>
<p>6.)<br />
Clip all lines, which are unnecessary<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-6.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-6.png" alt="Fedora CAD 6" title="Fedora CAD 6" width="292" height="282" class="alignnone size-full wp-image-597" /></a></p>
<p>7.)<br />
Copy the whole and make a 180° turn for the second<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-7.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-7.png" alt="Fedora CAD 7" title="Fedora CAD 7" width="591" height="300" class="alignnone size-full wp-image-598" /></a></p>
<p>8.)<br />
Merge both, center the overlaps with helplines,<br />
make a new circle with radius 90mm<br />
and create the corner at bottom left<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-8.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-8-299x300.png" alt="Fedora CAD 8" title="Fedora CAD 8" width="299" height="300" class="alignnone size-medium wp-image-599" /></a></p>
<p>9.)<br />
Remove the helpline and clip and the corner to the circle.<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-9.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-9-299x300.png" alt="Fedora CAD 9" title="Fedora CAD 9" width="299" height="300" class="alignnone size-medium wp-image-600" /></a></p>
<p>10.)<br />
Round the corners in the f with radius 5mm<br />
and the corner of the &#8220;voice&#8221; with 15mm<br />
<a href="http://media.cassmodiah.de/2009/07/Bildschirmfoto-10.png"><img src="http://media.cassmodiah.de/2009/07/Bildschirmfoto-10-300x299.png" alt="Fedora CAD 10" title="Fedora CAD 10" width="300" height="299" class="alignnone size-medium wp-image-601" /></a></p>
<p>Some dimensions:<br />
<a href="http://media.cassmodiah.de/2009/07/fedora_abmessungen.png"><img src="http://media.cassmodiah.de/2009/07/fedora_abmessungen-300x291.png" alt="Dimensions of the Fedora CAD Logo" title="Dimensions of the Fedora CAD Logo" width="300" height="291" class="alignnone size-medium wp-image-607" /></a></p>
<p>
<strong>___ T H E ___  R E S U L T ___</strong><br />
<a href="http://media.cassmodiah.de/2009/07/fedora-logo-stainless-steel.jpg"><img src="http://media.cassmodiah.de/2009/07/fedora-logo-stainless-steel-300x225.jpg" alt="Fedora Logo lasercutted on a stainless steel plate" title="Fedora Logo lasercutted on a stainless steel plate" width="300" height="225" class="alignnone size-medium wp-image-606" /></a></p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
<p>[1] Why 7,83?<br />
It is the cord of the 2 centerpoints of the circle in an angle of 15°<br />
chord=2 x radius x sinus (alpha/2)<br />
chord=2x30xsin(15/2)=7,83</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-07-31/fedora-logo-lasercutted-on-a-stainless-steel-plate/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>400MHz are enough</title>
		<link>http://cassmodiah.de/2009-07-26/400mhz-are-enough/</link>
		<comments>http://cassmodiah.de/2009-07-26/400mhz-are-enough/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 13:51:09 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=586</guid>
		<description><![CDATA[שָׁלוֹם So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p><a href="http://media.cassmodiah.de/2009/07/a110-notebook.png"><img src="http://media.cassmodiah.de/2009/07/a110-notebook-300x180.png" alt="Screenshot" title="Screenshot" width="300" height="180" class="alignnone size-medium wp-image-588" /></a></p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-07-26/400mhz-are-enough/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[fibit 09] 60 Tage noch</title>
		<link>http://cassmodiah.de/2009-07-07/fibit-09-60-tage-noch/</link>
		<comments>http://cassmodiah.de/2009-07-07/fibit-09-60-tage-noch/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 20:50:18 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Ambassador]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[EPEL]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Freunde]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Konfiguration]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=566</guid>
		<description><![CDATA[שָׁלוֹם Meine kleine to-do-Liste für die Fibit 09 auf der unsere LUG einen Stand hat. 1.) Hoffen, dass Jörg &#8220;Ganneff&#8221; Jaspert von Debian auch kommt 2.) Irgendwo Fedora DVDs und CDs herbekommen &#8211; Max, Gerold, Jörg oder Jens haben bestimmt welche für mich. 3.) Nochmal RalphAngenendt von CentOS um DVDs, CDs und Aufkleber anfragen 4.) [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Meine kleine to-do-Liste für die <a href="http://www.fibit.de">Fibit</a> 09 auf der unsere <a href="http://lug.rhoen.de">LUG</a> einen Stand hat.</p>
<p>1.) Hoffen, dass <a href="http://blog.ganneff.de/blog/">Jörg &#8220;Ganneff&#8221; Jaspert</a> von <a href="http://www.debian.org">Debian</a> auch kommt</p>
<p>2.) Irgendwo Fedora DVDs und CDs herbekommen &#8211; <a href="http://fedoraproject.org/wiki/MaxSpevack">Max</a>, <a href="http://fedoraproject.org/wiki/GeroldKassube">Gerold</a>, <a href="http://fedoraproject.org/wiki/JoergSimon">Jörg</a> oder <a href="http://fedoraproject.org/wiki/JensKuehnel">Jens</a> haben bestimmt welche für mich.</p>
<p>3.) Nochmal <a href="http://wiki.centos.org/RalphAngenendt">RalphAngenendt</a> von <a href="http://www.centos.org">CentOS</a> um DVDs, CDs und Aufkleber anfragen</p>
<p>4.) Mein neues <a href="http://media.cassmodiah.de/2009/07/one-a110-fedora.jpg">Laptop</a>  auf Fedora 11 bringen und zum zeigen von Fedora mitnehmen</p>
<p>5.) mein Server (eine alte XBox) von Debian Etch auf CentOS 5 migrieren und zum zeigen von CentOS mitnehmen</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-07-07/fibit-09-60-tage-noch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new gear</title>
		<link>http://cassmodiah.de/2009-07-07/new-gear/</link>
		<comments>http://cassmodiah.de/2009-07-07/new-gear/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 20:47:40 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Laptop]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=565</guid>
		<description><![CDATA[שָׁלוֹם Permanent reachability is a curse, but it is necessary. The simvalley pico RX-80 has simple functionality without bling bling for 16€ Back in business with the A110 for 90€. The best is that all hardware-components run with Fedora out of the box. BTW: commemorate outboxing of new &#8216;toys&#8217; is a kink of the childs [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Permanent reachability is a curse, but it is necessary.<br />
<a href="http://media.cassmodiah.de/2009/07/simvalley-pico-rx80.jpg"><img src="http://media.cassmodiah.de/2009/07/simvalley-pico-rx80-300x225.jpg" alt="Simvalley PICO RX 80" title="Simvalley PICO RX 80" width="300" height="225" class="alignnone size-medium wp-image-571" /></a><br />
The simvalley pico RX-80 has simple functionality without bling bling for 16€</p>
<p>Back in business with the A110 for 90€.<br />
<a href="http://media.cassmodiah.de/2009/07/one-a110-closed.jpg"><img src="http://media.cassmodiah.de/2009/07/one-a110-closed-300x225.jpg" alt="one A110 closed" title="one A110 closed" width="300" height="225" class="alignnone size-medium wp-image-572" /></a><a href="http://media.cassmodiah.de/2009/07/one-a110-fedora.jpg"><img src="http://media.cassmodiah.de/2009/07/one-a110-fedora-300x225.jpg" alt="one A110 with Fedora" title="one A110 with Fedora" width="300" height="225" class="alignnone size-medium wp-image-573" /></a><br />
The best is that all hardware-components run with Fedora out of the box. </p>
<p>BTW: commemorate outboxing of new &#8216;toys&#8217; is a kink of the childs in the men.</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-07-07/new-gear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS is so good</title>
		<link>http://cassmodiah.de/2009-07-03/centos-is-so-good/</link>
		<comments>http://cassmodiah.de/2009-07-03/centos-is-so-good/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 08:01:13 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[lol]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=567</guid>
		<description><![CDATA[שָׁלוֹם found on centos-promo-list So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p><a href="http://media.cassmodiah.de/2009/07/centosbooth.jpg"><img src="http://media.cassmodiah.de/2009/07/centosbooth-300x225.jpg" alt="CentOS booth" title="CentOS booth" width="300" height="225" class="alignnone size-medium wp-image-568" /></a></p>
<p>found on <a href="http://lists.centos.org/pipermail/centos-promo/2009-July/000527.html">centos-promo-list</a></p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-07-03/centos-is-so-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux-User: Community Edition</title>
		<link>http://cassmodiah.de/2009-06-10/linux-user-community-edition/</link>
		<comments>http://cassmodiah.de/2009-06-10/linux-user-community-edition/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 16:26:36 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Fundstücke]]></category>
		<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Buch]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=559</guid>
		<description><![CDATA[שָׁלוֹם Heute war eine interessante E-Mail in meinem Postfach: From: &#8220;Linux New Media AG&#8221; To: xxxx Subject: LinuxUser: Heftvorschau und PDF-Community-Edition Date: Wed, 10 Jun 2009 16:23:18 +0200 Aus dem Umfeld der Open-Source-Community als Organ der Linux-Usergroups geboren, hat Linux New Media schon immer mit der Community geteilt &#8211; sei es durch die direkte Unterstützung [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Heute war eine interessante E-Mail in meinem Postfach:</p>
<blockquote><p>
From: &#8220;Linux New Media AG&#8221;<br />
To: xxxx<br />
Subject: LinuxUser: Heftvorschau und PDF-Community-Edition<br />
Date: Wed, 10 Jun 2009 16:23:18 +0200</p>
<p>Aus dem Umfeld der Open-Source-Community als Organ der Linux-Usergroups geboren, hat Linux New Media schon immer mit der Community geteilt &#8211; sei es durch die direkte Unterstützung für Usergroups und Veranstaltungen oder das freie Bereitstellen von Inhalten im Web. Auf diesem Weg wollen wir nun einen Schritt weiter gehen und bieten Ihnen deshalb heute die erste Ausgabe der kostenlosen LinuxUser Community-Edition im PDF-Format an. Als kleines Bonbon für Sie als engagiertes Community-Mitglied erfahren Sie hier schon vorab von diesem neuen Linux-E-Zine: Offiziell und für den Rest der Welt starten wir die LinuxUser Community-Edition erst am nächsten Montag.</p>
<p>Die LinuxUser Community-Edition steht unter der Lizenz Creative Commons CC-BY-NC-ND, die es ausdrücklich erlaubt, &#8220;das Werk zu vervielfältigen, zu verbreiten und öffentlich zugänglich machen&#8221;. Sie dürfen die LinuxUser Community-Edition also beliebig kopieren, gedruckt oder als Datei an Freunde und Bekannte weitergeben, auf Ihre Website stellen &#8211; oder was immer ihnen sonst dazu einfällt. Lediglich bearbeiten, verändern oder kommerziell nutzen dürfen Sie sie nicht. Darum bitten wir Sie im Sinn des &#8220;fair use&#8221; &#8211; und machen im Einzelfall auch gern einmal eine Ausnahme von diesen Einschränkungen, falls Sie uns von der Sinnhaftigkeit Ihres Anliegens überzeugen.</p>
<p>Künftig gibt es jeden Monat eine Ausgabe der LinuxUser Community-Edition mit rund einem halben Dutzend Artikeln aus dem aktuellen Heft sowie den Inhaltsangaben von Heft und DVDs. Ein Archiv aller bereits erschienen Community-Edition-PDFs finden Sie unter</p>
<p><a href="http://www.linux-user.de/Community-Edition/">http://www.linux-user.de/Community-Edition/</a></p>
<p>zum Download. Dort können Sie bei Interesse auch einen monatlichen Vorschau-Newsletter bestellen &#8212; mit oder ohne anhängendes PDF. So flattert Ihnen die LinuxUser Community-Edition in Zukunft jeden Monat automatisch per E-Mail ins Haus, wenn Sie das wünschen.</p>
<p>Falls Sie die Zeit erübrigen können, lassen Sie mich doch kurz wissen, wie Ihnen die Community-Edition von LinuxUser gefällt und was Sie sich an Änderungen und Verbesserungen wünschen würden: LinuxUser<br />
Community-Edition ist &#8220;work in progress&#8221; und soll in Zukunft kontinuierlich gepflegt und verbessert werden.</p>
<p>Herzliche Grüße,<br />
Jörg Luther </p>
</blockquote>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-06-10/linux-user-community-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Archlinux: pacgraph!</title>
		<link>http://cassmodiah.de/2009-06-08/archlinux-pacgraph/</link>
		<comments>http://cassmodiah.de/2009-06-08/archlinux-pacgraph/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 16:12:56 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Fundstücke]]></category>
		<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Archlinux]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[nerv]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=555</guid>
		<description><![CDATA[שָׁלוֹם There is a cool application in Archlinux that draws a graph of installed packages, called pacgraph! So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>There is a cool application in <a href="http://www.archlinux.org/">Archlinux</a> that draws a graph of installed packages, called <a href="http://kmkeen.com/pacgraph/ ">pacgraph</a>!</p>
<p><a href="http://media.cassmodiah.de/2009/06/desktop_olsta.png"><img src="http://media.cassmodiah.de/2009/06/desktop_olsta-300x190.png" alt="Desktop Olsta" title="Desktop Olsta" width="300" height="190" class="alignnone size-medium wp-image-556" /></a></p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-06-08/archlinux-pacgraph/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The &#8220;Return&#8221;</title>
		<link>http://cassmodiah.de/2009-06-04/the-return/</link>
		<comments>http://cassmodiah.de/2009-06-04/the-return/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 19:37:22 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Freunde]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[lol]]></category>
		<category><![CDATA[nerv]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=543</guid>
		<description><![CDATA[שָׁלוֹם I don&#8217;t know who, but someone on IRC said that F11 &#8220;Leonidas&#8221; is &#8220;The Return of the King!&#8221; That&#8217;s bullshit, of course, because there is only one &#8220;Return&#8221; and it isn&#8217;t &#8220;of the King!&#8221; it&#8217;s &#8220;of the Jedi!&#8221; So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>I don&#8217;t know who, but someone on IRC said that F11 &#8220;Leonidas&#8221; is &#8220;The Return of the King!&#8221;<br />
That&#8217;s bullshit, of course, because there is only one &#8220;Return&#8221; and it isn&#8217;t &#8220;of the King!&#8221; it&#8217;s &#8220;of the Jedi!&#8221;</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-06-04/the-return/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tor and vidalia</title>
		<link>http://cassmodiah.de/2009-06-01/tor-and-vidalia/</link>
		<comments>http://cassmodiah.de/2009-06-01/tor-and-vidalia/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 19:51:16 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[EPEL]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[packaging]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=542</guid>
		<description><![CDATA[שָׁלוֹם coming soon to epel5&#8230;. So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>coming soon to epel5&#8230;.</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-06-01/tor-and-vidalia/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Monday sucks</title>
		<link>http://cassmodiah.de/2009-06-01/monday-sucks/</link>
		<comments>http://cassmodiah.de/2009-06-01/monday-sucks/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 05:38:19 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[EPEL]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[packaging]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=514</guid>
		<description><![CDATA[שָׁלוֹם To mock F11 srpms for epel, you need to build the srpms with --define="_source_filedigest_algorithm md5". That sucks, too. So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>To mock F11 srpms for epel, you need to build the srpms with  <code>--define="_source_filedigest_algorithm md5"</code>. That sucks, too.</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-06-01/monday-sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSuSE-Ambassadors</title>
		<link>http://cassmodiah.de/2009-05-28/opensuse-ambassadors/</link>
		<comments>http://cassmodiah.de/2009-05-28/opensuse-ambassadors/#comments</comments>
		<pubDate>Thu, 28 May 2009 21:45:48 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Ambassador]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[openSuSE]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=537</guid>
		<description><![CDATA[שָׁלוֹם The openSuSE-Community have now Ambassadors, too. So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>The openSuSE-Community have now <a href="http://en.opensuse.org/Ambassador">Ambassadors</a>, too.</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-05-28/opensuse-ambassadors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A hard day in the life of a Fedora Contributor</title>
		<link>http://cassmodiah.de/2009-05-17/a-hard-day-in-the-life-of-a-fedora-contributor/</link>
		<comments>http://cassmodiah.de/2009-05-17/a-hard-day-in-the-life-of-a-fedora-contributor/#comments</comments>
		<pubDate>Sun, 17 May 2009 12:05:18 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[nerv]]></category>
		<category><![CDATA[packaging]]></category>
		<category><![CDATA[whateverbuntu]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=507</guid>
		<description><![CDATA[שָׁלוֹם My email: Dear [nickname] your project [projectname] looks like very interesting. I installed it on my pc and i like it. I want to create a rpm-package for the GNU/Linux-Distribution Fedora [1], but your package comes with some unmodified libs which are standard in every distribution and build against them. The Fedora Guidelines [2] [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>My email:</p>
<blockquote><p>
Dear [nickname]</p>
<p>your project [projectname] looks like very interesting. I installed it on my<br />
pc and i like it.<br />
I want to create a rpm-package for the GNU/Linux-Distribution Fedora [1], but<br />
your package comes with some unmodified libs which are standard in every<br />
distribution and build against them. The Fedora Guidelines [2] says that<br />
it&#8217;s not allowed to use internal dependencies if they are in Fedora [3]. I<br />
have to patch them out on every release. To make it easier you could use the<br />
system-libs to compile it. It works, i tested it on F10 and F11 and add the<br />
patch for your buildsystem as attachment. It would be very nice, if you adopt<br />
this to your project.</p>
<p>Kind regards<br />
Simon</p>
<p>[1] http://fedoraproject.org/<br />
[2] http://fedoraproject.org/wiki/Packaging:Guidelines<br />
[3] http://fedoraproject.org/wiki/Packaging:Guidelines#No_inclusion_of_pre-built_binaries_or_libraries
</p></blockquote>
<p>His/her answer:</p>
<blockquote><p>
Dear Simon,</p>
<p>I don&#8217;t give a fuck. Fedora isn&#8217;t mainstream and Fedora isn&#8217;t important (and it<br />
never will be) and Fedora-Guidelines are Nazi-like.<br />
It&#8217;s in Ubuntu and Debian so you can adopt it or leave it out. It&#8217;s not my<br />
problem, it&#8217;s yours.</p>
<p>[nickname]
</p></blockquote>
<p>I haven&#8217;t answered yet.</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-05-17/a-hard-day-in-the-life-of-a-fedora-contributor/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>my prompt and my issue</title>
		<link>http://cassmodiah.de/2009-04-03/my-prompt-and-my-issue/</link>
		<comments>http://cassmodiah.de/2009-04-03/my-prompt-and-my-issue/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 18:49:56 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Konfiguration]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=477</guid>
		<description><![CDATA[שָׁלוֹם cat /etc/issue [34m _____ _ [34m&#124; ___&#124;__ __&#124; &#124; ___ _ __ __ _ [0;37mRelease: 10 (Cambridge) [34m&#124; &#124;_ / _ \\/ _` &#124;/ _ \\&#124; &#039;__/ _` &#124; [0;37mKernel: \r [34m&#124; _&#124; __/ (_&#124; &#124; (_) &#124; &#124; &#124; (_&#124; &#124; [34m&#124;_&#124; \\___&#124;\\__,_&#124;\\___/&#124;_&#124; \\__,_&#124; [0;37mTerminal: \l Result: Nothing special excerpt of /etc/bashrc (above [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p><strong>cat /etc/issue</strong></p>
<pre class="brush: text">
[34m _____        _
[34m|  ___|__  __| | ___  _ __ __ _  [0;37mRelease: 10 (Cambridge)
[34m| |_ / _ \\/ _` |/ _ \\| &#039;__/ _` | [0;37mKernel: \r
[34m|  _|  __/ (_| | (_) | | | (_| |
[34m|_|  \\___|\\__,_|\\___/|_|  \\__,_| [0;37mTerminal: \l
</pre>
<p><strong>Result:</strong><br />
Nothing special<br />
<a href="http://media.cassmodiah.de/2009/04/fedora_ascii_login1.png"><img class="alignnone size-full wp-image-482" title="Fedora Login ASCII " src="http://media.cassmodiah.de/2009/04/fedora_ascii_login1.png" alt="Fedora Login ASCII " width="510" height="116" /></a></p>
<p>excerpt of <strong>/etc/bashrc</strong> (above PS1 definition)</p>
<pre class="brush: text">
# Colors
normal=&#039;[0m&#039;
bold=&#039;[1m&#039;
black=&#039;[0;30m&#039;
darkgrey=&#039;[1;30m&#039;
red=&#039;[0;31m&#039;
lightred=&#039;[1;31m&#039;
green=&#039;[0;32m&#039;
lightgreen=&#039;[1;32m&#039;
brown=&#039;[0;33m&#039;
brown=&#039;[1;33m&#039;
blue=&#039;[0;34m&#039;
lightblue=&#039;[1;34m&#039;
violet=&#039;[0;35m&#039;
lightviolet=&#039;[1;35m&#039;
cyan=&#039;[0;36m&#039;
lightcyan=&#039;[1;36m&#039;
lightgrey=&#039;[0;37m&#039;
white=&#039;[1;37m&#039;

# define pwd
function show_pwd()
{
echo -e ${PWD////${normal}${bold}/${normal}${blue}}
}
</pre>
<p>excerpt of /<strong>etc/bashrc</strong> in the PS1 definition</p>
<pre class="brush: text">
    [ &quot;$PS1&quot; = &quot;\\s-\\v\\\$ &quot; ] &amp;&amp; PS1=&#039;${bold}.:[${normal} ${green}\u${normal} ${bold}@${normal} ${red}\h${normal} ${bold}:${normal} ${blue}$(show_pwd)${normal} ${bold}]:.${normal}\n\$ &#039;
</pre>
<p><strong>Result:</strong>(in an Gnome-Terminal)<br />
The specialty of this (in comparison to other prompt-templates in the web) is that the seperator is colored in a different color than the direcory. :-) You can select another seperator if you want. :-)<br />
<a href="http://media.cassmodiah.de/2009/04/screenshot-gnome-terminal.png"><img src="http://media.cassmodiah.de/2009/04/screenshot-gnome-terminal-300x216.png" alt="Screenshot Gnome Terminal" title="Screenshot Gnome Terminal" width="300" height="216" class="alignnone size-medium wp-image-492" /></a></p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-04-03/my-prompt-and-my-issue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Aprilscherze</title>
		<link>http://cassmodiah.de/2009-04-01/aprilscherze/</link>
		<comments>http://cassmodiah.de/2009-04-01/aprilscherze/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 20:58:16 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[lol]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=473</guid>
		<description><![CDATA[שָׁלוֹם Vor lauter Aprilscherze wollte ich heute nicht glauben dass CentOS 5.3 da ist. So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Vor lauter Aprilscherze wollte ich heute nicht glauben dass CentOS 5.3 da ist.</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-04-01/aprilscherze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chemnitzer Catering Tage inkl. Linux</title>
		<link>http://cassmodiah.de/2009-03-15/chemnitzer-catering-tage-inkl-linux/</link>
		<comments>http://cassmodiah.de/2009-03-15/chemnitzer-catering-tage-inkl-linux/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 06:04:44 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Ambassador]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Freunde]]></category>
		<category><![CDATA[LXDE]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=452</guid>
		<description><![CDATA[שָׁלוֹם Habe mich doch kurzfristig entschlossen auf die CLT²°°⁹ zu fahren. Ronald und Barbara von der LUG Fulda sind mitgekommen, bzw. ich mit ihnen. :-) An dieser Stelle nochmal &#8220;Danke!&#8221; fürs mitnehmen&#8230; Ein kleines Highlight für mich war: Christoph Wickert schult Klaus Knopper in einer Knoppix-Vorlesung über LXDE! :-p So long and thanks for all [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Habe mich doch kurzfristig entschlossen auf die CLT²°°⁹ zu fahren. Ronald und Barbara von der <a href="http://lug.rhoen.de/">LUG Fulda</a> sind mitgekommen, bzw. ich mit ihnen. :-) An dieser Stelle nochmal &#8220;Danke!&#8221; fürs mitnehmen&#8230;</p>
<p>Ein kleines Highlight für mich war: <a href="http://www.christoph-wickert.de/">Christoph Wickert</a> schult <a href="http://knopper.net/">Klaus Knopper</a> in einer <a href="http://www.knoppix.com/">Knoppix</a>-Vorlesung über <a href="http://lxde.org/">LXDE!</a> :-p</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-03-15/chemnitzer-catering-tage-inkl-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hallo Jabber</title>
		<link>http://cassmodiah.de/2009-03-10/hallo-jabber/</link>
		<comments>http://cassmodiah.de/2009-03-10/hallo-jabber/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 15:25:55 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Instantmessaging]]></category>
		<category><![CDATA[nerv]]></category>
		<category><![CDATA[proprietär]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=447</guid>
		<description><![CDATA[שָׁלוֹם Schon wieder ICQ-Probleme? Warum nicht einfach Jabber? So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Schon wieder ICQ-Probleme?<br />
Warum nicht einfach Jabber?</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-03-10/hallo-jabber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XFCE 4.6 released</title>
		<link>http://cassmodiah.de/2009-03-02/xfce-46-released/</link>
		<comments>http://cassmodiah.de/2009-03-02/xfce-46-released/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 21:51:21 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[XFCE]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=445</guid>
		<description><![CDATA[שָׁלוֹם Gefühlte 50€ zu spät, aber endlich da: XFCE 4.6 So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Gefühlte <a href="http://cassmodiah.de/2009-02-14/50-tacken/">50€ </a>zu spät, aber endlich da:</p>
<p><a href="http://www.xfce.org/about/news?id=21">XFCE 4.6</a></p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-03-02/xfce-46-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>altbacken</title>
		<link>http://cassmodiah.de/2009-02-25/altbacken/</link>
		<comments>http://cassmodiah.de/2009-02-25/altbacken/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 20:05:21 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Fundstücke]]></category>
		<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[lol]]></category>
		<category><![CDATA[nerv]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=440</guid>
		<description><![CDATA[שָׁלוֹם Aus einer privaten Mailingliste: &#8220;&#8230; Wir haben hier einen etwas älteren Linux-Rechner mit einem nicht mehr ganz aktuellen Yggdrasil Linux&#8230;&#8221; So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Aus einer privaten Mailingliste:<br />
&#8220;&#8230; Wir haben hier einen etwas älteren Linux-Rechner mit einem nicht mehr ganz aktuellen Yggdrasil Linux&#8230;&#8221;</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-02-25/altbacken/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>sbackup</title>
		<link>http://cassmodiah.de/2009-02-24/sbackup/</link>
		<comments>http://cassmodiah.de/2009-02-24/sbackup/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 20:27:56 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Konfiguration]]></category>
		<category><![CDATA[LUG]]></category>
		<category><![CDATA[packaging]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=426</guid>
		<description><![CDATA[שָׁלוֹם Es vergeht in letzter Zeit kaum ein Tag an dem ich nicht auf sbackup angesprochen werde, sei es in lokalen LUGs (Linux User Groups), die ich besuche, im IRC oder per Mail. Dabei scheinen viele das &#8220;S&#8221; in sbackup, welches für &#8220;simpel&#8221; steht, als &#8220;benutzerfreundlich&#8221; misszuverstehen. Sbackup ist nicht so simpel wie es der [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם<br />
<br />
Es vergeht in letzter Zeit kaum ein Tag an dem ich nicht auf <a href="http://sbackup.sourceforge.net">sbackup</a> angesprochen werde, sei es in lokalen LUGs (Linux User Groups), die ich besuche, im IRC oder per Mail. Dabei scheinen viele das &#8220;S&#8221; in sbackup, welches für &#8220;simpel&#8221; steht, als &#8220;benutzerfreundlich&#8221; misszuverstehen. Sbackup ist nicht so simpel wie es der Name des Programmes suggeriert.</p>
<p>- <strong>Erst speichern, dann ausführen</strong><br />
Man hat seine Sicherungsparameter in die Bedienoberfläche eingegeben und drückt nun auf &#8220;backup now!&#8221;, aber im Sicherungsordner taucht keine Sicherung auf. Dieses eher triviale Problem hat eine ganz simple Ursache. Die Eingaben in der Bedienoberfläche werden erst in die Konfigurationsdatei geschrieben, wenn man auf &#8220;Speichern&#8221; klickt. Der Befehl &#8220;backup now!&#8221; erstellt eine Sicherungskopie aus den Angaben in der Konfigurationsdatei, welche nicht geschrieben wird, wenn man die Eingaben vorher nicht speichert.</p>
<p>- <strong>Es gibt keinen Fortschrittsbalken</strong><br />
Wenn man ein Backupvorgang gestartet wird, dann bekommt man eine Prozess ID zugewiesen.<br />
Man kann in der Konsole unter<br />
ps -p xxxx<br />
oder<br />
ps -C sbackupd<br />
die Aktivität des Sicherungsvorganges bestätigen lassen. Einen Einblick in die Restdauer oder den momentanen Fortschritt ist nicht möglich.</p>
<p>- <strong>Keine Rückmeldung bei Fehlern</strong><br />
Ist der Sicherungsort nicht beschreibar, bietet nicht genug Platz oder die Verbindung (USB oder remote) zum Sicherungsziel geht verloren, bricht die Sicherung ohne Rückmeldung ab. Es gibt auch ebenfalls keine Logdatei.</p>
<p>- <strong>Sicherungen dauern ewig</strong><br />
Der gestartete Prozess wird immer mit der Prozesspriorität 19 ausgeführt und ist dementsprechend langsam, auch wenn der PC nicht genutzt wird. Der Prozess kann z.b. mit einem renice beschleunigt werden.</p>
<p>- <strong>Änderung der Ordnerrechte</strong> (in Versionen <0.10.5)<br />
Böse Überraschungen hat man mit Versionen vor 0.10.5 (0.10.5 ist in EPEL und Fedora verfügbar), da man die Sicherung als root betreibt und die Rechte des Sicherungsordner ohne Rückfrage auf 700 geändert wird. Man verliert als Benutzer den Zugriff auf alle Wechseldatenträger und in "/media" eingehängte Festplatten, wenn man "/media" als Sicherungsordner nimmt.   </p>
<p>- <strong>&#8220;Regexp&#8221; notwendig</strong><br />
Es ist mindestens ein Regexp-Ausdruck notwendig damit ein Sicherungsvorgang gestartet werden kann. Hier sollte man im Zweifelsfalle einen trefferlosen Ausdruck wählen. Sbackup verwigert ohne Rückmeldung die Sicherung.</p>
<p>- <strong>USB-Sticks und USB-Platten nur bedingt geeignet</strong><br />
Ein sehr beliebter Fehler bei Sicherungen über 4GB ist es einen Fat32 USB-Stick zu verwenden. Ebenfalls beliebt ist es eine Zeitsteuerung und als Sicherungsordner eine externe Festplatte zu wählen, wenn diese zum Zeitpunkt der Sicherung nicht angeschlossen ist. Sbackup verweigert wie gewohnt ohne Rückmeldung den Dienst </p>
<p>Mein Tipp für Nutzer denen der Umgang mit sbackup zu schwierig erscheint:<br />
Mit <a href="http://www.opbyte.it/grsync/">grsync</a> (eine gtk-Oberfläche für rsync) ist eine einfache und benutzerfreundliche Möglichkeit um schnell eine Sicherungskopie seines &#8220;persönlichen Ordners&#8221; auf zu erstellen.<br />
<br />
So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
<p>- &#8211; - &#8211; - -</p>
<p>Beware of my very bad english :-(</p>
<p>שָׁלוֹם<br />
<br />
Recently, there is not one day without somebody reporting me to <a href="http://sbackup.sourceforge.net">sbackup</a>, even in local LUGs (Linux User Groups) that I visited, in IRC or via EMail. Most of them missunderstood the &#8216;s&#8217; in sbackup, standing for simple as userfriendly. Sbackup isn&#8217;t userfriendly, even if the name could misslead here. </p>
<p>- <strong>First save, then execute</strong><br />
You chose all your backup-parameters in the front-end and you click on &#8220;backup now!&#8221; but in the backup-directory isn&#8217;t a backup. This is is a little bit trivial. You have to save it first, because sbackup will read all parameters from the configfile and do not refresh settings during runtime automaticly. You have to save your configs first. If you don&#8217;t do so, sbackup will start with the default configuration. </p>
<p>- <strong>there is no progress-bar</strong><br />
If you started the backup process, then there will be displayed a process-id.<br />
You can use<br />
ps -p xxxx<br />
or<br />
ps -C sbackupd<br />
to see if the backup is running. You can&#8217;t see the remaining time or the actual progress of your backup.</p>
<p>- <strong>no response on errors</strong><br />
Is the backup destination directory not writeable, or haven&#8217;t enough free space, or the connection to the backup destination (usb, remote) will lost, sbackup will abort without a response and there is no logfile. There is no exception handling to avoid overhead.</p>
<p>- <strong>the backup process is slow</strong><br />
The backup-process runs with a nice priority of 19 and is very slow, even the pc is idling. You can accelerate the process by using &#8220;renice&#8221;</p>
<p>- <strong>changing permissions</strong> (in versions <0.10.5)<br />
In versions older than 0.10.5 (0.10.5 is in EPEL and Fedora available) the permissions of the backup destination directory will be set on 700 to root, because sbackup runs with root privileges. Users will lose access to disks which mount to "/media", if you choose "/media" as backup destination directory.   </p>
<p>- <strong>&#8220;Regexp&#8221; is necessary</strong><br />
You need at least one definied regexp to start sbackup. To choose one without a hit will do this trick. Sbackup denies backup-creation without a response. As pointed out in &#8216;no response on errors&#8217;.</p>
<p>- <strong>Backup on USB-Sticks and USB-mass storage is only conditional applicable </strong><br />
A very popular mistake is to save backups with 4GB and more on a fat32 usb-stick. To use cron in combination with external disks is very popular too, but you should be sure that the external disk is mounted at the time of the backup. Sbackup won&#8217;t do anything and won&#8217;t give a response. </p>
<p>My personal advice for users who can&#8217;t handle sbackup:<br />
Use <a href="http://www.opbyte.it/grsync/">grsync</a> (a gtk-gui for rsync) is a simple and userfriendly possibility to do fastly backups of your home.<br />
<br />
So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-02-24/sbackup/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>50 Tacken&#8230;</title>
		<link>http://cassmodiah.de/2009-02-14/50-tacken/</link>
		<comments>http://cassmodiah.de/2009-02-14/50-tacken/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 21:51:44 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[nerv]]></category>
		<category><![CDATA[XFCE]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=420</guid>
		<description><![CDATA[שָׁלוֹם 50 Tacken waren der Wetteinsatz. Ich habe gewettet dass XFCE 4.6 eher den Status &#8220;stable&#8221; erreichen wird als Debian Lenny. Auf&#8217;s falsche Pferd gesetzt :-( So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>50 Tacken waren der Wetteinsatz.</p>
<p>Ich habe gewettet dass XFCE 4.6 eher den Status &#8220;stable&#8221; erreichen wird als Debian Lenny.</p>
<p>Auf&#8217;s falsche Pferd gesetzt :-(</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-02-14/50-tacken/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MockBuild</title>
		<link>http://cassmodiah.de/2009-02-12/mockbuild/</link>
		<comments>http://cassmodiah.de/2009-02-12/mockbuild/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 22:17:21 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[packaging]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=405</guid>
		<description><![CDATA[שָׁלוֹם Ein kleines Helferlein um den build mit mock etwas zu automatisieren&#8230; /usr/local/bin/mockbuild #!/bin/bash BASEDIR=${HOME}/rpmbuild FEDORAVER=${FEDORAVER:-&#34;fedora-$(rpm --eval %{fedora})-$(rpm --eval %{_arch})&#34;} MOCKDIR=${BASEDIR}/mock-results/${FEDORAVER} SPECDIR=${BASEDIR}/SPECS if [ ${#} -lt 1 ]; then echo &#039;usage: mockbuild &#60;packages&#62;&#039; exit 1 fi # check directories if ! [ -d ${BASEDIR} ]; then echo ${BASEDIR} not existent exit 1 fi if ! [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Ein kleines Helferlein um den build mit mock etwas zu automatisieren&#8230;</p>
<p>/usr/local/bin/mockbuild</p>
<pre class="brush: bash">
#!/bin/bash

BASEDIR=${HOME}/rpmbuild
FEDORAVER=${FEDORAVER:-&quot;fedora-$(rpm --eval %{fedora})-$(rpm --eval %{_arch})&quot;}
MOCKDIR=${BASEDIR}/mock-results/${FEDORAVER}
SPECDIR=${BASEDIR}/SPECS

if [ ${#} -lt 1 ]; then
  echo &#039;usage: mockbuild &lt;packages&gt;&#039;
  exit 1
fi

# check directories
if ! [ -d ${BASEDIR} ]; then
  echo ${BASEDIR} not existent
  exit 1
fi
if ! [ -d ${SPECDIR} ]; then
  echo ${SPECDIR} not existent
  exit 1
fi

# check for special build (all specs)
if [ ${1} == &#039;--all&#039; ]; then
  list=$(ls ${SPECDIR}/*.spec | sed &quot;s|${SPECDIR}/\(.*\).spec|\1|g&quot;)
else
  list=${@}
fi

for arg in ${list}; do
  # check directory for each pkg to build
  if ! [ -d ${MOCKDIR}/${arg} ]; then
    mkdir -p ${MOCKDIR}/${arg}
  else
    rm -f ${MOCKDIR}/${arg}/*
  fi

  # initiate the build
  rpmbuildout=$(LC_ALL=C rpmbuild -bs ${SPECDIR}/${arg}.spec) || exit 1
  $(LC_ALL=C mock -r ${FEDORAVER} --resultdir=${MOCKDIR}/${arg} ${rpmbuildout:7}) || exit 1
  $(LC_ALL=C rpmlint ${MOCKDIR}/${arg}/*.rpm &gt; ${MOCKDIR}/${arg}/rpmlint) || exit 1
done
</pre>
<p>Mann ist mir langweilig :-) Und dann auch noch 42 Zeilen! Ich glaube ich brauch mein Handtuch :-)</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-02-12/mockbuild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vernunft ist der neue Punk</title>
		<link>http://cassmodiah.de/2009-02-12/vernunft-ist-der-neue-punk/</link>
		<comments>http://cassmodiah.de/2009-02-12/vernunft-ist-der-neue-punk/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 22:11:18 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=367</guid>
		<description><![CDATA[שָׁלוֹם Fedora? Absoluter Punk! So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Fedora? Absoluter Punk!</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2009-02-12/vernunft-ist-der-neue-punk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora USB Sticks zu verschenken</title>
		<link>http://cassmodiah.de/2008-12-29/fedora-usb-sticks-zu-verschenken/</link>
		<comments>http://cassmodiah.de/2008-12-29/fedora-usb-sticks-zu-verschenken/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 00:47:55 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Freunde]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[LUG]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=380</guid>
		<description><![CDATA[שָׁלוֹם Ich habe gerade durch ein kleines Projekt für einen Verein, welches ich fast vollendet habe, die Zusage über 300€ Vergütung bekommen. Ich teile mit meinen 2 Helfern 1/2 1/4 1/4. Von meinen 150€ werde ich mir 20 USB-Sticks mit 4GB von Sandisk im örtlichen Elektromarkt für 6,00€/Stück (Mengenrabatt) kaufen. Von den restlichen 30€ lade [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Ich habe gerade durch ein kleines Projekt für einen Verein, welches ich fast vollendet habe, die Zusage über 300€ Vergütung bekommen. Ich teile mit meinen 2 Helfern 1/2 1/4 1/4. Von meinen 150€ werde ich mir 20 USB-Sticks mit 4GB von Sandisk im örtlichen Elektromarkt für 6,00€/Stück (Mengenrabatt) kaufen. Von den restlichen 30€ lade ich meine Freundin ins Kino ein.<br />
Diese Sticks werden dann mit den &#8220;powered by Fedora&#8221; Stickern (welche ich von <a href="https://fedoraproject.org/wiki/MarcoZiesing">Marco</a> bekommen habe) auf dem USB-Stick selber geklebt und die abnehmbare, durchsichtige Plastikummantelung darüber geschoben.<br />
Ich bin gerade dabei ein Fedora für diese Sticks zu remastern. Die Fedora &#8211; USB-Sticks werden dann auf Treffen von Linux User Groups, die ich besuche, an Interessierte verschenkt. Ich hoffe, dass das Projekt  auf diesem Wege nicht nur User sondern auch Contributoren gewinnt.<br />
<a href="http://media.cassmodiah.de/2008/12/fedora-usb-stick.jpg"><img src="http://media.cassmodiah.de/2008/12/fedora-usb-stick-150x150.jpg" alt="Fedora USB-Stick" title="Fedora USB-Stick" width="150" height="150" class="aligncenter size-thumbnail wp-image-381" /></a><br />
(das Bild ist reichlich schlecht, da ich es von der Webcam aufgenommen habe)<br />
(irgendwie sind alle meine Bilder von grottenschlechter Qualität)</p>
<p>Ich hoffe ich kann so einen kleinen Teil dazu beitragen und schaffe es einige der Ziele, die sich die Fedora Ambassadors gesetzt haben, zu erreichen! :-)</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-12-29/fedora-usb-sticks-zu-verschenken/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Schwund</title>
		<link>http://cassmodiah.de/2008-12-29/schwund/</link>
		<comments>http://cassmodiah.de/2008-12-29/schwund/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 23:45:31 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Mandriva]]></category>
		<category><![CDATA[nerv]]></category>
		<category><![CDATA[whateverbuntu]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=371</guid>
		<description><![CDATA[שָׁלוֹם Entweder habe ich das nur so im Gefühl oder es wechseln derzeit viele ihre Distribution, leider von Fedora weg. Kaonashi vom fedoraforum z.b. Screenshot RHEL &#124; &#124; &#124; Screenshot Mandriva Damit ist er nicht der einzige der in den letzten paar Wochen gewechselt hat. Ich pers. zähle aus meinem Bekanntenkreis 1x Mandriva, 1x Debian [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Entweder habe ich das nur so im Gefühl oder es wechseln derzeit viele ihre Distribution, leider von Fedora weg.<br />
<a href="http://www.fedoraforum.de/viewtopic.php?f=19&#038;t=17056#p95760"><br />
Kaonashi vom fedoraforum</a> z.b.<br />
<a href="http://media.cassmodiah.de/2008/12/kaonashi-rhel5.png"><img src="http://media.cassmodiah.de/2008/12/kaonashi-rhel5-150x150.png" alt="kaonashi auf RHEL5" title="kaonashi auf RHEL5" width="150" height="150" class="alignnone size-thumbnail wp-image-372" /></a> <a href="http://media.cassmodiah.de/2008/12/kaonashi-mandriva2009.png"><img src="http://media.cassmodiah.de/2008/12/kaonashi-mandriva2009-150x150.png" alt="kaonashi auf Mandriva2009" title="kaonashi auf Mandriva2009" width="150" height="150" class="alignnone size-thumbnail wp-image-373" /></a><br />
<a href="http://www.fedoraforum.de/viewtopic.php?f=19&#038;p=95992#p94746">Screenshot RHEL</a> | | | <a href="http://www.fedoraforum.de/viewtopic.php?f=19&#038;p=95992#p95992">Screenshot Mandriva</a></p>
<p>Damit ist er nicht der einzige der in den letzten paar Wochen gewechselt hat.</p>
<p>Ich pers. zähle aus meinem Bekanntenkreis<br />
1x Mandriva, 1x Debian (testing), 2x SuSE, 4x Ubuntu<br />
und viele teilen die Sorgen und Nöten der &#8220;Wechsler&#8221;; und auch ich habe mich konkret über 2 Sachen maßlos geärgert&#8230;</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-12-29/schwund/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Gegensätze</title>
		<link>http://cassmodiah.de/2008-12-29/gegensaetze/</link>
		<comments>http://cassmodiah.de/2008-12-29/gegensaetze/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 23:20:03 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[lol]]></category>
		<category><![CDATA[nerv]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=361</guid>
		<description><![CDATA[שָׁלוֹם Wenn man bei 2 Seiten anheuert die das gleiche Ziel vor Augen haben aber in Konkurrenz zueinander stehen ist man entweder mutig oder dumm. Wird sich zeigen wo man mich in Zukunft einordnen wird! So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Wenn man bei 2 Seiten anheuert die das gleiche Ziel vor Augen haben aber in Konkurrenz zueinander stehen ist man entweder mutig oder dumm.<br />
Wird sich zeigen wo man mich in Zukunft einordnen wird!</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-12-29/gegensaetze/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Weihnachtsputz bei SuL</title>
		<link>http://cassmodiah.de/2008-12-10/weihnachtsputz-bei-sul/</link>
		<comments>http://cassmodiah.de/2008-12-10/weihnachtsputz-bei-sul/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 21:54:28 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[packaging]]></category>
		<category><![CDATA[Spiele]]></category>
		<category><![CDATA[SuL]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=359</guid>
		<description><![CDATA[שָׁלוֹם Bei Spielen unter Linux hat wieder die Weltraumputze zugeschlagen! Ich habe heute alle meine Debian-Etch-Pakete vom Server gelöscht. AlienArena, AssaultCube, Boswars, Chromium, FreeCiv, FretsonFire, GL117, Glest, LinCity, Nexuiz, OpenArena, OpenCity, OpenTTD, ScummVM, Stratagus, Supertuxkart, Teeworlds, Tremolous, Warsow, Wesnoth, Widelands, xMoto Sie werden nicht länger gepflegt. Mal sehen, mit was man diesen Platz füllen kann [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Bei <a href="http://www.spielen-unter-linux.de">Spielen unter Linux</a> hat wieder die Weltraumputze zugeschlagen!<br />
Ich habe heute alle meine Debian-Etch-Pakete vom Server gelöscht.</p>
<p>AlienArena, AssaultCube, Boswars, Chromium, FreeCiv, FretsonFire, GL117, Glest, LinCity, Nexuiz, OpenArena, OpenCity, OpenTTD, ScummVM, Stratagus, Supertuxkart, Teeworlds, Tremolous, Warsow, Wesnoth, Widelands, xMoto</p>
<p>Sie werden nicht länger gepflegt. Mal sehen, mit was man diesen Platz füllen kann :-)<br />
Evtl. sollte man nicht mehr anfangen kleine eigene Repos zu bastlen, wenn man Contributor einer tollen Distribution und dessen größten Zusatzrepository ist.</p>
<p>So long and thanks for all the downloads :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-12-10/weihnachtsputz-bei-sul/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Urban Terror und die libcurl</title>
		<link>http://cassmodiah.de/2008-12-09/urban-terror-und-die-libcurl/</link>
		<comments>http://cassmodiah.de/2008-12-09/urban-terror-und-die-libcurl/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 17:57:49 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[nerv]]></category>
		<category><![CDATA[proprietär]]></category>
		<category><![CDATA[Spiele]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=333</guid>
		<description><![CDATA[שָׁלוֹם Urban Terror kann unter Fedora 10 keine fremden Karten herunterladen. Nach der Eingabe von \cl_cURLLib in der Urban Terror Console erhält man folgende Information: &#34;cl_cURLLib&#34; is: &#34;libcurl.so.3&#34; default: &#34;libcurl.so.3&#34; wir brauchen also die libcurl.so.3, haben aber nur die libcurl.so.4 [cassmodiah@schafwiese ~]$ ls /usr/lib &#124; grep curl libcurl.so.4 libcurl.so.4.1.0 [cassmodiah@schafwiese ~]$ rpm -ql libcurl /usr/lib/libcurl.so.4 [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p><a href="http://www.urbanterror.net/">Urban Terror</a> kann unter Fedora 10 keine fremden Karten herunterladen.</p>
<p>Nach der Eingabe von </p>
<pre class="brush: text">\cl_cURLLib</pre>
<p>in der Urban Terror Console erhält man folgende Information:</p>
<pre class="brush: text">&quot;cl_cURLLib&quot; is: &quot;libcurl.so.3&quot; default: &quot;libcurl.so.3&quot;</pre>
<p>wir brauchen also die libcurl.so.3, haben aber nur die libcurl.so.4 </p>
<pre class="brush: text">[cassmodiah@schafwiese ~]$ ls /usr/lib | grep curl
libcurl.so.4
libcurl.so.4.1.0
[cassmodiah@schafwiese ~]$ rpm -ql libcurl
/usr/lib/libcurl.so.4
/usr/lib/libcurl.so.4.1.0</pre>
<p>Die einfachste Möglichkeit ist es, einen Symlink zu erstellen.</p>
<pre class="brush: text">su -c &#039;ln -s /usr/lib/libcurl.so.4 /usr/lib/libcurl.so.3&#039;</pre>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-12-09/urban-terror-und-die-libcurl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>x86_64 und i386</title>
		<link>http://cassmodiah.de/2008-12-09/x86_64-und-i386/</link>
		<comments>http://cassmodiah.de/2008-12-09/x86_64-und-i386/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 17:57:44 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[64Bit]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Konfiguration]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=331</guid>
		<description><![CDATA[שָׁלוֹם Es nervt mich, dass auf einem 64bit System so viel 32bit Software zu finden ist. Ein yum erase -y *.i*86 befreit von unnötigem Ballast. So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Es nervt mich, dass auf einem 64bit System so viel 32bit Software zu finden ist.<br />
Ein</p>
<pre class="brush: text">yum erase -y *.i*86</pre>
<p>befreit von unnötigem Ballast.</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-12-09/x86_64-und-i386/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>claws-mail: epic fail</title>
		<link>http://cassmodiah.de/2008-12-03/claws-mail-epic-fail/</link>
		<comments>http://cassmodiah.de/2008-12-03/claws-mail-epic-fail/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 21:00:11 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[lol]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[nerv]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=340</guid>
		<description><![CDATA[שָׁלוֹם Luca hatte demletzt ein kleines Problem mit Evolution. Heute hatte ich Probleme mit claws-mail. So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p><a href="https://fedoraproject.org/wiki/User:Lfoppiano">Luca</a> hatte demletzt ein kleines <a href="http://blog.foppiano.org/2008/11/24/evolution-224-epic-fail/">Problem mit Evolution</a>.<br />
Heute hatte ich Probleme mit <a href="http://www.claws-mail.org/">claws-mail</a>.</p>
<div id="attachment_342" class="wp-caption alignnone" style="width: 310px"><a href="http://media.cassmodiah.de/2008/12/claws-fail.jpg"><img src="http://media.cassmodiah.de/2008/12/claws-fail-300x176.jpg" alt="Claws Mail - A little fail" title="Claws Mail - A little fail" width="300" height="176" class="size-medium wp-image-342" /></a><p class="wp-caption-text">Claws Mail - A little fail</p></div>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-12-03/claws-mail-epic-fail/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Besuch bei der LaLUG</title>
		<link>http://cassmodiah.de/2008-11-13/besuch-bei-der-lalug/</link>
		<comments>http://cassmodiah.de/2008-11-13/besuch-bei-der-lalug/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 11:21:12 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Freunde]]></category>
		<category><![CDATA[LUG]]></category>
		<category><![CDATA[SuL]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=314</guid>
		<description><![CDATA[שָׁלוֹם Gestern habe ich die [La]LUG besucht. besprochene Themen: - Wieso geht das Internet nicht? Analyse der Problematik - Linux auf dem Nintendo DS - Eclipse contra Netbeans - Netbook-Erfahrungsaustausch - Schwelgen in Erinnerungen ;-)     Viele der Mitglieder sind auch im SuL-Projekt vertreten :-p Kristian plant nächste Woche die LugFD zu besuchen. Ich [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Gestern habe ich die <a href="http://lalug.net/index.php/Hauptseite">[La]LUG</a> besucht.</p>
<p><strong>besprochene Themen:</strong><br />
- Wieso geht das Internet nicht? Analyse der Problematik<br />
- Linux auf dem Nintendo DS<br />
- Eclipse contra Netbeans<br />
- Netbook-Erfahrungsaustausch<br />
- Schwelgen in Erinnerungen ;-)</p>
<div id="attachment_315" class="wp-caption alignnone" style="width: 310px"><a href="http://media.cassmodiah.de/2008/11/runde.jpg"><img class="size-medium wp-image-315" title="die_runde" src="http://media.cassmodiah.de/2008/11/runde-300x225.jpg" alt="Die Runde von meinem Platz aus gesehen" width="300" height="225" /></a><p class="wp-caption-text">Die Runde von meinem Platz aus gesehen</p></div>
<p> </p>
<div id="attachment_317" class="wp-caption alignnone" style="width: 310px"><a href="http://media.cassmodiah.de/2008/11/thoory_cass.jpg"><img class="size-medium wp-image-317" title="thoory_cass" src="http://media.cassmodiah.de/2008/11/thoory_cass-300x225.jpg" alt="Th00ry und Cassmodiah" width="300" height="225" /></a><p class="wp-caption-text">Th00ry und Cassmodiah</p></div>
<p> </p>
<div id="attachment_318" class="wp-caption alignnone" style="width: 310px"><a href="http://media.cassmodiah.de/2008/11/chembro_cass.jpg"><img class="size-medium wp-image-318" title="chembro_cass" src="http://media.cassmodiah.de/2008/11/chembro_cass-300x225.jpg" alt="ChemBro und Cassmodiah" width="300" height="225" /></a><p class="wp-caption-text">ChemBro und Cassmodiah</p></div>
<p>Viele der Mitglieder sind auch im <a href="http://www.spielen-unter-linux.de">SuL-Projekt</a> vertreten :-p<br />
Kristian plant nächste Woche die <a href="http://lug.rhoen.de">LugFD</a> zu besuchen. Ich würde mich freuen.</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-11-13/besuch-bei-der-lalug/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Connection Sharing in F10</title>
		<link>http://cassmodiah.de/2008-11-07/connection-sharing-in-f10/</link>
		<comments>http://cassmodiah.de/2008-11-07/connection-sharing-in-f10/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 05:49:04 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Konfiguration]]></category>
		<category><![CDATA[WLAN]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=256</guid>
		<description><![CDATA[שָׁלוֹם Eine der Neuerungen die ich persönlich richtig richtig klasse finde ist das &#8220;Connection Sharing&#8221;, welches der Network-Manager nun beherrscht. Dies ist vor allem für WLAN-Enthusiasten und Benutzern von Netbooks &#038; Notebooks wichtig die schnell und unkompliziert so ihr eigenes Ad-Hoc-Netzwerk einrichten können ohne die Konfigurationsdateien per Hand zu ändern. Wenn man den passenden WLAN-Chipsatz [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Eine der Neuerungen die ich persönlich richtig richtig klasse finde ist das &#8220;Connection Sharing&#8221;, welches der Network-Manager nun beherrscht. Dies ist vor allem für WLAN-Enthusiasten und Benutzern von Netbooks &#038; Notebooks wichtig die schnell und unkompliziert so ihr eigenes Ad-Hoc-Netzwerk einrichten können ohne die Konfigurationsdateien per Hand zu ändern.<br />
Wenn man den passenden WLAN-Chipsatz hat, so kann man mit wenigen Mausklicks seinen Rechner als AccessPoint einrichten.</p>
<p><a href="http://www.redhatmagazine.com/2008/10/16/video-fedora-10-connection-sharing/">http://www.redhatmagazine.com/2008/10/16/video-fedora-10-connection-sharing/</a><br />
<a href="http://fedoraproject.org/wiki/Features/ConnectionSharing">http://fedoraproject.org/wiki/Features/ConnectionSharing</a> </p>
<p>Warum habe ich eigentlich noch kein Netbook? :-p</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-11-07/connection-sharing-in-f10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>meine (geplante) &#8220;F10: Release-Party&#8221;</title>
		<link>http://cassmodiah.de/2008-10-20/meine-geplante-f10-release-party/</link>
		<comments>http://cassmodiah.de/2008-10-20/meine-geplante-f10-release-party/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 03:18:33 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=288</guid>
		<description><![CDATA[שָׁלוֹם Anhand der Uhrzeit sieht man es mal wieder: SCHLAFLOS IN HAINZELL (und dabei habe ich Urlaub) Ich werde eine gesellige F10: Release-Party bei u&#124;A im Keller veranstalten. Den Segen meiner Freundin habe ich; nur u&#124;A weiß noch nichts davon&#8230; Die LUG und den Mactreff lade ich selbstverständlich mit ein :-) Ich hänge auf jeden [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Anhand der Uhrzeit sieht man es mal wieder:</p>
<p>SCHLAFLOS IN HAINZELL (und dabei habe ich Urlaub)</p>
<p>Ich werde eine gesellige F10: Release-Party bei u|A im Keller veranstalten.<br />
Den Segen meiner Freundin habe ich; nur u|A weiß noch nichts davon&#8230; Die <a href="http://lug.rhoen.de">LUG</a> und den <a href="http://mactreff.net/">Mactreff</a> lade ich selbstverständlich mit ein :-) Ich hänge auf jeden Fall noch Flyer in umliegenden Lebensmittelmärkten auf, in der Hoffnung, dass noch einer/welche kommt/kommen :-)</p>
<p>Die drei F&#8217;s des Abends: Freipizza, Freibier und Fedora!</p>
<p>(Da es eine Kellerparty wird und der Keller klein ist, kann es leider nur eine kleine Party geben, zu der !leider! nicht die ganze Welt eingeladen werden kann. Sorry :-/ )</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-10-20/meine-geplante-f10-release-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kurzer Wochenrückblick (unsortiert)</title>
		<link>http://cassmodiah.de/2008-10-20/kurzer-wochenruckblick-unsortiert/</link>
		<comments>http://cassmodiah.de/2008-10-20/kurzer-wochenruckblick-unsortiert/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 03:16:27 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Freunde]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[lol]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Spiele]]></category>
		<category><![CDATA[SuL]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=270</guid>
		<description><![CDATA[שָׁלוֹם LUG FD Stammmtisch Ich habe mal wieder Jörg mitgenommen.. Diskussionen über Debian, Fedora, Java, DEB, RPM und was uns sonst noch so bewegt &#8230; Fedora übt einen schlechten Einfluss auf mich aus? Naja, man muss ja nicht alles glauben? Debian Merchandising Zu Jörgs Verwunderung habe ich habe immernoch mein Debian-T-Shirt und den Debian-Schlüsselbund :-) [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<h3>LUG FD Stammmtisch</h3>
<p>Ich habe mal wieder <a href="http://blog.ganneff.de/blog/">Jörg</a> mitgenommen.. Diskussionen über <a href="http://www.debian.org">Debian</a>, <a href="http://www.fedoraproject.org">Fedora</a>, <a href="http://java.net/">Java</a>, <a href="http://de.wikipedia.org/wiki/Debian-Paket">DEB</a>, <a href="http://rpm.org/">RPM</a> und was uns sonst noch so bewegt &#8230;<br />
Fedora übt einen schlechten Einfluss auf mich aus? Naja, man muss ja nicht alles glauben?</p>
<h3>Debian Merchandising</h3>
<p>Zu <a href="http://blog.ganneff.de/blog/">Jörg</a>s Verwunderung habe ich habe immernoch mein Debian-T-Shirt und den Debian-Schlüsselbund :-) Es gibt Sachen von denen man sich nicht trennen möchte.</p>
<h3>Ubunteros auf dem Weg zur Ubucon 2008</h3>
<p>Die <a href="http://www.ubucon.de/">Ubucon</a> 2008 fand am Wochenden in Göttingen statt. Ich war auf dem Weg nach Hamburg und traf einige Ubunteros die zur Ubucon wollten&#8230;<br />
Auf den Haufen Ubunteros wurde ich nur aufmerksam, weil einer hinter mir den (wie ich finde) dämlichen Spruch &#8220;So viele Braunhemden sehe ich sonst nur in WWII-Dokumentationen im Fernsehen&#8221; losgelassen hat.<br />
Ich hoffe ihr Ubunnteros hattet Spaß :-) und der Sprüchklopper schämt sich :-/</p>
<h3>Neue Freunde</h3>
<p>Die <a href="http://www.watchtower.org/x/index.html">Zeugen</a> waren da, ich bekam ein kleines goldenes Büchlein und sie Fedora-DVDs. Ich hoffe nur, dass meine Präsente nicht den selben Weg genommen haben wie ihre. :-p</p>
<h3>Hamburg I (Saturn)</h3>
<p>Samstag in Hamburg gewesen. Hätte ich 30€ mehr einstecken gehabt, hätte ich jetzt ein <a href="http://www.acer.com/aspireone/">ASPIRE ONE</a>. Selbstverfreilich in (Fedora)Blau.</p>
<h3>Hamburg II (Apple-Store)</h3>
<p>Trotz intensiver Überredungskunst konnte ich das Genie nicht dazu bewegen mir sein MAC-Genius-T-Shirt zu geben. Er hätte dafür meines bekommen. Gut der Tausch klingt unfair aber ich habe noch so viel draufgelegt&#8230; :-)<br />
Ich kann einfach nicht feilschen :-(</p>
<h3>Hamburg III (Cithrix)</h3>
<p><a href="http://cithrix.de">cithrix</a> wohnt ja jetzt in Hamburg. Ich musste ihn einfach besuchen&#8230; Danke für deine Gastfreundschaft, mein Freund</p>
<h3>Hamburg IV (CCCHH)</h3>
<p><a href="https://fedoraproject.org/wiki/HenrikHeigl">Henrik</a>&#8216;s Tipp: &#8220;Besuch den <a href="http://www.hamburg.ccc.de/">CCCHH</a> die sind am Wochende immer da.&#8221;<br />
Jaja, ich stand vor verschlossener Tür. Aber es gibt (wie so oft) ein nächstes Mal :-)<br />
Danke Henrik, das merke ich mir :-p</p>
<h3>Hamburg V (Tetje)</h3>
<p>Wir (meine Freundin und ich) haben <a href="http://www.tetje.com/">Tetje Mierendorf</a> am Hamburger Hauptbahnhof gesehen, waren aber zu feige ihn anzusprechen&#8230; Der Mann möchte bestimmt auch mal seine wohlverdiente Ruhe haben</p>
<h3>last but not least &#8211;  SUL-Textilien</h3>
<p>Die <a href="http://www.spielen-unter-linux.de">SuL</a>-Textilien stehen kurz vor der Vollendung (hoffentlich habe ich da nicht zuviel verraten)<br />
<a href="http://media.cassmodiah.de/2008/10/sul-logo-polos.jpg"><img src="http://media.cassmodiah.de/2008/10/sul-logo-polos-292x300.jpg" alt="" title="SuL-Logo (gestickt)" width="292" height="300" class="alignnone size-medium wp-image-284" /></a></p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-10-20/kurzer-wochenruckblick-unsortiert/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows 3.1 im Einsatz</title>
		<link>http://cassmodiah.de/2008-10-20/windows-31-im-einsatz/</link>
		<comments>http://cassmodiah.de/2008-10-20/windows-31-im-einsatz/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 03:14:30 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[proprietär]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=258</guid>
		<description><![CDATA[שָׁלוֹם Während meines Urlaubes war ich auch seit langem wieder bei meiner Tante.. Es kam eine Frage mit der ich definitiv nicht gerechnet hatte. &#8220;Mein PC ist kaputt kannst du mal schauen?&#8221; Sie hat einen PC? Tatsächlich! Da stand er und wie Frauen so sind, hat sie noch den Kassenzettel. Gekauft am Samstag, den 07.11.1992 [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Während meines Urlaubes war ich auch seit langem wieder bei meiner Tante.. Es kam eine Frage mit der ich definitiv nicht gerechnet hatte.<br />
&#8220;Mein PC ist kaputt kannst du mal schauen?&#8221; Sie hat einen PC? Tatsächlich! Da stand er und wie Frauen so sind, hat sie noch den Kassenzettel. Gekauft am Samstag, den 07.11.1992 für knapp 4000 DM und ausgerüstet mit einem i486DX2 66 Mhz Prozessor und Windows for Workgroups 3.1.</p>
<p>Ich hatte definitiv keine Ahnung was mit diesem Teil los war. Und was ich viel toller finde, dass er noch bis vor wenigen Tagen problemlos lief und genutzt wurde. Was macht man denn mit so einem PC? Verblüffende Antwort: Kartenspiele</p>
<p>Wenn ich das nächste Mal bei ihr bin wollen wir uns mal in die Stadt begeben und einen kleinen Nettop für sie kaufen, den ich dann mit Fedora 10 bestücken möchte! Ich kann auch hier einen kaufen, Fedora aufsetzen und ihr beim nächsten mal mitbringen. Wenn der Nettop genauso lange halten würde, wie der alte PC (knapp 16 Jahre) dürfte Fedora bei Version 40 sein und dieser wird noch mit 10 laufen!!! :-) Ob sich in 16 Jahren noch jemand an Gnome 2.24 erinnert? </p>
<p>&#8220;Egal was du da kaufst, ich will Kartenspiele haben&#8221; und die bekommt sie auch :-)</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-10-20/windows-31-im-einsatz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Das GTK+/GNOME-Entwicklerhandbuch</title>
		<link>http://cassmodiah.de/2008-10-20/das-gtkgnome-entwicklerhandbuch/</link>
		<comments>http://cassmodiah.de/2008-10-20/das-gtkgnome-entwicklerhandbuch/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 03:12:55 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Fundstücke]]></category>
		<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Buch]]></category>
		<category><![CDATA[Desktop]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=198</guid>
		<description><![CDATA[שָׁלוֹם Dauert nicht mehr lange, dann darf wieder gewünscht werden. Wahlweise kann man sich diesen Wunsch auch selber erfüllen (und das bei Bedarf auch früher) :-) So long and thanks for all the fish :-) שִׁמְעוֹן]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Dauert nicht mehr lange, dann darf wieder gewünscht werden.<br />
<a href="http://media.cassmodiah.de/2008/10/41-hs1qfyzl_ss500_.jpg"><img src="http://media.cassmodiah.de/2008/10/41-hs1qfyzl_ss500_-300x300.jpg" alt="" title="Das GTK+/GNOME-Entwicklerhandbuch" width="300" height="300" class="alignnone size-medium wp-image-252" /></a><br />
Wahlweise kann man sich diesen Wunsch auch selber erfüllen (und das bei Bedarf auch früher) :-)</p>
<p>So long and thanks for all the fish :-)<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-10-20/das-gtkgnome-entwicklerhandbuch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[XFCE] Weihnachtsgeschenk</title>
		<link>http://cassmodiah.de/2008-09-25/xfce-weihnachtsgeschenk/</link>
		<comments>http://cassmodiah.de/2008-09-25/xfce-weihnachtsgeschenk/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 05:11:04 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=181</guid>
		<description><![CDATA[שָׁלוֹם Das XFCE-Projekt hat seine Meilensteine für die Version 4.6 aktualisiert. Wenn das klappt, dann gibt es ein tolles kleines Weihnachtsgeschenk :-) und einen &#8220;neuen&#8221; Desktop im neuen Jahr. :-) I freu mi so Final Codename: Xfce 4.6.0 &#8211; Happy Christmas Date: 28th of September 2008 21st of December, 2008 Bugzilla tag: xfce-4.6.0 Level: 20/20 [...]]]></description>
			<content:encoded><![CDATA[<p>שָׁלוֹם</p>
<p>Das <a href="http://www.xfce.org">XFCE-Projekt</a> hat seine <a href="http://wiki.xfce.org/milestones_to_46">Meilensteine</a> für die Version 4.6 aktualisiert. Wenn das klappt, dann gibt es ein tolles kleines Weihnachtsgeschenk :-) und einen &#8220;neuen&#8221; Desktop im neuen Jahr. :-)</p>
<p>I freu mi so</p>
<p><strong>Final</strong><br />
Codename: Xfce 4.6.0 &#8211; Happy Christmas<br />
Date: <del datetime="2008-09-25T04:57:25+00:00">28th of September 2008</del> 21st of December, 2008<br />
Bugzilla tag: xfce-4.6.0<br />
Level: 20/20</p>
<p>So long<br />
שִׁמְעוֹן</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-09-25/xfce-weihnachtsgeschenk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Birthday Fedora</title>
		<link>http://cassmodiah.de/2008-09-24/happy-birthday-fedora/</link>
		<comments>http://cassmodiah.de/2008-09-24/happy-birthday-fedora/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 21:54:00 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[persönliches]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=176</guid>
		<description><![CDATA[fast, aber nur fast zu spät :-)]]></description>
			<content:encoded><![CDATA[<div id="attachment_177" class="wp-caption alignnone" style="width: 310px"><a href="http://media.cassmodiah.de/2008/09/5years-banner-large_de.png"><img class="size-medium wp-image-177" title="Fedora Geburtstagsbanner" src="http://media.cassmodiah.de/2008/09/5years-banner-large_de-300x100.png" alt="Fedora Geburtstagsbanner" width="300" height="100" /></a><p class="wp-caption-text">Fedora Geburtstagsbanner</p></div>
<p>fast, aber nur fast zu spät :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-09-24/happy-birthday-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anatomy Of A Debian Package</title>
		<link>http://cassmodiah.de/2008-09-11/anatomy-of-a-debian-package/</link>
		<comments>http://cassmodiah.de/2008-09-11/anatomy-of-a-debian-package/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 16:47:43 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Fundstücke]]></category>
		<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[packaging]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=155</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/82mEKd993PA" frameborder="0" allowFullScreen="true"> </iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-09-11/anatomy-of-a-debian-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[LXDE] Lightweight X11 Desktop Environment</title>
		<link>http://cassmodiah.de/2008-09-02/lxde-lightweight-x11-desktop-environment/</link>
		<comments>http://cassmodiah.de/2008-09-02/lxde-lightweight-x11-desktop-environment/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 21:15:03 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Konfiguration]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=52</guid>
		<description><![CDATA[LXDE ist ein toller sympathischer kleiner Desktop. Für mich persönlich sogar der sympathischste der Mini-Desktops, also jene die kleiner und kompakter sind als XFCE. Da mein Rechner eine alte graue Kiste ist, ist dieser Desktop für mich sehr interessant. Unter Debian habe ich ihn mir mal angesehen&#8230; Die Komponenten: * openbox, Windowmanager * LXPanel, Desktoppanel [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://lxde.org">LXDE</a></strong> ist ein toller sympathischer kleiner Desktop. Für mich persönlich sogar der sympathischste der Mini-Desktops, also jene die kleiner und kompakter sind als XFCE. Da mein Rechner eine alte graue Kiste ist, ist dieser Desktop für mich sehr interessant. Unter Debian habe ich ihn mir mal angesehen&#8230;<br />
<img class="size-full wp-image-62" title="100px-lxde_logo" src="http://media.cassmodiah.de/2008/09/100px-lxde_logo.jpg" alt="LXDE Logo klein" width="100" height="75" /><br />
<strong>Die Komponenten:</strong><br />
* openbox, Windowmanager<br />
* LXPanel, Desktoppanel<br />
* LXSession, Sessionmanager<br />
* LXAppearance, Themenswitcher<br />
* PCManFM, Filemanager<br />
* leafpad, Texteditor<br />
* xarchiver, Archivierung<br />
* GPicView, Bildbetrachter<br />
* LXTerminal, Terminalemulator<br />
* LXTask, Taskmanager<br />
* LXNM (still under development), Netzwerkverbindungstool</p>
<p>Viele, wie z.B. mein Freund <a href="https://fedoraproject.org/wiki/User:Cheekyboinc">Stefan Posdzich</a> verwenden den schlanken und stabilen Fenstermanager Openbox zusammen mit fbpanel (welches er auch selbst in Fedora pflegt). LXPanel ist ein modifizierter fbpanel, so wird der LXDE-Desktop mit der fbpanel/openbox-Mischung sehr viele Freunde gewinnen und auch für Stefan ist dieser Desktop interessant.</p>
<div id="attachment_76" class="wp-caption alignnone" style="width: 310px"><a href="http://media.cassmodiah.de/2008/09/openbox_fbpanel800.jpg"><img class="size-medium wp-image-76" title="openbox_fbpanel8001" src="http://media.cassmodiah.de/2008/09/openbox_fbpanel800-300x171.jpg" alt="Openbox mit fbpanel auf Fedora 9" width="300" height="171" /></a><p class="wp-caption-text">Openbox mit fbpanel auf Fedora 9</p></div>
<div id="attachment_79" class="wp-caption alignnone" style="width: 310px"><a href="http://media.cassmodiah.de/2008/09/lxde-desktop.jpg"><img class="size-medium wp-image-79" title="lxde-desktop" src="http://media.cassmodiah.de/2008/09/lxde-desktop-300x187.jpg" alt="LXDE Desktop Fedora 10" width="300" height="187" /></a><p class="wp-caption-text">LXDE Desktop Fedora 10</p></div>
<div id="attachment_101" class="wp-caption alignnone" style="width: 310px"><a href="http://media.cassmodiah.de/2008/09/lxde-desktop-whitepanel.jpg"><img class="size-medium wp-image-101" title="lxde-desktop-whitepanel" src="http://media.cassmodiah.de/2008/09/lxde-desktop-whitepanel-300x187.jpg" alt="LXDE Desktop mit weißem Panel" width="300" height="187" /></a><p class="wp-caption-text">LXDE Desktop mit weißem Panel</p></div>
<div id="attachment_102" class="wp-caption alignnone" style="width: 310px"><a href="http://media.cassmodiah.de/2008/09/lxde-apps.jpg"><img class="size-medium wp-image-102" title="lxde-apps" src="http://media.cassmodiah.de/2008/09/lxde-apps-300x187.jpg" alt="LXDE mit diversen Applikationen" width="300" height="187" /></a><p class="wp-caption-text">LXDE mit diversen Applikationen</p></div>
<p>Am 09. September ist Feature-Freeze für Fedora 10. Laut <a href="https://fedoraproject.org/wiki/User:Cwickert">Christoph Wickert</a> dürfte es machbar sein LXDE nach Fedora 10 zu bringen. Ein LXDE-Spin, mit dem Namen Fedora Lite ist auch in Planung. :-)</p>
<p><strong>Die Vorteile:</strong><br />
* klein, schnell, ressourcenschonend<br />
* openbox ist durch xml einfach und vielseitig zu konfigurieren<br />
* als Toolkit kommt GTK zum Einsatz</p>
<p><strong>Links:</strong><br />
* <a href="http://lxde.org/">http://lxde.org/</a><br />
* <a href="https://fedoraproject.org/wiki/Features/LXDE">https://fedoraproject.org/wiki/Features/LXDE</a><br />
* <a href="https://fedoraproject.org/wiki/ChristophWickert/FedoraLite">https://fedoraproject.org/wiki/ChristophWickert/FedoraLite</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-09-02/lxde-lightweight-x11-desktop-environment/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[XFCE] Milestones to 4.6</title>
		<link>http://cassmodiah.de/2008-09-01/xfce-milestones-to-46/</link>
		<comments>http://cassmodiah.de/2008-09-01/xfce-milestones-to-46/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 21:17:23 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[planet.fedoraproject.org]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=57</guid>
		<description><![CDATA[Ich weiß nicht wie weit das XFCE-Team mit XFCE 4.6 ist, aber so wie es aussieht hängen sie ihrem Zeitplan etwas hinterher. 4.6 Alpha war für den 29.06.2008 vorgesehen und wurde auf den 18.08.2008 verschoben. Bis jetzt ist 4.6 alpha noch nicht released. Wir hoffen auf nächstes Wochende. XFCE 4.6 wird, so vermute ich nicht [...]]]></description>
			<content:encoded><![CDATA[<p>Ich weiß nicht wie weit das XFCE-Team mit XFCE 4.6 ist, aber so wie es aussieht hängen sie ihrem Zeitplan etwas hinterher. 4.6 Alpha war für den 29.06.2008 vorgesehen und wurde auf den 18.08.2008 verschoben. Bis jetzt ist 4.6 alpha noch nicht released. Wir hoffen auf nächstes Wochende. XFCE 4.6 wird, so vermute ich nicht vor dem Fedora 10 Freeze fertig sein und frühestens in Fedora 11 zu finden sein. Bisher wurden die <a href="http://wiki.xfce.org/milestones_to_46">Milestones to 4.6</a> nicht korrigiert&#8230;<br />
Die Zeit werde ich nutzen um mit LXDE zu spielen.</p>
<p>Alpha<br />
* Codename: Pinkie<br />
* Date: 29.06.2008 18.08.2008<br />
* Bugzilla tag: xfce-4.6alpha<br />
- Release cycle dry run<br />
-  First initial release with all required core components</p>
<p>Beta 1<br />
* Codename: Tucu-tuco<br />
*  Date: 20.07.2008<br />
* Bugzilla tag: xfce-4.6beta1<br />
- Feature freeze<br />
- Bugfixes start here!<br />
- All components for the upcoming release need to be in this release!</p>
<p>Beta 2<br />
* Codename: Jerry<br />
*  Date: 10.08.2008<br />
* Bugzilla tag: xfce-4.6beta2<br />
* String freeze<br />
* Call for translations</p>
<p>Beta 3<br />
* Codename: Speedy Gonzales<br />
* Date: 31.08.2008<br />
* Bugzilla tag: xfce-4.6beta3<br />
-  Integration of all translations</p>
<p>Release Candidate 1<br />
* Codename: Brain<br />
* Date: 14.09.2008<br />
* Bugzilla tag: xfce-4.6rc1</p>
<p>Release Candidate 2<br />
* Codename: Cat poison<br />
* Date: (21.09.2008)<br />
* Bugzilla tag: xfce-4.6rc2<br />
- Could be dropped</p>
<p>Final<br />
* Codename: Xfce 4.6.0<br />
* Date: 28th of September 2008<br />
* Bugzilla tag: xfce-4.6.0<br />
* Level: 20/20</p>
<p>Das Release von Fedora 10 wird vom 28 Oktober auf den 18 November verschoben.</p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-09-01/xfce-milestones-to-46/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switching my habits</title>
		<link>http://cassmodiah.de/2008-07-04/switching-my-habits/</link>
		<comments>http://cassmodiah.de/2008-07-04/switching-my-habits/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 12:30:08 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=23</guid>
		<description><![CDATA[Cassandra: Debian Lenny -&#62; Fedora 9 Raquel: Debian Etch -&#62; Fedora 9 Sharona: Debian Etch -&#62; FreeBSD 7.0]]></description>
			<content:encoded><![CDATA[<p>Cassandra: Debian Lenny -&gt; Fedora 9<br />
Raquel: Debian Etch -&gt; Fedora 9<br />
Sharona: Debian Etch -&gt; FreeBSD 7.0</p>
<p><img class="alignnone size-full wp-image-34" title="Fedora Desktop" src="http://media.cassmodiah.de/2008/07/fedora-desktop.png" alt="Fedora Desktop" /></p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-07-04/switching-my-habits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>libpurple nicht mehr ICQ-konform</title>
		<link>http://cassmodiah.de/2008-07-02/libpurple-nicht-mehr-icq-konform/</link>
		<comments>http://cassmodiah.de/2008-07-02/libpurple-nicht-mehr-icq-konform/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 12:09:50 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[Instantmessaging]]></category>
		<category><![CDATA[nerv]]></category>
		<category><![CDATA[proprietär]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=32</guid>
		<description><![CDATA[Zum wiederholten Male ist es dem Instant-Messaging-Dienst ICQ gelungen, Nutzer von alternativen Clients auszusperren. Betroffen davon waren in erster Linie Nutzer von Clients, die auf der Bibliothek libpurple aufbauen. Diese wird vom Pidgin-Projekt, Adium, QIP sowie einigen weiteren Clients verwendet. ICQ gestattet nicht die Nutzung seiner Dienste über andere Clientsoftware Auszug aus dem Endbenutzer-Lizenzvertrag: „You [...]]]></description>
			<content:encoded><![CDATA[<p>Zum wiederholten Male ist es dem Instant-Messaging-Dienst ICQ gelungen, Nutzer von alternativen Clients auszusperren. Betroffen davon waren in erster Linie Nutzer von Clients, die auf der Bibliothek libpurple aufbauen. Diese wird vom Pidgin-Projekt, Adium, QIP sowie einigen weiteren Clients verwendet.</p>
<p>ICQ gestattet nicht die Nutzung seiner Dienste über andere Clientsoftware<br />
Auszug aus dem Endbenutzer-Lizenzvertrag:</p>
<blockquote><p>„You agree not to (1) create or use any software other than the Software provided by ICQ or by America Online, Inc., or any affiliate thereof, to enter your ICQ number and password or to access the ICQ Services, without the express written authorization of ICQ; (2) extract information from the ICQ Services, reverse engineer, decompile, disassemble, alter, duplicate, make copies, create derivative works from, distribute or provide others with the Software, the ICQ communications protocol or any information available on, derived or extracted from the ICQ Services, or any part thereof; (3) block, disable or otherwise affect any advertising, advertisement banner window, links to other sites and services, or other features that constitute an integral part of the Software and ICQ Services; (4) connect, use, attempt to connect or use in any way the ICQ Services, for any commercial purpose and any other purpose that is not for your private personal use in good faith and as explicitly offered on the ICQ Web site; and (5) incorporate, integrate or otherwise include the Software or any portion thereof (including the ICQ communications protocols) into any software, program or product that communicates, accesses, or otherwise connects with the ICQ Service or any other instant messaging, Internet, or online service.“</p></blockquote>
<p>Zu deutsch:</p>
<blockquote><p>„Sie stimmen zu, weder (1) Software zu erstellen oder zu nutzen, die nicht von ICQ, America Online, Inc. oder ihrer Partner bereitgestellt wurden, um ihre ICQ-Nummer und Passwort einzugeben oder die ICQ-Dienste zu nutzen ohne die ausdrückliche Genehmigung von ICQ; (2) Informationen aus den ICQ-Diensten zu extrahieren, rückzuentwickeln, zu dekompilieren, zu disassemblieren, zu verändern, zu duplizieren, zu kopieren, abgeleitete Werke zu erstellen, zu verbreiten oder anderen die Software, das ICQ-Kommunikationsprotokoll oder jeglicher erhältlichen, abgeleiteten oder extrahierten Informationen oder Teilen darüber zur Verfügung zu stellen; (3) Werbung, Werbebannerfenster, Links zu anderen Seiten oder Diensten oder andere Funktionen, die als integraler Teil der Software und ICQ-Diensten gelten, zu blockieren, zu deaktivieren oder auf irgend einer anderen Weise zu beeinflussen; (4) zu den ICQ-Diensten in irgendeiner Weise zu verbinden, zu nutzen, versuchen zu verbinden oder zu nutzen für kommerzielle Absichten oder jegliche Absichten, die nicht dem privaten, persönlichen Gebrauch mit gutem Vorsatz entsprechen oder nicht explizit durch die ICQ-Webseite erlaubt werden; und (5) Software oder Teile davon (sowie die ICQ-Kommunikationsprotokolle) in andere Software, Programme oder Produkte, welche mit den ICQ-Diensten oder einem anderen Instant Messaging-, Internet-, oder Onlinedienst kommunizieren, ansteuern oder in irgendeiner anderen Art verbinden, zu integrieren, einzugliedern oder auf andere Weise einzuarbeiten.“</p></blockquote>
<p>Insbesondere sind hierbei die Nutzer von Mac und Linux betroffen, da diese auf alternative Clients angewiesen sind um die ICQ-Dienste zu nutzen. Die aktuelle Version der libpurple (die am meist verwendete Bibliothek der alternativen Clients) ist schon im Umlauf um das Problem zu beheben.</p>
<p>Entsagt eurem ICQ und wechselt auf Jabber. Ihr findet mich dort unter<br />
cassmodiah @ jabber.spielen-unter-linux.de</p>
<p>Siehe auch:<br />
<a href="http://www.famkos.net/beko/2008/06/24/icq-system-ade/">ICQ System Ade</a> by <a href="http://www.famkos.net/beko/">beko</a><br />
<a href="http://www.knietief.com/?p=28">ICQ grenzt Fremdclienten aus</a> by <a href="http://www.knietief.com">ingo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-07-02/libpurple-nicht-mehr-icq-konform/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Greg Kroah Hartman on the Linux Kernel</title>
		<link>http://cassmodiah.de/2008-06-28/greg-kroah-hartman-on-the-linux-kernel/</link>
		<comments>http://cassmodiah.de/2008-06-28/greg-kroah-hartman-on-the-linux-kernel/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 11:38:17 +0000</pubDate>
		<dc:creator>cassmodiah</dc:creator>
				<category><![CDATA[Fundstücke]]></category>
		<category><![CDATA[Linux & Open Source]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Kernel]]></category>

		<guid isPermaLink="false">http://cassmodiah.de/?p=31</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/L2SED6sewRw" frameborder="0" allowFullScreen="true"> </iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://cassmodiah.de/2008-06-28/greg-kroah-hartman-on-the-linux-kernel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

