<?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>codefreak.de &#187; Unix/Linux</title>
	<atom:link href="http://codefreak.de/archiv/category/unixlinux/feed/" rel="self" type="application/rss+xml" />
	<link>http://codefreak.de</link>
	<description>Weblog von Hagen Langbartels</description>
	<lastBuildDate>Mon, 05 Jul 2010 22:23:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Convert maildir to mailbox</title>
		<link>http://codefreak.de/archiv/2007/05/09/convert-maildir-to-mailbox/</link>
		<comments>http://codefreak.de/archiv/2007/05/09/convert-maildir-to-mailbox/#comments</comments>
		<pubDate>Wed, 09 May 2007 08:42:34 +0000</pubDate>
		<dc:creator>Hagen</dc:creator>
				<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://codefreak.de/archiv/2007/05/09/convert-maildir-to-mailbox/</guid>
		<description><![CDATA[I&#8217;m currently migrating my maildir based-mutt configuration to Thunderbird 2, therefore I had to convert the maildir based structure to mailbox files. I found the inspiration for this little script in the forum of macosxhints: Converting Maildir to Mbox #!/bin/bash echo search mdir-files in $1 and send them to mbox: $2 for file in `find [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently migrating my maildir based-mutt configuration to Thunderbird 2, therefore I had to convert the maildir based structure to mailbox files.</p>
<p>I found the inspiration for this little script in the forum of macosxhints: <a href="http://forums.macosxhints.com/showthread.php?t=27001">Converting Maildir to Mbox</a></p>
<p><code>#!/bin/bash<br />
echo search mdir-files in $1 and send them to mbox: $2<br />
for file in `find $1 -type f`<br />
do<br />
	echo parsing: $file<br />
	cat $file | formail  >> $2<br />
done</code><br />
It should be used for each &#8220;maildir-mailbox&#8221;, except you don&#8217;t mind having all your mails in one single file ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://codefreak.de/archiv/2007/05/09/convert-maildir-to-mailbox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Umlaute in Mutt</title>
		<link>http://codefreak.de/archiv/2007/01/08/umlaute-in-mutt/</link>
		<comments>http://codefreak.de/archiv/2007/01/08/umlaute-in-mutt/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 19:41:42 +0000</pubDate>
		<dc:creator>Hagen</dc:creator>
				<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://codefreak.de/archiv/2007/01/08/umlaute-in-mutt/</guid>
		<description><![CDATA[Nachdem ich Ubuntu Edgy auf meiner neuen Festplatte installiert habe, hat mutt die Umlaute nicht mehr korrekt angezeigt. Heute habe ich dann mal die Zeit gefunden eine LÃ¶sung fÃ¼r dieses Ã„rgernis zu finden. Ã„rgerlich war auch, das die Umlaute in vi zwar richtig angezeigt wurden, aber die EmpfÃ¤nger meiner Mails die Umlaute und Sonderzeichen nicht [...]]]></description>
			<content:encoded><![CDATA[<p>Nachdem ich Ubuntu Edgy auf meiner neuen Festplatte installiert habe, hat mutt die Umlaute nicht mehr korrekt angezeigt. Heute habe ich dann mal die Zeit gefunden eine LÃ¶sung fÃ¼r dieses Ã„rgernis zu finden. Ã„rgerlich war auch, das die Umlaute in vi zwar richtig angezeigt wurden, aber die EmpfÃ¤nger meiner Mails die Umlaute und Sonderzeichen nicht richtig lesen konnten.</p>
<p>Die LÃ¶sung war eine winzige Ã„nderung in der muttrc: </p>
<blockquote><p>set charset=&#8221;utf-8&#8243; # character set my terminal uses to display and enter textual data</p></blockquote>
<p>Wenn man mutt das charset mitteilt, welches vom Terminal verwendet wird, ist das Problem plÃ¶tzlich aus der Welt. Die muttrc hatte ich von meiner vorherigen Installation Ã¼bernommen, dort lief xterm offenbar mit iso-8859-1 und somit hat es nicht mehr funktioniert. </p>
<p>Nun ist jedenfalls alles wieder gut.</p>
]]></content:encoded>
			<wfw:commentRss>http://codefreak.de/archiv/2007/01/08/umlaute-in-mutt/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ubuntu upgrade: Breezy to Dapper</title>
		<link>http://codefreak.de/archiv/2006/03/17/ubuntu-upgrade-breezy-to-dapper/</link>
		<comments>http://codefreak.de/archiv/2006/03/17/ubuntu-upgrade-breezy-to-dapper/#comments</comments>
		<pubDate>Fri, 17 Mar 2006 19:17:35 +0000</pubDate>
		<dc:creator>Hagen</dc:creator>
				<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://codefreak.de/archiv/2006/03/17/ubuntu-upgrade-breezy-to-dapper/</guid>
		<description><![CDATA[Ich konnte mich mal wieder nicht lÃ¤nger beherrschen. Ich habe gerade &#8220;mal schnell&#8221; ein Dist-Upgrade von Breezy auf Dapper Drake gemacht. Fast 800 MB download (heute im laufe des Tages). Vorhin dann ein beherztes &#8220;apt-get dist-upgrade&#8221; und nun ist alles gut. Mal wieder. Die erste Feststellung: Gnome ist schneller geworden. Das war ja angekÃ¼ndigt, aber [...]]]></description>
			<content:encoded><![CDATA[<p>Ich konnte mich mal wieder nicht lÃ¤nger beherrschen. Ich habe gerade &#8220;mal schnell&#8221; ein Dist-Upgrade von Breezy auf Dapper Drake gemacht. Fast 800 MB download (heute im laufe des Tages). Vorhin dann ein beherztes &#8220;apt-get dist-upgrade&#8221; und nun ist alles gut. Mal wieder.</p>
<p>Die erste Feststellung: Gnome ist schneller geworden. Das war ja angekÃ¼ndigt, aber es ist spÃ¼rbar und macht echt SpaÃŸ, gerade auch mit Nautilus. Nautilus hat jetzt Beagle integriert. Ich suche ja bekanntlich nicht nach meinen Dateien, aber nett ist das trotzdem ;)</p>
<p>Ich werde jetzt hier mal weiter frÃ¶hlich drin rumklicken&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://codefreak.de/archiv/2006/03/17/ubuntu-upgrade-breezy-to-dapper/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Tips fÃ¼r die Bash</title>
		<link>http://codefreak.de/archiv/2006/01/21/tips-fur-die-bash/</link>
		<comments>http://codefreak.de/archiv/2006/01/21/tips-fur-die-bash/#comments</comments>
		<pubDate>Sat, 21 Jan 2006 21:36:31 +0000</pubDate>
		<dc:creator>Hagen</dc:creator>
				<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://codefreak.de/archiv/2006/01/21/tips-fur-die-bash/</guid>
		<description><![CDATA[nitidelo.de: bash &#8211; Tipps &#038; Tricks Interessante Hinweise, die wohl nicht jedem vertraut sind.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nitidelo.de/linux.php?text=bash">nitidelo.de: bash &#8211; Tipps &#038; Tricks</a></p>
<p>Interessante Hinweise, die wohl nicht jedem vertraut sind.</p>
]]></content:encoded>
			<wfw:commentRss>http://codefreak.de/archiv/2006/01/21/tips-fur-die-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB-UART von ArkMicroChips unter Linux</title>
		<link>http://codefreak.de/archiv/2005/11/26/usb-uart-von-arkmicrochips-unter-linux/</link>
		<comments>http://codefreak.de/archiv/2005/11/26/usb-uart-von-arkmicrochips-unter-linux/#comments</comments>
		<pubDate>Sat, 26 Nov 2005 14:26:09 +0000</pubDate>
		<dc:creator>Hagen</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://codefreak.de/archiv/2005/11/26/usb-uart-von-arkmicrochips-unter-linux/</guid>
		<description><![CDATA[Da dieses GerÃ¤t nicht automatisch erkannt und das passende Modul geladen wird, muÃŸ man sich hier selbst weiterhelfen. USB-Device: : Bus=02 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=6547 ProdID=0232 Rev= 0.01 S: Manufacturer=ArkMicroChips S: Product=USB-UART Controller C:* #Ifs= 1 Cfg#= 1 [...]]]></description>
			<content:encoded><![CDATA[<p>Da dieses GerÃ¤t nicht automatisch erkannt und das passende Modul geladen wird, muÃŸ man sich hier selbst weiterhelfen.</p>
<p>USB-Device:</p>
<blockquote><p>:  Bus=02 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  3 Spd=12  MxCh= 0<br />
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1<br />
P:  Vendor=6547 ProdID=0232 Rev= 0.01<br />
S:  Manufacturer=ArkMicroChips<br />
S:  Product=USB-UART Controller<br />
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA<br />
I:  If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)<br />
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=1ms<br />
E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms<br />
E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms</p></blockquote>
<p>Modul usbserial laden:<br />
<q>modprobe usbserial vendor=0&#215;6547 product=0&#215;0232</q><br />
Damit wird dann unter <q>/dev/ttyUSB0</q> ein Device-Node erstellt.</p>
]]></content:encoded>
			<wfw:commentRss>http://codefreak.de/archiv/2005/11/26/usb-uart-von-arkmicrochips-unter-linux/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Xilinx ISE on Ubuntulinux</title>
		<link>http://codefreak.de/archiv/2005/11/19/xilinx-ise-on-ubuntulinux/</link>
		<comments>http://codefreak.de/archiv/2005/11/19/xilinx-ise-on-ubuntulinux/#comments</comments>
		<pubDate>Sat, 19 Nov 2005 19:44:00 +0000</pubDate>
		<dc:creator>Hagen</dc:creator>
				<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://codefreak.de/archiv/2005/11/19/xilinx-ise-on-ubuntulinux/</guid>
		<description><![CDATA[Um die Xlinix ISE 7.1 unter Ubuntu zu installieren: Xilinx ISE Setup on non-RedHat Linux]]></description>
			<content:encoded><![CDATA[<p>Um die Xlinix ISE 7.1 unter Ubuntu zu installieren: <a href="http://www.zurich.ibm.com/~ged/wisdom/xilinx.html">Xilinx ISE Setup on non-RedHat Linux</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codefreak.de/archiv/2005/11/19/xilinx-ise-on-ubuntulinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apt-get dist-upgrade</title>
		<link>http://codefreak.de/archiv/2005/10/14/apt-get-dist-upgrade/</link>
		<comments>http://codefreak.de/archiv/2005/10/14/apt-get-dist-upgrade/#comments</comments>
		<pubDate>Fri, 14 Oct 2005 20:54:09 +0000</pubDate>
		<dc:creator>Hagen</dc:creator>
				<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://codefreak.de/archiv/2005/10/14/apt-get-dist-upgrade/</guid>
		<description><![CDATA[Ich mache gerade ein Upgrade auf die finale Version von Ubuntu Breezy. Es sind fast 500 Pakete die aktualisiert werden. Es wÃ¤re nett, wenn einem apt siegen wÃ¼rde, wie lange das wohl noch dauern kann. Beim Download funktioniert das ja ganz wunderprÃ¤chtig, aber wÃ¤hrend der Einrichungung der Pakete wird man leider etwas im Stich gelassen. [...]]]></description>
			<content:encoded><![CDATA[<p>Ich mache gerade ein Upgrade auf die finale Version von <a href="http://www.ubuntulinux.org/">Ubuntu Breezy</a>. Es sind fast 500 Pakete die aktualisiert werden. Es wÃ¤re nett, wenn einem apt siegen wÃ¼rde, wie lange das wohl noch dauern kann. Beim Download funktioniert das ja ganz wunderprÃ¤chtig, aber wÃ¤hrend der Einrichungung der Pakete wird man leider etwas im Stich gelassen. Naja, wird schon&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://codefreak.de/archiv/2005/10/14/apt-get-dist-upgrade/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>copyleftstore.de: Full flavour of Open Source</title>
		<link>http://codefreak.de/archiv/2005/10/06/copyleftstorede-full-flavour-of-open-source/</link>
		<comments>http://codefreak.de/archiv/2005/10/06/copyleftstorede-full-flavour-of-open-source/#comments</comments>
		<pubDate>Thu, 06 Oct 2005 20:24:25 +0000</pubDate>
		<dc:creator>Hagen</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://codefreak.de/archiv/2005/10/06/copyleftstorede-full-flavour-of-open-source/</guid>
		<description><![CDATA[Thilo Hardt hat ein neues Projekt an den Start gebracht: copyleftstore.de Dort gibt es Linux Fanartikel und, vor allem, diverse Linux und Unix CDs oder DVDs zu kaufen. Da man für eine moderne Linuxinstallation oft große Datenmengen aus dem Internet herunterladen muß, eigent sich dieses Angebot für jeden der keinen Breitbandanschluß sein Eigen nennt. [von [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://codefreak.de/archiv/files/copyleftstore.gif" alt="" align="left" />Thilo Hardt hat ein neues Projekt an den Start gebracht: <a href="http://copyleftstore.de/">copyleftstore.de</a></p>
<p>Dort gibt es Linux Fanartikel und, vor allem, diverse Linux und Unix CDs oder DVDs zu kaufen. Da man für eine moderne Linuxinstallation oft große Datenmengen aus dem Internet herunterladen muß, eigent sich dieses Angebot für jeden der keinen Breitbandanschluß sein Eigen nennt.</p>
<p>[von und via <a href="http://lemming.name/000417.html">lemming:<br />
Copyleftstore.de - »die Revolution mit links«</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://codefreak.de/archiv/2005/10/06/copyleftstorede-full-flavour-of-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gumstix &#8211; all things small</title>
		<link>http://codefreak.de/archiv/2005/10/06/gumstix-all-things-small/</link>
		<comments>http://codefreak.de/archiv/2005/10/06/gumstix-all-things-small/#comments</comments>
		<pubDate>Thu, 06 Oct 2005 20:12:49 +0000</pubDate>
		<dc:creator>Hagen</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://codefreak.de/archiv/2005/10/06/gumstix-all-things-small/</guid>
		<description><![CDATA[Linux fÃ¼r embedded Systems: gumstix &#8211; all things small]]></description>
			<content:encoded><![CDATA[<p>Linux fÃ¼r embedded Systems: <a href="http://www.gumstix.com/">gumstix &#8211; all things small</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codefreak.de/archiv/2005/10/06/gumstix-all-things-small/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing debian Sarge on a Linksys NSLU2</title>
		<link>http://codefreak.de/archiv/2005/10/06/installing-debian-sarge-on-a-linksys-nslu2/</link>
		<comments>http://codefreak.de/archiv/2005/10/06/installing-debian-sarge-on-a-linksys-nslu2/#comments</comments>
		<pubDate>Thu, 06 Oct 2005 19:48:55 +0000</pubDate>
		<dc:creator>Hagen</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://codefreak.de/archiv/2005/10/06/installing-debian-sarge-on-a-linksys-nslu2/</guid>
		<description><![CDATA[Homepage of Peter Korsgaard: Installing debian Sarge on a Linksys NSLU2 Installing Debian Sarge on a Linksys NSLU2]]></description>
			<content:encoded><![CDATA[<p><a href="http://peter.korsgaard.com/articles/debian-nslu2.php">Homepage of Peter Korsgaard: Installing debian Sarge on a Linksys NSLU2</a><br />
Installing Debian Sarge on a Linksys NSLU2</p>
]]></content:encoded>
			<wfw:commentRss>http://codefreak.de/archiv/2005/10/06/installing-debian-sarge-on-a-linksys-nslu2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

