<?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>1.4.all &#187; compi</title>
	<atom:link href="http://www.explain-it.org/wordpress/categories/general/compi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.explain-it.org/wordpress</link>
	<description>my humble  thoughts about some things</description>
	<lastBuildDate>Tue, 27 Jul 2010 17:22:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Good bye Macoholic</title>
		<link>http://www.explain-it.org/wordpress/2009/02/03/good-bye-macoholic/</link>
		<comments>http://www.explain-it.org/wordpress/2009/02/03/good-bye-macoholic/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 08:11:38 +0000</pubDate>
		<dc:creator>falko</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[analog]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[private]]></category>

		<guid isPermaLink="false">http://www.explain-it.org/wordpress/2009/02/03/good-bye-macoholic/</guid>
		<description><![CDATA[ Ein &#252;ber die Jahre liebgewonnener Blog-Freund hat beschlossen seine digitalen Aktivit&#228;ten erstmal einzustellen.   Hat seine Blogs geschlossen, seinen Twitter-Account stillgelegt und auch seinen Flickr-Account gesperrt.    Dramatischer Schritt und wirklich schade, da ich ich ihm immer gerne durchs Netz gefolgt bin.   Ich hoffe er kommt bald wieder.     "So long and thanks for all the fish."   <a href="http://www.explain-it.org/wordpress/2009/02/03/good-bye-macoholic/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ein &#252;ber die Jahre liebgewonnener Blog-Freund hat beschlossen seine digitalen Aktivit&#228;ten erstmal einzustellen. Hat seine Blogs geschlossen, seinen Twitter-Account stillgelegt und auch seinen Flickr-Account gesperrt.</p>
<p>Dramatischer Schritt und wirklich schade, da ich ich ihm immer gerne durchs Netz gefolgt bin. Ich hoffe er kommt bald wieder.</p>
<blockquote>
<p>&#8220;So long and thanks for all the fish.&#8221;</p>
<p>Douglas Adams</p>
</blockquote>
<p><a href="http://www.explain-it.org/wordpress/wp-content/uploads/2009/02/wwwmacoholicde-http-wwwmacoholicde-20090203.png"><img src="http://www.explain-it.org/wordpress/wp-content/uploads/2009/02/wwwmacoholicde-http-wwwmacoholicde-20090203-tm.jpg" width="480" height="363" alt="Macoholic" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.explain-it.org/wordpress/2009/02/03/good-bye-macoholic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>neues aus der Serie &#8220;I love Unix&#8221;</title>
		<link>http://www.explain-it.org/wordpress/2007/08/31/neues-aus-der-serie-i-love-unix/</link>
		<comments>http://www.explain-it.org/wordpress/2007/08/31/neues-aus-der-serie-i-love-unix/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 13:49:31 +0000</pubDate>
		<dc:creator>falko</dc:creator>
				<category><![CDATA[Klugscheissen]]></category>
		<category><![CDATA[compi]]></category>
		<category><![CDATA[digital]]></category>

		<guid isPermaLink="false">http://www.explain-it.org/wordpress/2007/08/31/neues-aus-der-serie-i-love-unix-2/</guid>
		<description><![CDATA[Man hat eine neue Maschine und m&#246;chte schnell seinen SSH-Key dort unterbringen. Das geht mit nur einmal Passwort eingeben so: #!/bin/sh host=$1 cat ~/.ssh/id_dsa.pub &#124; ssh $host "(tee &#62; ~/public.key; mkdir ~/.ssh; chmod 0700 ~/.ssh; cat ~/public.key >> ~/.ssh/authorized_keys; chmod &#8230; <a href="http://www.explain-it.org/wordpress/2007/08/31/neues-aus-der-serie-i-love-unix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Man hat eine neue Maschine und m&#246;chte schnell seinen SSH-Key dort unterbringen. Das geht mit nur einmal Passwort eingeben so:</p>
<pre><code>
#!/bin/sh

host=$1

cat ~/.ssh/id_dsa.pub | ssh $host "(tee &gt; ~/public.key; mkdir ~/.ssh; chmod 0700 ~/.ssh; cat ~/public.key >> ~/.ssh/authorized_keys; chmod 0600 ~/.ssh/authorized_keys )"

</code>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.explain-it.org/wordpress/2007/08/31/neues-aus-der-serie-i-love-unix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Handbrake CLI Guide</title>
		<link>http://www.explain-it.org/wordpress/2007/08/30/handbrake-cli-guide/</link>
		<comments>http://www.explain-it.org/wordpress/2007/08/30/handbrake-cli-guide/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 09:28:16 +0000</pubDate>
		<dc:creator>falko</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[compi]]></category>
		<category><![CDATA[digital]]></category>

		<guid isPermaLink="false">http://www.explain-it.org/wordpress/2007/08/30/handbrake-cli-guide/</guid>
		<description><![CDATA[CLI Guide für Handbrake. Damit kann man die gerippten DVDs auch auf einem Linux-PC encodieren. http://handbrake.m0k.org/trac/wiki/CLIGuide]]></description>
			<content:encoded><![CDATA[<p>CLI Guide für Handbrake. Damit kann man die gerippten DVDs auch auf einem Linux-PC encodieren.</p>
<p style="min-height: 14.0px"></p>
<p>http://handbrake.m0k.org/trac/wiki/CLIGuide</p>
]]></content:encoded>
			<wfw:commentRss>http://www.explain-it.org/wordpress/2007/08/30/handbrake-cli-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache 64 Bit Patch</title>
		<link>http://www.explain-it.org/wordpress/2007/08/30/apache-64-bit-patch-2/</link>
		<comments>http://www.explain-it.org/wordpress/2007/08/30/apache-64-bit-patch-2/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 09:26:27 +0000</pubDate>
		<dc:creator>falko</dc:creator>
				<category><![CDATA[Klugscheissen]]></category>
		<category><![CDATA[compi]]></category>

		<guid isPermaLink="false">http://www.explain-it.org/wordpress/2007/08/30/apache-64-bit-patch-2/</guid>
		<description><![CDATA[Wenn der Apache beim Compilieren auf einem 64-Bit Redhat (oder Centos oder SuSE) mault: /usr/lib/libexpat.so: could not read symbols: File in wrong format Dann ist dieser Patch hier anzuwenden. Der gilt für die Version httpd 2.2.4 http://blog.chaos-co.de/downloads/apr-util_2.2.4.patch genau den Anweisungen &#8230; <a href="http://www.explain-it.org/wordpress/2007/08/30/apache-64-bit-patch-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wenn der Apache beim Compilieren auf einem 64-Bit Redhat (oder Centos oder SuSE) mault:</p>
<p style="min-height: 14.0px"></p>
<p>/usr/lib/libexpat.so: could not read symbols: File in wrong format</p>
<p style="min-height: 14.0px"></p>
<p>Dann ist dieser Patch hier anzuwenden. Der gilt für die Version httpd 2.2.4</p>
<p style="min-height: 14.0px"></p>
<p><a href="http://blog.chaos-co.de/downloads/apr-util_2.2.4.patch">http://blog.chaos-co.de/downloads/apr-util_2.2.4.patch</a></p>
<p style="min-height: 14.0px"></p>
<p>genau den Anweisungen in diesem Blogeintrag folgen:</p>
<p style="min-height: 14.0px"></p>
<p><a href="http://blog.chaos-co.de/index.php?/archives/2-Apache-patch-for-libexpat.so-could-not-read-symbols-File-in-wrong-format.html">http://blog.chaos-co.de/index.php?/archives/2-Apache-patch-for-libexpat.so-could-not-read-symbols-File-in-wrong-format.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.explain-it.org/wordpress/2007/08/30/apache-64-bit-patch-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>funky shit &#8211; i love unix</title>
		<link>http://www.explain-it.org/wordpress/2007/08/17/funky-shit-i-love-unix/</link>
		<comments>http://www.explain-it.org/wordpress/2007/08/17/funky-shit-i-love-unix/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 18:37:40 +0000</pubDate>
		<dc:creator>falko</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.explain-it.org/wordpress/2007/08/17/funky-shit-i-love-unix/</guid>
		<description><![CDATA[Hier eine Anleitung, wie man eine komplette Partition mittels netcat auf einen anderen Rechner kopiert. Sehr geeky # netcat -p 2222 -l &#124;bzip2 -d &#124; dd of=/dev/sdb bs=16M # bzip2 -c /dev/sda &#124; nc 192.168.1.1 2222 gefunden bei aptgetupdate.de]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cyberciti.biz/tips/howto-copy-compressed-drive-image-over-network.html">Hier eine Anleitung</a>, wie man eine komplette Partition mittels netcat auf einen anderen Rechner kopiert. Sehr geeky</p>
<p># netcat -p 2222 -l |bzip2 -d | dd of=/dev/sdb bs=16M<br />
# bzip2 -c /dev/sda | nc 192.168.1.1 2222</p>
<p>gefunden bei <a href="http://www.aptgetupdate.de">aptgetupdate.de</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.explain-it.org/wordpress/2007/08/17/funky-shit-i-love-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Helvetica</title>
		<link>http://www.explain-it.org/wordpress/2007/05/19/helvetica/</link>
		<comments>http://www.explain-it.org/wordpress/2007/05/19/helvetica/#comments</comments>
		<pubDate>Sat, 19 May 2007 20:02:56 +0000</pubDate>
		<dc:creator>falko</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.explain-it.org/wordpress/2007/05/19/helvetica/</guid>
		<description><![CDATA[Heute geht die 12. Typo Designkonferenz in Berlin zu Ende. Abschlu&#223; bildet der Film &#8220;Helvetica&#8221; zum 50. Geburtstag dieser Schrift. Leider konnte ich nicht teilnehmen, da die Karten so um die 650,- EUR kosten. Bin ja auch nur interessierter Laie. &#8230; <a href="http://www.explain-it.org/wordpress/2007/05/19/helvetica/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Heute geht die <a href="http://www.typovideo.de/">12. Typo Designkonferenz in Berlin</a> zu Ende. Abschlu&#223; bildet der Film &#8220;Helvetica&#8221; zum 50. Geburtstag dieser Schrift.<br />
Leider konnte ich nicht teilnehmen, da die Karten so um die 650,- EUR kosten. Bin ja auch nur interessierter Laie. Daf&#252;r haben die Profi-Creativen Karten die an unkalibrierten teuren Proof-TFTs arbeiten&#8230;</p>
<p>Nojo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.explain-it.org/wordpress/2007/05/19/helvetica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>verzottet</title>
		<link>http://www.explain-it.org/wordpress/2006/11/30/verzottet/</link>
		<comments>http://www.explain-it.org/wordpress/2006/11/30/verzottet/#comments</comments>
		<pubDate>Thu, 30 Nov 2006 11:38:33 +0000</pubDate>
		<dc:creator>falko</dc:creator>
				<category><![CDATA[Funny things]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[digital]]></category>

		<guid isPermaLink="false">http://www.explain-it.org/wordpress/2006/11/30/verzottet/</guid>
		<description><![CDATA[Na ein Gl&#252;ck bin ich diesmal nicht auf den GiftZOT-Zug aufgesprungen. Obwohl es diesmal ja die M&#246;glichkeit zum R&#252;ckzug gibt. Die Applikationen die die dort anbieten sind doch alle nutzloses Zeug&#8230;]]></description>
			<content:encoded><![CDATA[<p>Na ein Gl&#252;ck bin ich diesmal nicht auf den <a href="http://maczot.com/discuss/?p=260">GiftZOT</a>-Zug aufgesprungen. Obwohl es diesmal ja die M&#246;glichkeit zum R&#252;ckzug gibt. Die Applikationen die die dort anbieten sind doch alle nutzloses Zeug&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.explain-it.org/wordpress/2006/11/30/verzottet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wellenbrecher</title>
		<link>http://www.explain-it.org/wordpress/2006/10/24/wellenbrecher/</link>
		<comments>http://www.explain-it.org/wordpress/2006/10/24/wellenbrecher/#comments</comments>
		<pubDate>Tue, 24 Oct 2006 16:52:43 +0000</pubDate>
		<dc:creator>falko</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[compi]]></category>
		<category><![CDATA[digital]]></category>

		<guid isPermaLink="false">http://www.explain-it.org/wordpress/2006/10/24/wellenbrecher/</guid>
		<description><![CDATA[Kann es sein, da&#223; der Schockwellenreiter schon seit ein paar Tagen offline ist?]]></description>
			<content:encoded><![CDATA[<p>Kann es sein, da&#223; der <a href="http://www.schockwellenreiter.de/">Schockwellenreiter</a> schon seit ein paar Tagen offline ist?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.explain-it.org/wordpress/2006/10/24/wellenbrecher/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Riesenmaschine -&gt; Bin Laden!</title>
		<link>http://www.explain-it.org/wordpress/2006/10/21/riesenmaschine-bin-laden/</link>
		<comments>http://www.explain-it.org/wordpress/2006/10/21/riesenmaschine-bin-laden/#comments</comments>
		<pubDate>Sat, 21 Oct 2006 12:37:02 +0000</pubDate>
		<dc:creator>falko</dc:creator>
				<category><![CDATA[Funny things]]></category>
		<category><![CDATA[compi]]></category>

		<guid isPermaLink="false">http://www.explain-it.org/wordpress/2006/10/21/riesenmaschine-bin-laden/</guid>
		<description><![CDATA[Die Riesenmaschine hat ein wirklich cooles Gadget gefunden: einen AA-Akku, welcher am USB-Port aufgeladen werden kann. Genial! Riesenmaschine &#8211; Bin Laden!]]></description>
			<content:encoded><![CDATA[<p>Die Riesenmaschine hat ein wirklich cooles Gadget gefunden: einen AA-Akku, welcher am USB-Port aufgeladen werden kann. Genial!</p>
<p><img src="http://www.usbcell.com/prodimages/large/1.jpg" /></p>
<p><a href="http://riesenmaschine.de/index.html?nr=20061021044512">Riesenmaschine &#8211; Bin Laden!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.explain-it.org/wordpress/2006/10/21/riesenmaschine-bin-laden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server-Container</title>
		<link>http://www.explain-it.org/wordpress/2006/10/18/server-container/</link>
		<comments>http://www.explain-it.org/wordpress/2006/10/18/server-container/#comments</comments>
		<pubDate>Wed, 18 Oct 2006 07:43:17 +0000</pubDate>
		<dc:creator>falko</dc:creator>
				<category><![CDATA[Funny things]]></category>
		<category><![CDATA[compi]]></category>

		<guid isPermaLink="false">http://www.explain-it.org/wordpress/2006/10/18/server-container/</guid>
		<description><![CDATA[Sun Microsystems hat einen Serverraum in einen Standard-Container gebaut. Wer also mal eben schnell an kleines Rechenzentrum braucht, der order die Sun &#8220;Blackbox&#8220;.]]></description>
			<content:encoded><![CDATA[<p>Sun Microsystems hat einen Serverraum in einen Standard-Container gebaut. Wer also mal eben schnell an kleines Rechenzentrum braucht, der order die Sun &#8220;<a href="http://www.sun.com/emrkt/blackbox/story.jsp">Blackbox</a>&#8220;.</p>
<p><img src="http://www.explain-it.org/wordpress/wp-content/uploads/2006/10/l0_f_blackbox.jpg" height="170" width="311" border="1" hspace="4" vspace="4" alt="L0 F Blackbox" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.explain-it.org/wordpress/2006/10/18/server-container/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
