<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Justus' .Net Blog</title>
    <link>http://www.halloserv.de/blog/</link>
    <description>*̡͌l̡*̡̡ ̴̡ı̴̴̡ ̡̡͡|̲̲̲͡͡͡ ̲▫̲͡ ̲̲̲͡͡π̲̲͡͡ ̲̲͡▫̲̲͡͡ ̲|̡̡̡ ̡ ̴̡ı̴̡̡ *̡͌l̡*</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.5.3-2 - http://www.s9y.org/</generator>
    <pubDate>Sun, 26 Sep 2010 01:55:38 GMT</pubDate>

    <image>
        <url>http://www.halloserv.de/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Justus' .Net Blog - *̡͌l̡*̡̡ ̴̡ı̴̴̡ ̡̡͡|̲̲̲͡͡͡ ̲▫̲͡ ̲̲̲͡͡π̲̲͡͡ ̲̲͡▫̲̲͡͡ ̲|̡̡̡ ̡ ̴̡ı̴̡̡ *̡͌l̡*</title>
        <link>http://www.halloserv.de/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>QMPDClient</title>
    <link>http://www.halloserv.de/blog/archives/93-QMPDClient.html</link>
    
    <comments>http://www.halloserv.de/blog/archives/93-QMPDClient.html#comments</comments>
    <wfw:comment>http://www.halloserv.de/blog/wfwcomment.php?cid=93</wfw:comment>

    <wfw:commentRss>http://www.halloserv.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=93</wfw:commentRss>
    

    <author>nospam@example.com (Justus)</author>
    <content:encoded>
    &lt;p&gt;&lt;a href=&quot;http://bitcheese.net/wiki/QMPDClient&quot; target=&quot;blog&quot;&gt;QMPDClient&lt;/a&gt; ist ein Client f&amp;uuml;r den &lt;a href=&quot;http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki&quot; target=&quot;blog&quot;&gt;MPD&lt;/a&gt;, der mich immer beim arbeiten unterst&amp;uuml;tzt. F&amp;uuml;r den gibt es aber leider keinen Installer mehr, nur noch eine Zip-Datei. Das funktioniert zwar, ist aber f&amp;uuml;r den normalen Benutzer etwas unhandlich.&lt;/p&gt;
&lt;p&gt;Da ich auch keine Lust hatte, von Hand Startmen&amp;uuml;eintr&amp;auml;ge und so anzulegen habe ich mir mit dem &lt;a href=&quot;http://wix.codeplex.com/&quot; target=&quot;blog&quot;&gt;WiX Toolset&lt;/a&gt; einen kleinen MSI-Installer gebaut.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.halloserv.de/blog/archives/93-QMPDClient.html#extended&quot;&gt;&quot;QMPDClient&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 26 Sep 2010 00:28:56 +0200</pubDate>
    <guid isPermaLink="false">http://www.halloserv.de/blog/archives/93-guid.html</guid>
    <category>deployment</category>
<category>msi</category>
<category>windows</category>
<category>wix</category>

</item>
<item>
    <title>Upgrading s9y</title>
    <link>http://www.halloserv.de/blog/archives/92-Upgrading-s9y.html</link>
    
    <comments>http://www.halloserv.de/blog/archives/92-Upgrading-s9y.html#comments</comments>
    <wfw:comment>http://www.halloserv.de/blog/wfwcomment.php?cid=92</wfw:comment>

    <wfw:commentRss>http://www.halloserv.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=92</wfw:commentRss>
    

    <author>nospam@example.com (Justus)</author>
    <content:encoded>
    &lt;p&gt;Hmm, gerade wollte ich mal wieder einen Eintrag schreiben. Serendipity wollte mich aber nicht in die Administrationsoberfl&amp;auml;che lassen &lt;img src=&quot;http://www.halloserv.de/blog/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; Da ich gerade ein Upgrade hinter mir habe, war der Gedanke, da&amp;szlig; sich das Schema ge&amp;auml;ndert hat.&lt;/p&gt;
