<?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>dysternis</title>
	<atom:link href="http://blog.mellenthin.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mellenthin.de</link>
	<description>the blog of harm and appletrees</description>
	<lastBuildDate>Tue, 09 Mar 2010 21:08:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OpenLDAP Replikation mit syncprov</title>
		<link>http://blog.mellenthin.de/archives/2010/03/09/openldap-replikation-mit-syncprov/</link>
		<comments>http://blog.mellenthin.de/archives/2010/03/09/openldap-replikation-mit-syncprov/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 21:08:55 +0000</pubDate>
		<dc:creator>melle</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nerd]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[openldap]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[Replikation]]></category>
		<category><![CDATA[syncprov]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blog.mellenthin.de/?p=3441</guid>
		<description><![CDATA[Für einen neuen Server in unserer Rootserver-Kommune brauche ich eine Replik unseres LDAP-Servers. Wie sich herausstellte, ist das ziemlich einfach und in der umfangreichen Dokumentation exzellent erklärt.
Im zu replizierenden LDAP-Server (&#8220;Provider&#8221;) muss man lediglich dafür sorgen, dass das syncprov-Modul in der slapd.conf geladen wird:

modulepath      /usr/lib/ldap
moduleload      [...]]]></description>
			<content:encoded><![CDATA[<p>Für einen neuen Server in unserer <a href="https://ssl.freifunk-potsdam.de/trac-iggy/wiki">Rootserver-Kommune</a> brauche ich eine Replik unseres LDAP-Servers. Wie sich herausstellte, ist das ziemlich einfach und in der <a href="http://www.openldap.org/doc/admin24/replication.html">umfangreichen Dokumentation exzellent erklärt</a>.</p>
<p>Im zu replizierenden LDAP-Server (&#8220;Provider&#8221;) muss man lediglich dafür sorgen, dass das <code>syncprov</code>-Modul in der <code>slapd.conf</code> geladen wird:</p>

<div class="wp_syntax"><div class="code"><pre class="ini" style="font-family:monospace;">modulepath      /usr/lib/ldap
moduleload      back_hdb
moduleload      syncprov</pre></div></div>

<p>Im Zielserver (&#8220;Consumer&#8221;), wird so eine 1:1 Replikation des Quellservers konfiguriert:</p>

<div class="wp_syntax"><div class="code"><pre class="ini" style="font-family:monospace;"># replication settings
syncrepl rid<span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">001</span>
    <span style="color: #000099;">provider</span><span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">ldaps://ldaps.yourdomain.de:636</span>
    <span style="color: #000099;">type</span><span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">refreshAndPersist</span>
    <span style="color: #000099;">searchbase</span><span style="color: #000066; font-weight:bold;">=</span><span style="color: #933;">&quot;dc=yourdomain,dc=de&quot;</span>
    <span style="color: #000099;">schemachecking</span><span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">on</span>
    <span style="color: #000099;">type</span><span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">refreshAndPersist</span>
    <span style="color: #000099;">retry</span><span style="color: #000066; font-weight:bold;">=</span><span style="color: #933;">&quot;60 +&quot;</span>
    <span style="color: #000099;">bindmethod</span><span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">simple</span>
    <span style="color: #000099;">binddn</span><span style="color: #000066; font-weight:bold;">=</span><span style="color: #933;">&quot;cn=replicator,dc=yourdomain,dc=de&quot;</span>
    <span style="color: #000099;">credentials</span><span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">assword</span></pre></div></div>

<p>Natürlich müssen im Quellserver entsprechende Credentials hinterlegt werden. Durch das Keyword <code>refreshAndPersist</code> bleibt die Verbindung dauerhaft bestehen und Änderungen im Quellserver werden sofort auf dem Zielserver repliziert. </p>
<p>Achtung: im Zielserver müssen natürlich die gleichen Schemata geladen sein, wie im Quellserver. Schaut euch also die Include-Section entsprechend an, sonst hagelt es Fehler.</p>
<p>Mit dieser Methode kann man den LDAP-Server super-komfortabel umziehen, einfach Replikation einschalten, DNS-umschwenken und dann die Replikation auf dem Zielserver ausschalten.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mellenthin.de/archives/2010/03/09/openldap-replikation-mit-syncprov/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DynDNS mit dem Alice Modem 1121 WLAN</title>
		<link>http://blog.mellenthin.de/archives/2010/02/25/dyndns-mit-dem-alice-modem-1121-wlan/</link>
		<comments>http://blog.mellenthin.de/archives/2010/02/25/dyndns-mit-dem-alice-modem-1121-wlan/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 18:24:00 +0000</pubDate>
		<dc:creator>melle</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nerd]]></category>
		<category><![CDATA[alice]]></category>
		<category><![CDATA[alice modem 1121]]></category>
		<category><![CDATA[dsl]]></category>
		<category><![CDATA[dyndns]]></category>
		<category><![CDATA[hansenet]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[wlan]]></category>

		<guid isPermaLink="false">https://blog.mellenthin.de/?p=3420</guid>
		<description><![CDATA[Das Alice Modem 1121 WLAN bzw. TV hat eine recht spartanische Administrationsoberfläche. Man kann wirklich nur das Nötigste einstellen, eine Möglichkeite den beliebten DynDNS-Dienst zu konfigurieren, sucht man vergeblich.
Die Modemsoftware bringt jedoch einen DynDNS-Client mit, allerdings ist der nur via Telnet zu konfigurieren. Das Modem ist vom LAN und WLAN aus unter seiner Standard-IP 192.168.1.1 [...]]]></description>
			<content:encoded><![CDATA[<p>Das Alice Modem 1121 WLAN bzw. TV hat eine recht spartanische Administrationsoberfläche. Man kann wirklich nur das Nötigste einstellen, eine Möglichkeite den beliebten DynDNS-Dienst zu konfigurieren, sucht man vergeblich.</p>
<p>Die Modemsoftware bringt jedoch einen DynDNS-Client mit, allerdings ist der nur via Telnet zu konfigurieren. Das Modem ist vom LAN und WLAN aus unter seiner Standard-IP <strong><code>192.168.1.1</code></strong> erreichbar.</p>
<p>Die Zugangsdaten lauten:</p>
<ul>
<li>User: <strong>admin</strong></li>
<li>Passwort: <strong>Alice</strong>XXXXXX<strong>123</strong></li>
</ul>
<p>Die Zeichenfolge XXXXXX muss durch die letzten sechs Zeichen der LAN MAC-Adresse des Modems ersetzt werden. Lautet die MAC-Adresse des Modems z.B. <code>00:25:5E:<strong>AB:64:FE</strong></code>, so muss man als Passwort <code>Alice<strong>AB64FE</strong>123</code> verwenden:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ telnet 192.168.1.1
&nbsp;
Entering character mode
Escape character is <span style="color: #ff0000;">'^]'</span>.
&nbsp;
Alice Modem WLAN <span style="color: #000000;">1121</span>
Login: admin
Password: AliceAB64FE123
&nbsp;
<span style="color: #000000; font-weight: bold;">&gt;</span></pre></div></div>

<p>Man findet sich auf einer kastrierten Linux(?)-Shell wieder. <code>help</code> liefert eine Liste der möglichen Kommandos. Mit <code>ddns</code> kann man den DynDNS-Client konfigurieren:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&gt;</span> ddns
ddns add <span style="color: #c20cb9; font-weight: bold;">hostname</span> <span style="color: #660033;">--username</span> username <span style="color: #660033;">--password</span> password <span style="color: #660033;">--interface</span> interface <span style="color: #660033;">--service</span> tzo<span style="color: #000000; font-weight: bold;">|</span>dyndns
     remove <span style="color: #c20cb9; font-weight: bold;">hostname</span>
     show
ddns --help<span style="color: #000000; font-weight: bold;">&gt;</span></pre></div></div>

<p>Ok, mit <code>add</code> fügt man eine DynDNS-Konfiguration hinzu, mit <code>remove</code> wird sie wieder entfernt und mit <code>show</code> kann man alle anzeigen lassen.</p>
<p>Der folende Aufruf fügt eine Konfiguration für den Hostnamen <code>myhomedsl.dyndns.org</code> beim Dienst <code>dyndns</code> mit dem Usenamen <code>user6</code> und dem Passwort <code>123456</code> hinzu:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">dns add myhomedsl.dyndns.org <span style="color: #660033;">--username</span> user6 <span style="color: #660033;">--password</span> <span style="color: #000000;">123456</span> <span style="color: #660033;">--interface</span> ppp_0_1_32_1  <span style="color: #660033;">--service</span> dyndns</pre></div></div>

<p><strong>Wichtig</strong>: man muss im parameter <strong><code>--interface</code></strong> den Namen des WLAN-Interfaces eingeben. Den Namen bekommt man mit dem Kommando <strong><code>ifconfig</code></strong> heraus. Es listet alle Interfaces auf, gesucht ist das mit <code>ppp</code> im Namen:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">ppp_0_1_32_1    Link encap:Point-Point Protocol  
                inet addr:85.178.209.191  P-t-P:213.191.89.4  Mask:255.255.255.255
                UP POINTOPOINT RUNNING NOARP ALLMULTI MULTICAST  MTU:<span style="color: #000000;">1492</span>  Metric:<span style="color: #000000;">1</span>
                RX packets:<span style="color: #000000;">9540</span> errors:<span style="color: #000000;">0</span> dropped:<span style="color: #000000;">0</span> overruns:<span style="color: #000000;">0</span> frame:<span style="color: #000000;">0</span>
                TX packets:<span style="color: #000000;">7456</span> errors:<span style="color: #000000;">0</span> dropped:<span style="color: #000000;">0</span> overruns:<span style="color: #000000;">0</span> carrier:<span style="color: #000000;">0</span>
                collisions:<span style="color: #000000;">0</span> txqueuelen:<span style="color: #000000;">3</span> 
                RX bytes:<span style="color: #000000;">6444034</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">6.1</span> MiB<span style="color: #7a0874; font-weight: bold;">&#41;</span>  TX bytes:<span style="color: #000000;">1135835</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">1.0</span> MiB<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>

<p>In meinem Beispiel lautet der Name des Interfaces also <strong><code>ppp_0_1_32_1</code></strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mellenthin.de/archives/2010/02/25/dyndns-mit-dem-alice-modem-1121-wlan/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Papa Loch!</title>
		<link>http://blog.mellenthin.de/archives/2010/02/23/papa-loch/</link>
		<comments>http://blog.mellenthin.de/archives/2010/02/23/papa-loch/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 13:59:26 +0000</pubDate>
		<dc:creator>melle</dc:creator>
				<category><![CDATA[Geschichten]]></category>
		<category><![CDATA[Realität]]></category>

		<guid isPermaLink="false">http://blog.mellenthin.de/?p=3415</guid>
		<description><![CDATA[
Kind 1: (zeigt auf Knie) &#8220;Papa Loch!&#8221;
Papa: &#8220;Ja, die Hose hat ein Loch.&#8221;
Kind 1: (zeigt auf anderes Knie) &#8220;Papa, auch Loch!&#8221;
Papa: &#8220;Ja, da ist noch ein Loch.&#8221;
Kind 1: &#8220;Cool!&#8221;
Papa: (grinst)
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.mellenthin.de/wp-content//2010/02/20100223_papa_loch.jpg"><img src="http://blog.mellenthin.de/wp-content//2010/02/20100223_papa_loch-300x225.jpg" alt="" title="Papa Loch!" width="300" height="225" class="aligncenter size-medium wp-image-3416" /></a></p>
<p>Kind 1: (zeigt auf Knie) &#8220;Papa Loch!&#8221;<br />
Papa: &#8220;Ja, die Hose hat ein Loch.&#8221;<br />
Kind 1: (zeigt auf anderes Knie) &#8220;Papa, auch Loch!&#8221;<br />
Papa: &#8220;Ja, da ist noch ein Loch.&#8221;<br />
Kind 1: &#8220;Cool!&#8221;<br />
Papa: (grinst)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mellenthin.de/archives/2010/02/23/papa-loch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cancer Clan</title>
		<link>http://blog.mellenthin.de/archives/2010/02/16/cancer-clan/</link>
		<comments>http://blog.mellenthin.de/archives/2010/02/16/cancer-clan/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 21:57:13 +0000</pubDate>
		<dc:creator>melle</dc:creator>
				<category><![CDATA[Photoblog]]></category>
		<category><![CDATA[archiv]]></category>
		<category><![CDATA[cancer clan]]></category>
		<category><![CDATA[chainsaw]]></category>
		<category><![CDATA[gewölbe]]></category>
		<category><![CDATA[kettensäge]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[potsdam]]></category>
		<category><![CDATA[shooting]]></category>

		<guid isPermaLink="false">http://blog.mellenthin.de/?p=3403</guid>
		<description><![CDATA[
Shot for the upcoming third demo of Cancer Clan.
The setup was pretty simple:

We tried to use a second flash to get a shadow of the chainsaw-blade. It was hard to adjust everything and when we got finally a good shadow, the whole photo looked pretty boring&#8230;
Camera Model: Nikon D90
Lens: Nikon AF-S DX Nikkor 18-105mm 1:3.5-5.6G [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.flickr.com/photos/melle/4362899575/'><img src="http://blog.mellenthin.de/wp-content//2010/02/20100126_214934-_DSC3375-Edit_cancer_clan_blog.jpg" alt="" title="Cancer Clan" width="500" height="753" class="size-full wp-image-3405" /></a></p>
<p>Shot for the upcoming third demo of <a href="http://www.myspace.com/cancerclan" rel="nofollow">Cancer Clan</a>.</p>
<p>The setup was pretty simple:</p>
<p><a href="http://www.flickr.com/photos/melle/4363668686/"><img src="http://farm3.static.flickr.com/2726/4363668686_51c453677c_m.jpg" width="240" height="159" alt="Cancer Clan light setup" /></a></p>
<p>We tried to use a second flash to get a shadow of the chainsaw-blade. It was hard to adjust everything and when we got finally a good shadow, the whole photo looked pretty boring&#8230;</p>
<p>Camera Model: Nikon D90<br />
Lens: Nikon AF-S DX Nikkor 18-105mm 1:3.5-5.6G ED VR<br />
Focal Length: 18.00 mm<br />
Focal Length (35mm Equiv): 27 mm<br />
Exposure Time: 1/125 sec<br />
F-Number: f/16<br />
Shooting mode: Manual<br />
Exposure bias: 0 EV<br />
Flash: Yes<br />
ISO: 200<br />
<a href='http://www.flickr.com/photos/melle/4362899575/'>Image at flickr</a>, <a href='http://www.flickr.com/photos/melle/4362899575/sizes/o/' >large version</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mellenthin.de/archives/2010/02/16/cancer-clan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chocolate Cake</title>
		<link>http://blog.mellenthin.de/archives/2010/02/02/chocolate-cake/</link>
		<comments>http://blog.mellenthin.de/archives/2010/02/02/chocolate-cake/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 22:45:58 +0000</pubDate>
		<dc:creator>melle</dc:creator>
				<category><![CDATA[Foodporn]]></category>
		<category><![CDATA[Photoblog]]></category>
		<category><![CDATA[baking]]></category>
		<category><![CDATA[belgian chocolate cake]]></category>
		<category><![CDATA[cake]]></category>
		<category><![CDATA[chocolate cake]]></category>
		<category><![CDATA[food]]></category>

		<guid isPermaLink="false">http://blog.mellenthin.de/?p=3397</guid>
		<description><![CDATA[
I posted already the recipe, but this time we modified it slightly. 
Camera Model: Nikon D90
Lens: Nikon AF-S DX Nikkor 18-105mm 1:3.5-5.6G ED VR
Focal Length: 105.00 mm
Focal Length (35mm Equiv): 157 mm
Exposure Time: 1/80 sec
F-Number: f/6,3
Shooting mode: Manual
Exposure bias: 0 EV
Flash: Yes
ISO: 200
Image at flickr, large version
]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.flickr.com/photos/melle/4325702751/'></a><a href="http://blog.mellenthin.de/wp-content//2010/02/20100202_chocolate_cake.jpeg"><img src="http://blog.mellenthin.de/wp-content//2010/02/20100202_chocolate_cake.jpeg" alt="" title="Chocolate cake" width="500" height="332" class="aligncenter size-full wp-image-3398" /></a></p>
<p>I posted already the <a href="http://www.flickr.com/photos/melle/sets/72157607058422618/">recipe</a>, but this time we <a href="http://chocolateriver.de/chocolate-cake/" rel="nofollow">modified it slightly</a>. </p>
<p>Camera Model: Nikon D90<br />
Lens: Nikon AF-S DX Nikkor 18-105mm 1:3.5-5.6G ED VR<br />
Focal Length: 105.00 mm<br />
Focal Length (35mm Equiv): 157 mm<br />
Exposure Time: 1/80 sec<br />
F-Number: f/6,3<br />
Shooting mode: Manual<br />
Exposure bias: 0 EV<br />
Flash: Yes<br />
ISO: 200<br />
<a href='http://www.flickr.com/photos/melle/4325702751/'>Image at flickr</a>, <a href='http://www.flickr.com/photos/melle/4325702751/sizes/o/' >large version</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mellenthin.de/archives/2010/02/02/chocolate-cake/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Double Galaxy</title>
		<link>http://blog.mellenthin.de/archives/2010/01/31/double-galaxy/</link>
		<comments>http://blog.mellenthin.de/archives/2010/01/31/double-galaxy/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 21:11:52 +0000</pubDate>
		<dc:creator>melle</dc:creator>
				<category><![CDATA[Photoblog]]></category>

		<guid isPermaLink="false">http://blog.mellenthin.de/?p=3392</guid>
		<description><![CDATA[
If you come close enough, you will see a double galaxy  
Camera Model: Nikon D90
Lens: Sigma 150mm 2.8 EX Makro
Focal Length: 150.00 mm
Focal Length (35mm Equiv): 225 mm
Exposure Time: 1/200 sec
F-Number: f/2.8
Shooting mode: Manual
Exposure bias: 0 EV
Flash: Yes
ISO: 200
Image at flickr, large version
]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.flickr.com/photos/melle/4320161936/'><img src="http://blog.mellenthin.de/wp-content//2010/01/20100131_double_galaxy.jpg" alt="" title="Double Galaxy" width="500" height="332" class="aligncenter size-full wp-image-3393" /></a></p>
<p>If you come close enough, you will see a double galaxy <img src='http://blog.mellenthin.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Camera Model: Nikon D90<br />
Lens: Sigma 150mm 2.8 EX Makro<br />
Focal Length: 150.00 mm<br />
Focal Length (35mm Equiv): 225 mm<br />
Exposure Time: 1/200 sec<br />
F-Number: f/2.8<br />
Shooting mode: Manual<br />
Exposure bias: 0 EV<br />
Flash: Yes<br />
ISO: 200<br />
<a href='http://www.flickr.com/photos/melle/4320161936/'>Image at flickr</a>, <a href='http://www.flickr.com/photos/melle/4320161936/sizes/o/' >large version</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mellenthin.de/archives/2010/01/31/double-galaxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sonntagssoundtrack</title>
		<link>http://blog.mellenthin.de/archives/2010/01/10/sonntagssoundtrack-79/</link>
		<comments>http://blog.mellenthin.de/archives/2010/01/10/sonntagssoundtrack-79/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 20:48:20 +0000</pubDate>
		<dc:creator>melle</dc:creator>
				<category><![CDATA[Musik]]></category>

		<guid isPermaLink="false">https://blog.mellenthin.de/?p=3389</guid>
		<description><![CDATA[
Es gibt von den Herren btw. ab 10. Februar eine Live-DVD.
]]></description>
			<content:encoded><![CDATA[<p><object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/qc98u-eGzlc&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/qc98u-eGzlc&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object></p>
<p>Es gibt von den Herren btw. ab 10. Februar eine <a href="http://www.youtube.com/watch?v=uIO88_RRww4">Live-DVD</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mellenthin.de/archives/2010/01/10/sonntagssoundtrack-79/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sonntagssoundtrack</title>
		<link>http://blog.mellenthin.de/archives/2010/01/03/sonntagssoundtrack-77/</link>
		<comments>http://blog.mellenthin.de/archives/2010/01/03/sonntagssoundtrack-77/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 11:17:42 +0000</pubDate>
		<dc:creator>melle</dc:creator>
				<category><![CDATA[Musik]]></category>

		<guid isPermaLink="false">https://blog.mellenthin.de/?p=3259</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/HItC23THZec&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/HItC23THZec&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mellenthin.de/archives/2010/01/03/sonntagssoundtrack-77/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>26C3: Tag vier</title>
		<link>http://blog.mellenthin.de/archives/2010/01/01/26c3-tag-vier/</link>
		<comments>http://blog.mellenthin.de/archives/2010/01/01/26c3-tag-vier/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 18:19:42 +0000</pubDate>
		<dc:creator>melle</dc:creator>
				<category><![CDATA[Chaos-Congress]]></category>

		<guid isPermaLink="false">http://blog.mellenthin.de/?p=3381</guid>
		<description><![CDATA[Leider leider ist der AS/400 Talk von Sebastian ausgefallen. Ich hatte ihn schon am Vorabend zu dem Thema ausführlich befragt, aber es wäre natürlich interessant gewesen, die Live-Demos zu sehen.
Statt dessen habe ich mich dann in Saal 1 zur Wikipedia-Diskussion gesetzt. Fefe hatte es sich auf der Couch bequem gemacht, lest Euch mal den Artikel [...]]]></description>
			<content:encoded><![CDATA[<p>Leider leider ist der AS/400 Talk von Sebastian ausgefallen. Ich hatte ihn schon am Vorabend zu dem Thema ausführlich befragt, aber es wäre natürlich interessant gewesen, die Live-Demos zu sehen.</p>
<p>Statt dessen habe ich mich dann in Saal 1 zur Wikipedia-Diskussion gesetzt. Fefe hatte es sich auf der Couch bequem gemacht, lest Euch mal den Artikel in seinem Blog durch, <a href="http://blog.fefe.de/?ts=b5c56d9c">er hat die Diskussion ganz gut zusammengefasst</a>.</p>
<p><a href="http://www.flickr.com/photos/melle/4228213650/" title="Fefe by gurke, on Flickr"><img src="http://farm3.static.flickr.com/2532/4228213650_101780317d.jpg" width="500" height="375" alt="Fefe" /></a></p>
<p><a href="http://events.ccc.de/congress/2009/Fahrplan/events/3670.en.html">Blackbox JTAG Reverse Engineering</a> war auch nicht wirklich erhellend, aber vielleicht war auch meine Aufmerksamkeit am vierten Tag arg verschlissen. Ich habe mich dann noch mit ein paar älteren Herren aus dem Internet zum Aisiambiss in den Bahnhof gesetzt.</p>
<p><a href="http://events.ccc.de/congress/2009/Fahrplan/events/3579.en.html">Photography and the Art of Doing it Wrong</a> war ein interessanter Rückblick auf die Geschichte der Fotografie, außerdem gab es ein paar gute Inspirationen bewusst &#8220;falsch&#8221; zu fotografieren und die &#8220;Fehler&#8221; als künstlerischen Effekt einzusetzen. Ein erfrischender Kontrast zur üblichen &#8220;Eye Candy Fotografie&#8221;.</p>
<p>Falls Ihr den Kongress verpasst habt, schaut Euch die Aufzeichnungen an, <a href="http://annalist.noblogs.org/post/2009/12/31/26c3-26.-chaos-communication-congress-zum-nach-gucken">Anne hat ein paar gute Empfehlungen zusammengetragen</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mellenthin.de/archives/2010/01/01/26c3-tag-vier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>26C3: Tag drei</title>
		<link>http://blog.mellenthin.de/archives/2010/01/01/26c3-tag-drei/</link>
		<comments>http://blog.mellenthin.de/archives/2010/01/01/26c3-tag-drei/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 00:01:40 +0000</pubDate>
		<dc:creator>melle</dc:creator>
				<category><![CDATA[Chaos-Congress]]></category>

		<guid isPermaLink="false">https://blog.mellenthin.de/?p=3361</guid>
		<description><![CDATA[Der Jahresrückblick hat mich mal wieder darin bestärkt, dass der CCC-Mitgliedsbeitrag goldrichtig angelegt ist. Schaut Euch einfach mal die Aufzeichnung an.
Danach gab es ein Update zur DECT-Sicherheit. Die Jungs sind schon sehr weit gekommen. Der Grund, warum man den großen Knall nicht gehört hat, ist vielleicht, weil er vom noch viel größeren Knall des Platzens [...]]]></description>
			<content:encoded><![CDATA[<p>Der Jahresrückblick hat mich mal wieder darin bestärkt, dass der CCC-Mitgliedsbeitrag goldrichtig angelegt ist. Schaut Euch einfach mal die Aufzeichnung an.</p>
<p>Danach gab es ein Update zur DECT-Sicherheit. Die Jungs sind schon sehr weit gekommen. Der Grund, warum man den großen Knall nicht gehört hat, ist vielleicht, weil er vom noch viel größeren Knall des Platzens der GSM-Sicherheitsblase übertönt wurde.  Interessantes Detail: die Zusammenarbeit mit dem DECT-Forum scheint viel angenehmer und besser zu laufen, als die Zusammenarbeit mit dem GSM-Forum, die derzeit <a href="http://www.heise.de/newsticker/meldung/26C3-CCC-fordert-staerkere-Verschluesselung-des-GSM-Mobilfunks-893739.html">noch nicht einmal zugeben, dass es ein Problem gibt</a> (&#8220;das was die machen ist ja Illegal, und deswegen existiert das Problem nicht&#8221;).</p>
<p>Dann habe ich mir &#8220;<a href="http://events.ccc.de/congress/2009/Fahrplan/events/3536.en.html">DDoS/botnet mitigation and hosting online communities</a>&#8221; angeschaut, das war nett, aber insgesamt kein großer Erkenntnisgewinn. </p>
<p>Der GSM-Talk von Harald Welte hiess &#8220;Using OpenBSC for fuzzing of GSM handsets&#8221;, es war aber eher ein generelles Update zu OpenBSC. Trotzdem interessant, auf welch wackeligen Füßen das ganze System steckt, es gibt nur eine Hand voll (4!) GSM-Stacks und die sind auf 4 Milliarden Geräten deployed. Wenn also ein Stack ein Problem hat, kann man das auf sehr vielen Geräten nachvollziehen.</p>
<p>Was mir im Zusammenhang mit GSM total neu war &#8211; und gleich auf drei Vorträgen ausführlich erwähnt wurde &#8211; ist, dass im Zuge der <a href="http://en.wikipedia.org/wiki/Enhanced_911">911-Notrufrichtlinie in den USA</a> die Geräte ihren Standort bestimmen können müssen. Wenn ein GPS-Chip eingebaut ist, dann kann man das relativ einfach machen. Wenn kein GPS-Chip eingebaut ist, geht das aber trotzdem. Das Telefon verstellt einfach die Empfangsfrequenz auf die GPS-Frequenz und empfängt die blanken GPS-Signale, die es zur Auswertung an den Provider schickt (GSM funkt i.dR. auf 0.9, 1.8 und 1.9 GHz, GPS liegt mit 1.2 und 1.5 GHz genau dazwischen). Zusammen mit den bekannten Standortdaten der Basisstationen und der derzeit schon vorhandenen GSM-Peilungsmöglichkeiten kommt dabei eine ausreichend genaue Standortinformation heraus.</p>
<p>Da keine Geräte exklusiv für den US-Markt gebaut werden, ist also davon auszugehen, dass alle Geräte, die seit 2006 in den USA verkauft werden, diese Funktion mitbringen. Die Abfrage findet auf sehr sehr tiefen Schichten des GSM-Protokolls statt und kann von der Anwendungssoftware oder dem Betriebssystem des Telefons nicht verhindert oder bemerkt werden.</p>
<p>Bei &#8220;Location tracking does scale up&#8221; hat Aaron die Funktionsweise von <a href="http://www.skyhookwireless.com/">Skyhook</a> erklärt. Das Grundprinzip ist ja recht einleuchtend. Die Standortdaten und Empfangsfeldstärken von WLAN Beacons werden einmal erfasst und in einer Datenbank hinterlegt. Nun kann man anhand dieser Datenbank seinen Standort auch in Gebäuden bestimmen. Das Problem ist, dass die Datenbank mit der Zeit veraltet, weil WLAN AccessPoints sterben und neue hinzu kommen. Die Update-Funktion steckt aber in der Skyhook-Api selbst. Bei Standortabfragen werden alle sichtbaren ESSIDs mitgesendet, ebenfalls die GPS-Position (falls bekannt) und die Basisstation-Id, an der das Telefon angemeldet ist. Zwar funktioniert die API-Abfrage anonymisiert, aber eine Korrelation mit anderen Datensätzen ist natürlich trotzdem möglich.</p>
<p>Der <a href="http://events.ccc.de/congress/2009/Fahrplan/events/3613.en.html">Fnord-Jahresrückblick</a> war ebenfalls wieder Pflicht, statt mir danach gleich <a href="http://events.ccc.de/congress/2009/Fahrplan/events/3658.en.html">den Kaminsky</a> zu geben, habe ich mich zu Andy und &#8220;<a href="http://events.ccc.de/congress/2009/Fahrplan/events/3705.en.html">Die Ereignisse des 12.9. und ihre Folgen</a>&#8221; angeschaut. Schaut Euch mal die Aufzeichnung an, den Erkenntnisgewinn kann man garantiert auf jeder Demo verwerten.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mellenthin.de/archives/2010/01/01/26c3-tag-drei/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