&lt;p&gt;Nach folgenden Zeilen SQL ging es dann wieder:&lt;/p&gt;
&lt;pre class=&quot;sql&quot; name=&quot;code&quot;&gt;
ALTER TABLE PREFIX_authors ADD COLUMN hashtype int(1);
ALTER TABLE PREFIX_authors CHANGE password password VARCHAR(64) NOT NULL;
&lt;/pre&gt;
&lt;p&gt;Dabei muss man noch durch das aktuell verwendete Datenbankprefix ersetzen. Standardm&amp;auml;ssig ist das s9y&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sun, 26 Sep 2010 00:22:45 +0200</pubDate>
    <guid isPermaLink="false">http://www.halloserv.de/blog/archives/92-guid.html</guid>
    
</item>
<item>
    <title>Windows PE Image Treiber hinzufügen</title>
    <link>http://www.halloserv.de/blog/archives/90-Windows-PE-Image-Treiber-hinzufuegen.html</link>
    
    <comments>http://www.halloserv.de/blog/archives/90-Windows-PE-Image-Treiber-hinzufuegen.html#comments</comments>
    <wfw:comment>http://www.halloserv.de/blog/wfwcomment.php?cid=90</wfw:comment>

    <wfw:commentRss>http://www.halloserv.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=90</wfw:commentRss>
    

    <author>nospam@example.com (Justus)</author>
    <content:encoded>
    &lt;p&gt;Um Rechner &amp;uuml;ber as Netzwerk zu installieren (sprich mit WDS)&amp;#160;braucht das Startimage die Netzwerktreiber. Auf einem Laptop mit Broadcom LAN-Karte war der aber nicht verf&amp;uuml;gbar. Allerdings ist es auch nicht schwer, die Treiber nachzuinstallieren, nur hilft das vielfach empfohlene peimg nicht weiter. Das Tool der Wahl hei&amp;szlig;t dism. Es ist im aktuellen &lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&amp;amp;displaylang=en&quot; target=&quot;blog&quot;&gt;WAIK f&amp;uuml;r Windows 7&lt;/a&gt; enthalten, kann aber auch Windows Vista und die dazu passenden Server bearbeiten.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.halloserv.de/blog/archives/90-Windows-PE-Image-Treiber-hinzufuegen.html#extended&quot;&gt;&quot;Windows PE Image Treiber hinzufügen&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 14 Apr 2010 01:24:30 +0200</pubDate>
    <guid isPermaLink="false">http://www.halloserv.de/blog/archives/90-guid.html</guid>
    
</item>
<item>
    <title>Slots auslesen</title>
    <link>http://www.halloserv.de/blog/archives/89-Slots-auslesen.html</link>
    
    <comments>http://www.halloserv.de/blog/archives/89-Slots-auslesen.html#comments</comments>
    <wfw:comment>http://www.halloserv.de/blog/wfwcomment.php?cid=89</wfw:comment>

    <wfw:commentRss>http://www.halloserv.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=89</wfw:commentRss>
    

    <author>nospam@example.com (Justus)</author>
    <content:encoded>
    &lt;p&gt;Bei einigen Rechnern im Netzwerk sollten die Grafikkarten ausgetauscht werden. Allerdings gab es ein paar Probleme&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Die Rechner waren nicht dokumentiert (sprich die Innereien, die Rechner selbst schon)&lt;/li&gt;
    &lt;li&gt;Es waren Benutzer an den Rechnern und &amp;quot;wollten&amp;quot; arbeiten&lt;/li&gt;
    &lt;li&gt;Ich h&amp;auml;tte zu den Rechnern laufen m&amp;uuml;ssen&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Da diese Probleme nicht ganz trivial sind und ich die Karten schnell bestellen wollte hier die L&amp;ouml;sung: WMI&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.halloserv.de/blog/archives/89-Slots-auslesen.html#extended&quot;&gt;&quot;Slots auslesen&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 14 Apr 2010 01:15:10 +0200</pubDate>
    <guid isPermaLink="false">http://www.halloserv.de/blog/archives/89-guid.html</guid>
    
</item>
<item>
    <title>Re: OpenVPN und Windows 7</title>
    <link>http://www.halloserv.de/blog/archives/87-Re-OpenVPN-und-Windows-7.html</link>
    
    <comments>http://www.halloserv.de/blog/archives/87-Re-OpenVPN-und-Windows-7.html#comments</comments>
    <wfw:comment>http://www.halloserv.de/blog/wfwcomment.php?cid=87</wfw:comment>

    <wfw:commentRss>http://www.halloserv.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=87</wfw:commentRss>
    

    <author>nospam@example.com (Justus)</author>
    <content:encoded>
    &lt;p&gt;Ein Leser des &amp;auml;lteren Artikels &amp;uuml;ber OpenVPN und Windows 7 hat mich darauf hingewiesen, da&amp;szlig; die Version ab RC15 ohne Probleme auf Windows 7 funktioniert. Diese Version kann man &lt;a href=&quot;http://openvpn.net/index.php/open-source/downloads.html&quot; target=&quot;blog&quot;&gt;hier runterladen&lt;/a&gt;.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sun, 07 Mar 2010 14:11:04 +0100</pubDate>
    <guid isPermaLink="false">http://www.halloserv.de/blog/archives/87-guid.html</guid>
    
</item>
<item>
    <title>Re: OpenVPN und Windows 7</title>
    <link>http://www.halloserv.de/blog/archives/88-Re-OpenVPN-und-Windows-7.html</link>
    
    <comments>http://www.halloserv.de/blog/archives/88-Re-OpenVPN-und-Windows-7.html#comments</comments>
    <wfw:comment>http://www.halloserv.de/blog/wfwcomment.php?cid=88</wfw:comment>

    <wfw:commentRss>http://www.halloserv.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=88</wfw:commentRss>
    

    <author>nospam@example.com (Justus)</author>
    <content:encoded>
    &lt;p&gt;Ein Leser des &amp;auml;lteren Artikels &amp;uuml;ber OpenVPN und Windows 7 hat mich darauf hingewiesen, da&amp;szlig; die Version ab RC15 ohne Probleme auf Windows 7 funktioniert. Diese Version kann man &lt;a href=&quot;http://openvpn.net/index.php/open-source/downloads.html&quot; target=&quot;blog&quot;&gt;hier runterladen&lt;/a&gt;.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sun, 07 Mar 2010 14:11:04 +0100</pubDate>
    <guid isPermaLink="false">http://www.halloserv.de/blog/archives/88-guid.html</guid>
    <category>kryptographie</category>
<category>openvpn</category>
<category>windows</category>
<category>windows 7</category>

</item>
<item>
    <title>Microsoft WebsiteSpark</title>
    <link>http://www.halloserv.de/blog/archives/86-Microsoft-WebsiteSpark.html</link>
    
    <comments>http://www.halloserv.de/blog/archives/86-Microsoft-WebsiteSpark.html#comments</comments>
    <wfw:comment>http://www.halloserv.de/blog/wfwcomment.php?cid=86</wfw:comment>

    <wfw:commentRss>http://www.halloserv.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=86</wfw:commentRss>
    

    <author>nospam@example.com (Justus)</author>
    <content:encoded>
    &lt;p&gt;Heute gerade auf &lt;a target=&quot;blog&quot; href=&quot;http://thedailywtf.com&quot;&gt;The Daily WTF&lt;/a&gt; gelesen: Microsoft unterst&amp;uuml;tzt junge und kleine Webentwicklerfirmen mit Software. Das Programm nennt sich &lt;a target=&quot;blog&quot; href=&quot;http://www.microsoft.com/web/websitespark/&quot;&gt;WebsiteSpark&lt;/a&gt;. Vom Namen her erinnert das an &lt;a target=&quot;blog&quot; href=&quot;https://www.dreamspark.com/default.aspx&quot;&gt;DreamSpark&lt;/a&gt; f&amp;uuml;r Studenten. Das ist allerdings ganz umsonst.&lt;/p&gt;
&lt;p&gt;WebsiteSpark ist in den ersten drei Jahren umsonst, danach f&amp;auml;llt eine Geb&amp;uuml;hr von 999$/Jahr an. Auch das Verlassen des Programms ist nicht kostenlos, das kostet 100$.&lt;/p&gt;
&lt;p&gt;Daf&amp;uuml;r wird einem aber auch was geboten:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;3x Visual Studio Pro&lt;/li&gt;
    &lt;li&gt;1x Expression Studio&lt;/li&gt;
    &lt;li&gt;2x Expression Blend&lt;/li&gt;
    &lt;li&gt;4x Windows Web Server 2008&lt;/li&gt;
    &lt;li&gt;und noch ein paar Dinge mehr&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Um sich registrieren zu k&amp;ouml;nnen mu&amp;szlig; man normalerweise einige andere Vorbedingungen erf&amp;uuml;llen. TDWTF gibt Registrierungscodes heraus, mit denen sich das umgehen l&amp;auml;&amp;szlig;t. Die gibt&#039;s &lt;a target=&quot;blog&quot; href=&quot;http://thedailywtf.com/spons/9/spark/&quot;&gt;hier &lt;img src=&quot;http://www.halloserv.de/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/a&gt;.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 05 Dec 2009 18:42:27 +0100</pubDate>
    <guid isPermaLink="false">http://www.halloserv.de/blog/archives/86-guid.html</guid>
    
</item>
<item>
    <title>KeePass als ASPX</title>
    <link>http://www.halloserv.de/blog/archives/85-KeePass-als-ASPX.html</link>
    
    <comments>http://www.halloserv.de/blog/archives/85-KeePass-als-ASPX.html#comments</comments>
    <wfw:comment>http://www.halloserv.de/blog/wfwcomment.php?cid=85</wfw:comment>

    <wfw:commentRss>http://www.halloserv.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=85</wfw:commentRss>
    

    <author>nospam@example.com (Justus)</author>
    <content:encoded>
    &lt;p&gt;Nach langer Zeit mal wieder ein Eintrag &lt;img src=&quot;http://www.halloserv.de/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;.&lt;/p&gt;
&lt;p&gt;Als Passwortmanager benutze ich &lt;a href=&quot;http://keepass.info&quot; target=&quot;blog&quot;&gt;KeePass&lt;/a&gt;. Er bietet viele Funktionen, die andere Programme nicht bieten, wie zum Beispiel die &amp;Uuml;berwachung der Zwischenablage. Andere Programme l&amp;ouml;schen sie typischerweise einfach nach einer bestimmten Zeit. Leider kann das die neue Version (2.0*)&amp;#160;noch nciht, aber ich bin mir sicher, da&amp;szlig; wird noch kommen. Leider mu&amp;szlig; man immer seine Passwort-Datenbank dabei haben. Zwar gbt es auch eine Version f&amp;uuml;r mein &lt;a target=&quot;blog&quot; href=&quot;http://keepass.info/download.html&quot;&gt;Handy&lt;/a&gt;, aber das habe ich auch nicht immer dabei.&lt;/p&gt;
&lt;p&gt;Die L&amp;ouml;sung, wenn auch nur experimentell, war, einen ASPX-Anwendung zu bauen, die die Datenbanken &amp;ouml;ffnen kann. Damit auch nicht jeder mitlesen kann tut der nur bei mir im Gesch&amp;auml;ft &lt;img src=&quot;http://www.halloserv.de/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a   rel=&quot;lightbox&quot; href=&quot;http://www.halloserv.de/blog/uploads/image/KeePass.png&quot;&gt;&lt;img height=&quot;281&quot; width=&quot;450&quot; alt=&quot;&quot; src=&quot;http://www.halloserv.de/blog/uploads/image/KeePass.serendipityThumb.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.halloserv.de/blog/archives/85-KeePass-als-ASPX.html#extended&quot;&gt;&quot;KeePass als ASPX&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 12 Nov 2009 14:26:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.halloserv.de/blog/archives/85-guid.html</guid>
    <category>.net</category>
<category>asp.net</category>
<category>c#</category>
<category>iis</category>

</item>
<item>
    <title>Vista aktivieren (und 2008 und 7)</title>
    <link>http://www.halloserv.de/blog/archives/84-Vista-aktivieren-und-2008-und-7.html</link>
    
    <comments>http://www.halloserv.de/blog/archives/84-Vista-aktivieren-und-2008-und-7.html#comments</comments>
    <wfw:comment>http://www.halloserv.de/blog/wfwcomment.php?cid=84</wfw:comment>

    <wfw:commentRss>http://www.halloserv.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=84</wfw:commentRss>
    

    <author>nospam@example.com (Justus)</author>
    <content:encoded>
    &lt;p&gt;Ich wollte gerade eine Kopie von Windows Server 2008 aktivieren, allerdings auf einem Rechner ohne Internetzugang. Die Aktivierung per Telefon hat mir Windows leider nicht angeboten. Aber der MS-Support hat weitergeholfen. Der Schl&amp;uuml;ssel zur L&amp;ouml;sung des Problems ist der Lizenzmanager &lt;tt&gt;slui.exe&lt;/tt&gt;&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.halloserv.de/blog/archives/84-Vista-aktivieren-und-2008-und-7.html#extended&quot;&gt;&quot;Vista aktivieren (und 2008 und 7)&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 24 Sep 2009 14:38:38 +0200</pubDate>
    <guid isPermaLink="false">http://www.halloserv.de/blog/archives/84-guid.html</guid>
    <category>2008</category>
<category>vista</category>
<category>windows</category>
<category>Windows 7</category>

</item>
<item>
    <title>Serverumzug</title>
    <link>http://www.halloserv.de/blog/archives/83-Serverumzug.html</link>
    
    <comments>http://www.halloserv.de/blog/archives/83-Serverumzug.html#comments</comments>
    <wfw:comment>http://www.halloserv.de/blog/wfwcomment.php?cid=83</wfw:comment>

    <wfw:commentRss>http://www.halloserv.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=83</wfw:commentRss>
    

    <author>nospam@example.com (Justus)</author>
    <content:encoded>
    &lt;p&gt;Der Serverumzug sollte eigentlich abgeschlossen sein. Ich werde den alten noch eine Zeit laufen lassen um notfalls Daten migrieren zu k&amp;ouml;nnen.&lt;/p&gt;
&lt;p&gt;Der neue Server hat viel mehr Leistung als der alte. Ich hoffe deshalb, da&amp;szlig; man nicht mehr so lange warten mu&amp;szlig;, bis die Daten ankommen &lt;img src=&quot;http://www.halloserv.de/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.halloserv.de/blog/archives/83-Serverumzug.html#extended&quot;&gt;&quot;Serverumzug&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 16 Jul 2009 12:57:54 +0200</pubDate>
    <guid isPermaLink="false">http://www.halloserv.de/blog/archives/83-guid.html</guid>
    <category>server</category>

</item>
<item>
    <title>Serverumzug</title>
    <link>http://www.halloserv.de/blog/archives/81-Serverumzug.html</link>
    
    <comments>http://www.halloserv.de/blog/archives/81-Serverumzug.html#comments</comments>
    <wfw:comment>http://www.halloserv.de/blog/wfwcomment.php?cid=81</wfw:comment>

    <wfw:commentRss>http://www.halloserv.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=81</wfw:commentRss>
    

    <author>nospam@example.com (Justus)</author>
    <content:encoded>
    &lt;p&gt;In den n&amp;auml;chsten Tagen wird mein alter Server auf einen neuen Server umgezogen. Dabei kann es passieren, da&amp;szlig; diese Seite f&amp;uuml;r kurze Zeit nicht erreichbar ist. Davon betroffen sind auch&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.cyberpunk-wiki.de&quot; target=&quot;blog&quot;&gt;Das Cyberpunk Wiki&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://sopra.le-gousteau.de&quot; target=&quot;blog&quot;&gt;Das Sopra Wiki&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;meine Mails&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ich hoffe, da&amp;szlig; die jeweiligen Unterbrechungen nur kurz dauern.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 14 Jul 2009 12:48:38 +0200</pubDate>
    <guid isPermaLink="false">http://www.halloserv.de/blog/archives/81-guid.html</guid>
    
</item>
<item>
    <title>Lokale IPs rausfinden</title>
    <link>http://www.halloserv.de/blog/archives/80-Lokale-IPs-rausfinden.html</link>
    
    <comments>http://www.halloserv.de/blog/archives/80-Lokale-IPs-rausfinden.html#comments</comments>
    <wfw:comment>http://www.halloserv.de/blog/wfwcomment.php?cid=80</wfw:comment>

    <wfw:commentRss>http://www.halloserv.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=80</wfw:commentRss>
    

    <author>nospam@example.com (Justus)</author>
    <content:encoded>
    &lt;p&gt;F&amp;uuml;r einen Netzwerkserver, der in regelm&amp;auml;&amp;szlig;igen Abst&amp;auml;nden ein Broadcast verschickt, brauchte ich seine aktuelle IP-Adresse. Es gibt im Internet mehrere Tutorials, die sich damit besch&amp;auml;ftigen, aber der typische Weg ist beim DNS nach seinem eigenen Hostnamen zu fragen.&lt;/p&gt;
&lt;p&gt;Ideal ist das nicht, da man typischerweise genau eine Adresse bekommt. Allerdings bietet .Net da auch deutlich mehr.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.halloserv.de/blog/archives/80-Lokale-IPs-rausfinden.html#extended&quot;&gt;&quot;Lokale IPs rausfinden&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 09 Jul 2009 15:43:24 +0200</pubDate>
    <guid isPermaLink="false">http://www.halloserv.de/blog/archives/80-guid.html</guid>
    <category>.net</category>
<category>ipv6</category>
<category>netzwerk</category>
<category>visual studio</category>

</item>
<item>
    <title>IPv6</title>
    <link>http://www.halloserv.de/blog/archives/79-IPv6.html</link>
    
    <comments>http://www.halloserv.de/blog/archives/79-IPv6.html#comments</comments>
    <wfw:comment>http://www.halloserv.de/blog/wfwcomment.php?cid=79</wfw:comment>

    <wfw:commentRss>http://www.halloserv.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=79</wfw:commentRss>
    

    <author>nospam@example.com (Justus)</author>
    <content:encoded>
    &lt;p&gt;Nachdem die FritzBox 7270 nativ &lt;a href=&quot;http://de.wikipedia.org/wiki/IPv6&quot; target=&quot;blog&quot;&gt;IPv6&lt;/a&gt; kann, wollte ich das nat&amp;uuml;rlich mal ausprobieren. Dazu wollte ich nat&amp;uuml;rlich meinen eigenen Server benutzen. Leider verlangt Hetzner zur Zeit noch 29,-&amp;euro; pro Monat f&amp;uuml;r eine IPv6-Adresse, das ist nat&amp;uuml;rlich etwas teuer. Aber es gibt auch Alternativen, vornehmlich &lt;a href=&quot;http://de.wikipedia.org/wiki/6to4&quot; target=&quot;blog&quot;&gt;6to4&lt;/a&gt; und IPv6-Tunnel.&lt;/p&gt;
&lt;p&gt;Da ich keine 6to4 benutzen wollte, habe ich mich f&amp;uuml;r einen Tunnel entschieden. F&amp;uuml;r Tunnel gibt es mehrere Anbieter&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.sixxs.net/&quot; target=&quot;blog&quot;&gt;SixXS&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://go6.net/4105/register.asp&quot; target=&quot;blog&quot;&gt;freenet6&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a target=&quot;blog&quot; href=&quot;http://www.tunnelbroker.net&quot;&gt;Hurricane Electric&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ich habe mich f&amp;uuml;r SixXS entschieden, vornehmlich weil es Non-Profit ist.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.halloserv.de/blog/archives/79-IPv6.html#extended&quot;&gt;&quot;IPv6&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 05 Jun 2009 14:10:50 +0200</pubDate>
    <guid isPermaLink="false">http://www.halloserv.de/blog/archives/79-guid.html</guid>
    <category>ipv6</category>
<category>linux</category>
<category>windows</category>

</item>
<item>
    <title>Anmeldedienst nicht gestartet</title>
    <link>http://www.halloserv.de/blog/archives/78-Anmeldedienst-nicht-gestartet.html</link>
    
    <comments>http://www.halloserv.de/blog/archives/78-Anmeldedienst-nicht-gestartet.html#comments</comments>
    <wfw:comment>http://www.halloserv.de/blog/wfwcomment.php?cid=78</wfw:comment>

    <wfw:commentRss>http://www.halloserv.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=78</wfw:commentRss>
    

    <author>nospam@example.com (Justus)</author>
    <content:encoded>
    &lt;p&gt;Heute konnte ich mich auf meinem Windows 2003 Server nicht anmelden. Als Fehler bekam ich die aussagekf&amp;auml;ftige Fehlermeldung &amp;quot;Da der Anmeldedienst auf diesem Computer nicht gestartet wurde, k&amp;ouml;nnen Sie sich nicht anmelden.&amp;quot; Warum er nicht gestartet wurde ist nicht klar. Ich kann den Computer aber nicht freundlich fragen, sich neuzustarten.&lt;/p&gt;
&lt;p&gt;&lt;a   rel=&quot;lightbox&quot; href=&quot;http://www.halloserv.de/blog/uploads/image/WindowsAnmeldedienstNichtGestartet_klein.png&quot;&gt;&lt;img height=&quot;247&quot; width=&quot;449&quot; alt=&quot;Anmeldedienst wurde nicht gesrtartet&quot; src=&quot;http://www.halloserv.de/blog/uploads/image/WindowsAnmeldedienstNichtGestartet_klein.serendipityThumb.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.halloserv.de/blog/archives/78-Anmeldedienst-nicht-gestartet.html#extended&quot;&gt;&quot;Anmeldedienst nicht gestartet&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 05 Jun 2009 13:51:45 +0200</pubDate>
    <guid isPermaLink="false">http://www.halloserv.de/blog/archives/78-guid.html</guid>
    <category>2003</category>
<category>server</category>
<category>windows</category>

</item>
<item>
    <title>Exceptions und wie kriege ich die mit</title>
    <link>http://www.halloserv.de/blog/archives/77-Exceptions-und-wie-kriege-ich-die-mit.html</link>
    
    <comments>http://www.halloserv.de/blog/archives/77-Exceptions-und-wie-kriege-ich-die-mit.html#comments</comments>
    <wfw:comment>http://www.halloserv.de/blog/wfwcomment.php?cid=77</wfw:comment>

    <wfw:commentRss>http://www.halloserv.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=77</wfw:commentRss>
    

    <author>nospam@example.com (Justus)</author>
    <content:encoded>
    &lt;p&gt;Exceptions kennzeichnen unerwartete Zust&amp;auml;nde eines Programms. Als Programmierer kann man aber nicht alle Exceptions vorhersehen. Daes auch aus Debuggingsicht nicht sinnvoll ist, alle Exceptions in einen Try-Catch-Block zu stecken, kommen hin und wieder auch welche zum Benutzer.&lt;/p&gt;
&lt;p&gt;&lt;a   rel=&quot;lightbox&quot; href=&quot;http://www.halloserv.de/blog/uploads/image/Programmabsturz.png&quot;&gt;&lt;img height=&quot;236&quot; width=&quot;450&quot; alt=&quot;Programmabsturz&quot; src=&quot;http://www.halloserv.de/blog/uploads/image/Programmabsturz.serendipityThumb.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Dies ist relativ unsch&amp;ouml;n, vor allem, wenn die standard Windows-Fehlermeldung erscheint. Da macht es einen viel besseren Eindruck, wenn das Programm direkt anbietet, dem Entwickler den Fehler mitzuteilen.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.halloserv.de/blog/archives/77-Exceptions-und-wie-kriege-ich-die-mit.html#extended&quot;&gt;&quot;Exceptions und wie kriege ich die mit&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 15 May 2009 23:21:07 +0200</pubDate>
    <guid isPermaLink="false">http://www.halloserv.de/blog/archives/77-guid.html</guid>
    <category>.net</category>
<category>c#</category>
<category>exception handling</category>
<category>iis</category>
<category>wcf</category>
<category>windows</category>

</item>

</channel>
</rss>
