<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/blog/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://www.aurea-libertas.de/blog/feeds/atom.xml" rel="self" title="Justus' .Net Blog" type="application/atom+xml" />
    <link href="http://www.aurea-libertas.de/blog/"                        rel="alternate"    title="Justus' .Net Blog" type="text/html" />
    <link href="http://www.aurea-libertas.de/blog/rss.php?version=2.0"     rel="alternate"    title="Justus' .Net Blog" type="application/rss+xml" />
    <title type="html">Justus' .Net Blog</title>
    <subtitle type="html">«Computer science is no more about computers than astronomy is about telescopes.» (Edsger Dijkstra)</subtitle>
    <icon>http://www.aurea-libertas.de/blog/templates/default/img/s9y_banner_small.png</icon>
    <id>http://www.aurea-libertas.de/blog/</id>
    <updated>2010-09-26T01:55:38Z</updated>
    <generator uri="http://www.s9y.org/" version="1.5.3-2">Serendipity 1.5.3-2 - http://www.s9y.org/</generator>
    <dc:language>de</dc:language>

    <entry>
        <link href="http://www.aurea-libertas.de/blog/archives/93-QMPDClient.html" rel="alternate" title="QMPDClient" />
        <author>
            <name>Justus</name>
                    </author>
    
        <published>2010-09-25T22:28:56Z</published>
        <updated>2010-09-26T01:55:38Z</updated>
        <wfw:comment>http://www.aurea-libertas.de/blog/wfwcomment.php?cid=93</wfw:comment>
    
        <wfw:commentRss>http://www.aurea-libertas.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=93</wfw:commentRss>
    
    
        <id>http://www.aurea-libertas.de/blog/archives/93-guid.html</id>
        <title type="html">QMPDClient</title>
        <content type="xhtml" xml:base="http://www.aurea-libertas.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p><a href="http://bitcheese.net/wiki/QMPDClient" target="blog">QMPDClient</a> ist ein Client f&uuml;r den <a href="http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki" target="blog">MPD</a>, der mich immer beim arbeiten unterst&uuml;tzt. F&uuml;r den gibt es aber leider keinen Installer mehr, nur noch eine Zip-Datei. Das funktioniert zwar, ist aber f&uuml;r den normalen Benutzer etwas unhandlich.</p>
<p>Da ich auch keine Lust hatte, von Hand Startmen&uuml;eintr&auml;ge und so anzulegen habe ich mir mit dem <a href="http://wix.codeplex.com/" target="blog">WiX Toolset</a> einen kleinen MSI-Installer gebaut.</p> <br /><a href="http://www.aurea-libertas.de/blog/archives/93-QMPDClient.html#extended">"QMPDClient" vollständig lesen</a>
            </div>
        </content>
        <dc:subject>deployment</dc:subject>
<dc:subject>msi</dc:subject>
<dc:subject>windows</dc:subject>
<dc:subject>wix</dc:subject>

    </entry>
    <entry>
        <link href="http://www.aurea-libertas.de/blog/archives/92-Upgrading-s9y.html" rel="alternate" title="Upgrading s9y" />
        <author>
            <name>Justus</name>
                    </author>
    
        <published>2010-09-25T22:22:45Z</published>
        <updated>2010-09-25T22:28:53Z</updated>
        <wfw:comment>http://www.aurea-libertas.de/blog/wfwcomment.php?cid=92</wfw:comment>
    
        <wfw:commentRss>http://www.aurea-libertas.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=92</wfw:commentRss>
    
    
        <id>http://www.aurea-libertas.de/blog/archives/92-guid.html</id>
        <title type="html">Upgrading s9y</title>
        <content type="xhtml" xml:base="http://www.aurea-libertas.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Hmm, gerade wollte ich mal wieder einen Eintrag schreiben. Serendipity wollte mich aber nicht in die Administrationsoberfl&auml;che lassen <img src="http://www.aurea-libertas.de/blog/templates/default/img/emoticons/sad.png" alt=":-(" style="display: inline; vertical-align: bottom;" class="emoticon" /> Da ich gerade ein Upgrade hinter mir habe, war der Gedanke, da&szlig; sich das Schema ge&auml;ndert hat.</p>
<p>Nach folgenden Zeilen SQL ging es dann wieder:</p>
<pre class="sql" name="code">
ALTER TABLE PREFIX_authors ADD COLUMN hashtype int(1);
ALTER TABLE PREFIX_authors CHANGE password password VARCHAR(64) NOT NULL;
</pre>
<p>Dabei muss man noch durch das aktuell verwendete Datenbankprefix ersetzen. Standardm&auml;ssig ist das s9y</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.aurea-libertas.de/blog/archives/90-Windows-PE-Image-Treiber-hinzufuegen.html" rel="alternate" title="Windows PE Image Treiber hinzufügen" />
        <author>
            <name>Justus</name>
                    </author>
    
        <published>2010-04-13T23:24:30Z</published>
        <updated>2010-04-13T23:24:30Z</updated>
        <wfw:comment>http://www.aurea-libertas.de/blog/wfwcomment.php?cid=90</wfw:comment>
    
        <wfw:commentRss>http://www.aurea-libertas.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=90</wfw:commentRss>
    
    
        <id>http://www.aurea-libertas.de/blog/archives/90-guid.html</id>
        <title type="html">Windows PE Image Treiber hinzufügen</title>
        <content type="xhtml" xml:base="http://www.aurea-libertas.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Um Rechner &uuml;ber as Netzwerk zu installieren (sprich mit WDS)&#160;braucht das Startimage die Netzwerktreiber. Auf einem Laptop mit Broadcom LAN-Karte war der aber nicht verf&uuml;gbar. Allerdings ist es auch nicht schwer, die Treiber nachzuinstallieren, nur hilft das vielfach empfohlene peimg nicht weiter. Das Tool der Wahl hei&szlig;t dism. Es ist im aktuellen <a href="http://www.microsoft.com/downloads/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&amp;displaylang=en" target="blog">WAIK f&uuml;r Windows 7</a> enthalten, kann aber auch Windows Vista und die dazu passenden Server bearbeiten.</p> <br /><a href="http://www.aurea-libertas.de/blog/archives/90-Windows-PE-Image-Treiber-hinzufuegen.html#extended">"Windows PE Image Treiber hinzufügen" vollständig lesen</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.aurea-libertas.de/blog/archives/89-Slots-auslesen.html" rel="alternate" title="Slots auslesen" />
        <author>
            <name>Justus</name>
                    </author>
    
        <published>2010-04-13T23:15:10Z</published>
        <updated>2010-04-13T23:15:10Z</updated>
        <wfw:comment>http://www.aurea-libertas.de/blog/wfwcomment.php?cid=89</wfw:comment>
    
        <wfw:commentRss>http://www.aurea-libertas.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=89</wfw:commentRss>
    
    
        <id>http://www.aurea-libertas.de/blog/archives/89-guid.html</id>
        <title type="html">Slots auslesen</title>
        <content type="xhtml" xml:base="http://www.aurea-libertas.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Bei einigen Rechnern im Netzwerk sollten die Grafikkarten ausgetauscht werden. Allerdings gab es ein paar Probleme</p>
<ul>
    <li>Die Rechner waren nicht dokumentiert (sprich die Innereien, die Rechner selbst schon)</li>
    <li>Es waren Benutzer an den Rechnern und &quot;wollten&quot; arbeiten</li>
    <li>Ich h&auml;tte zu den Rechnern laufen m&uuml;ssen</li>
</ul>
<p>Da diese Probleme nicht ganz trivial sind und ich die Karten schnell bestellen wollte hier die L&ouml;sung: WMI</p> <br /><a href="http://www.aurea-libertas.de/blog/archives/89-Slots-auslesen.html#extended">"Slots auslesen" vollständig lesen</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.aurea-libertas.de/blog/archives/87-Re-OpenVPN-und-Windows-7.html" rel="alternate" title="Re: OpenVPN und Windows 7" />
        <author>
            <name>Justus</name>
                    </author>
    
        <published>2010-03-07T13:11:04Z</published>
        <updated>2010-03-07T13:11:04Z</updated>
        <wfw:comment>http://www.aurea-libertas.de/blog/wfwcomment.php?cid=87</wfw:comment>
    
        <wfw:commentRss>http://www.aurea-libertas.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=87</wfw:commentRss>
    
    
        <id>http://www.aurea-libertas.de/blog/archives/87-guid.html</id>
        <title type="html">Re: OpenVPN und Windows 7</title>
        <content type="xhtml" xml:base="http://www.aurea-libertas.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Ein Leser des &auml;lteren Artikels &uuml;ber OpenVPN und Windows 7 hat mich darauf hingewiesen, da&szlig; die Version ab RC15 ohne Probleme auf Windows 7 funktioniert. Diese Version kann man <a href="http://openvpn.net/index.php/open-source/downloads.html" target="blog">hier runterladen</a>.</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.aurea-libertas.de/blog/archives/88-Re-OpenVPN-und-Windows-7.html" rel="alternate" title="Re: OpenVPN und Windows 7" />
        <author>
            <name>Justus</name>
                    </author>
    
        <published>2010-03-07T13:11:04Z</published>
        <updated>2010-03-07T13:11:04Z</updated>
        <wfw:comment>http://www.aurea-libertas.de/blog/wfwcomment.php?cid=88</wfw:comment>
    
        <wfw:commentRss>http://www.aurea-libertas.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=88</wfw:commentRss>
    
    
        <id>http://www.aurea-libertas.de/blog/archives/88-guid.html</id>
        <title type="html">Re: OpenVPN und Windows 7</title>
        <content type="xhtml" xml:base="http://www.aurea-libertas.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Ein Leser des &auml;lteren Artikels &uuml;ber OpenVPN und Windows 7 hat mich darauf hingewiesen, da&szlig; die Version ab RC15 ohne Probleme auf Windows 7 funktioniert. Diese Version kann man <a href="http://openvpn.net/index.php/open-source/downloads.html" target="blog">hier runterladen</a>.</p> 
            </div>
        </content>
        <dc:subject>kryptographie</dc:subject>
<dc:subject>openvpn</dc:subject>
<dc:subject>windows</dc:subject>
<dc:subject>windows 7</dc:subject>

    </entry>
    <entry>
        <link href="http://www.aurea-libertas.de/blog/archives/86-Microsoft-WebsiteSpark.html" rel="alternate" title="Microsoft WebsiteSpark" />
        <author>
            <name>Justus</name>
                    </author>
    
        <published>2009-12-05T17:42:27Z</published>
        <updated>2009-12-05T17:55:26Z</updated>
        <wfw:comment>http://www.aurea-libertas.de/blog/wfwcomment.php?cid=86</wfw:comment>
    
        <wfw:commentRss>http://www.aurea-libertas.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=86</wfw:commentRss>
    
    
        <id>http://www.aurea-libertas.de/blog/archives/86-guid.html</id>
        <title type="html">Microsoft WebsiteSpark</title>
        <content type="xhtml" xml:base="http://www.aurea-libertas.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Heute gerade auf <a target="blog" href="http://thedailywtf.com">The Daily WTF</a> gelesen: Microsoft unterst&uuml;tzt junge und kleine Webentwicklerfirmen mit Software. Das Programm nennt sich <a target="blog" href="http://www.microsoft.com/web/websitespark/">WebsiteSpark</a>. Vom Namen her erinnert das an <a target="blog" href="https://www.dreamspark.com/default.aspx">DreamSpark</a> f&uuml;r Studenten. Das ist allerdings ganz umsonst.</p>
<p>WebsiteSpark ist in den ersten drei Jahren umsonst, danach f&auml;llt eine Geb&uuml;hr von 999$/Jahr an. Auch das Verlassen des Programms ist nicht kostenlos, das kostet 100$.</p>
<p>Daf&uuml;r wird einem aber auch was geboten:</p>
<ul>
    <li>3x Visual Studio Pro</li>
    <li>1x Expression Studio</li>
    <li>2x Expression Blend</li>
    <li>4x Windows Web Server 2008</li>
    <li>und noch ein paar Dinge mehr</li>
</ul>
<p>Um sich registrieren zu k&ouml;nnen mu&szlig; man normalerweise einige andere Vorbedingungen erf&uuml;llen. TDWTF gibt Registrierungscodes heraus, mit denen sich das umgehen l&auml;&szlig;t. Die gibt's <a target="blog" href="http://thedailywtf.com/spons/9/spark/">hier <img src="http://www.aurea-libertas.de/blog/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /></a>.</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.aurea-libertas.de/blog/archives/85-KeePass-als-ASPX.html" rel="alternate" title="KeePass als ASPX" />
        <author>
            <name>Justus</name>
                    </author>
    
        <published>2009-11-12T13:26:00Z</published>
        <updated>2009-11-12T13:48:20Z</updated>
        <wfw:comment>http://www.aurea-libertas.de/blog/wfwcomment.php?cid=85</wfw:comment>
    
        <wfw:commentRss>http://www.aurea-libertas.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=85</wfw:commentRss>
    
    
        <id>http://www.aurea-libertas.de/blog/archives/85-guid.html</id>
        <title type="html">KeePass als ASPX</title>
        <content type="xhtml" xml:base="http://www.aurea-libertas.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Nach langer Zeit mal wieder ein Eintrag <img src="http://www.aurea-libertas.de/blog/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" />.</p>
<p>Als Passwortmanager benutze ich <a href="http://keepass.info" target="blog">KeePass</a>. Er bietet viele Funktionen, die andere Programme nicht bieten, wie zum Beispiel die &Uuml;berwachung der Zwischenablage. Andere Programme l&ouml;schen sie typischerweise einfach nach einer bestimmten Zeit. Leider kann das die neue Version (2.0*)&#160;noch nciht, aber ich bin mir sicher, da&szlig; wird noch kommen. Leider mu&szlig; man immer seine Passwort-Datenbank dabei haben. Zwar gbt es auch eine Version f&uuml;r mein <a target="blog" href="http://keepass.info/download.html">Handy</a>, aber das habe ich auch nicht immer dabei.</p>
<p>Die L&ouml;sung, wenn auch nur experimentell, war, einen ASPX-Anwendung zu bauen, die die Datenbanken &ouml;ffnen kann. Damit auch nicht jeder mitlesen kann tut der nur bei mir im Gesch&auml;ft <img src="http://www.aurea-libertas.de/blog/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /></p>
<p><a   rel="lightbox" href="http://www.aurea-libertas.de/blog/uploads/image/KeePass.png"><img height="281" width="450" alt="" src="http://www.aurea-libertas.de/blog/uploads/image/KeePass.serendipityThumb.png" /></a></p> <br /><a href="http://www.aurea-libertas.de/blog/archives/85-KeePass-als-ASPX.html#extended">"KeePass als ASPX" vollständig lesen</a>
            </div>
        </content>
        <dc:subject>.net</dc:subject>
<dc:subject>asp.net</dc:subject>
<dc:subject>c#</dc:subject>
<dc:subject>iis</dc:subject>

    </entry>
    <entry>
        <link href="http://www.aurea-libertas.de/blog/archives/84-Vista-aktivieren-und-2008-und-7.html" rel="alternate" title="Vista aktivieren (und 2008 und 7)" />
        <author>
            <name>Justus</name>
                    </author>
    
        <published>2009-09-24T12:38:38Z</published>
        <updated>2009-09-24T12:38:38Z</updated>
        <wfw:comment>http://www.aurea-libertas.de/blog/wfwcomment.php?cid=84</wfw:comment>
    
        <wfw:commentRss>http://www.aurea-libertas.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=84</wfw:commentRss>
    
    
        <id>http://www.aurea-libertas.de/blog/archives/84-guid.html</id>
        <title type="html">Vista aktivieren (und 2008 und 7)</title>
        <content type="xhtml" xml:base="http://www.aurea-libertas.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>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&uuml;ssel zur L&ouml;sung des Problems ist der Lizenzmanager <tt>slui.exe</tt></p> <br /><a href="http://www.aurea-libertas.de/blog/archives/84-Vista-aktivieren-und-2008-und-7.html#extended">"Vista aktivieren (und 2008 und 7)" vollständig lesen</a>
            </div>
        </content>
        <dc:subject>2008</dc:subject>
<dc:subject>vista</dc:subject>
<dc:subject>windows</dc:subject>
<dc:subject>Windows 7</dc:subject>

    </entry>
    <entry>
        <link href="http://www.aurea-libertas.de/blog/archives/83-Serverumzug.html" rel="alternate" title="Serverumzug" />
        <author>
            <name>Justus</name>
                    </author>
    
        <published>2009-07-16T10:57:54Z</published>
        <updated>2009-07-16T10:57:54Z</updated>
        <wfw:comment>http://www.aurea-libertas.de/blog/wfwcomment.php?cid=83</wfw:comment>
    
        <wfw:commentRss>http://www.aurea-libertas.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=83</wfw:commentRss>
    
    
        <id>http://www.aurea-libertas.de/blog/archives/83-guid.html</id>
        <title type="html">Serverumzug</title>
        <content type="xhtml" xml:base="http://www.aurea-libertas.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Der Serverumzug sollte eigentlich abgeschlossen sein. Ich werde den alten noch eine Zeit laufen lassen um notfalls Daten migrieren zu k&ouml;nnen.</p>
<p>Der neue Server hat viel mehr Leistung als der alte. Ich hoffe deshalb, da&szlig; man nicht mehr so lange warten mu&szlig;, bis die Daten ankommen <img src="http://www.aurea-libertas.de/blog/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /></p> <br /><a href="http://www.aurea-libertas.de/blog/archives/83-Serverumzug.html#extended">"Serverumzug" vollständig lesen</a>
            </div>
        </content>
        <dc:subject>server</dc:subject>

    </entry>
    <entry>
        <link href="http://www.aurea-libertas.de/blog/archives/81-Serverumzug.html" rel="alternate" title="Serverumzug" />
        <author>
            <name>Justus</name>
                    </author>
    
        <published>2009-07-14T10:48:38Z</published>
        <updated>2009-07-14T10:54:37Z</updated>
        <wfw:comment>http://www.aurea-libertas.de/blog/wfwcomment.php?cid=81</wfw:comment>
    
        <wfw:commentRss>http://www.aurea-libertas.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=81</wfw:commentRss>
    
    
        <id>http://www.aurea-libertas.de/blog/archives/81-guid.html</id>
        <title type="html">Serverumzug</title>
        <content type="xhtml" xml:base="http://www.aurea-libertas.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>In den n&auml;chsten Tagen wird mein alter Server auf einen neuen Server umgezogen. Dabei kann es passieren, da&szlig; diese Seite f&uuml;r kurze Zeit nicht erreichbar ist. Davon betroffen sind auch</p>
<ul>
    <li><a href="http://www.cyberpunk-wiki.de" target="blog">Das Cyberpunk Wiki</a></li>
    <li><a href="http://sopra.le-gousteau.de" target="blog">Das Sopra Wiki</a></li>
    <li>meine Mails</li>
</ul>
<p>Ich hoffe, da&szlig; die jeweiligen Unterbrechungen nur kurz dauern.</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.aurea-libertas.de/blog/archives/80-Lokale-IPs-rausfinden.html" rel="alternate" title="Lokale IPs rausfinden" />
        <author>
            <name>Justus</name>
                    </author>
    
        <published>2009-07-09T13:43:24Z</published>
        <updated>2009-07-09T15:46:36Z</updated>
        <wfw:comment>http://www.aurea-libertas.de/blog/wfwcomment.php?cid=80</wfw:comment>
    
        <wfw:commentRss>http://www.aurea-libertas.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=80</wfw:commentRss>
    
    
        <id>http://www.aurea-libertas.de/blog/archives/80-guid.html</id>
        <title type="html">Lokale IPs rausfinden</title>
        <content type="xhtml" xml:base="http://www.aurea-libertas.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>F&uuml;r einen Netzwerkserver, der in regelm&auml;&szlig;igen Abst&auml;nden ein Broadcast verschickt, brauchte ich seine aktuelle IP-Adresse. Es gibt im Internet mehrere Tutorials, die sich damit besch&auml;ftigen, aber der typische Weg ist beim DNS nach seinem eigenen Hostnamen zu fragen.</p>
<p>Ideal ist das nicht, da man typischerweise genau eine Adresse bekommt. Allerdings bietet .Net da auch deutlich mehr.</p> <br /><a href="http://www.aurea-libertas.de/blog/archives/80-Lokale-IPs-rausfinden.html#extended">"Lokale IPs rausfinden" vollständig lesen</a>
            </div>
        </content>
        <dc:subject>.net</dc:subject>
<dc:subject>ipv6</dc:subject>
<dc:subject>netzwerk</dc:subject>
<dc:subject>visual studio</dc:subject>

    </entry>
    <entry>
        <link href="http://www.aurea-libertas.de/blog/archives/79-IPv6.html" rel="alternate" title="IPv6" />
        <author>
            <name>Justus</name>
                    </author>
    
        <published>2009-06-05T12:10:50Z</published>
        <updated>2009-06-23T16:32:24Z</updated>
        <wfw:comment>http://www.aurea-libertas.de/blog/wfwcomment.php?cid=79</wfw:comment>
    
        <wfw:commentRss>http://www.aurea-libertas.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=79</wfw:commentRss>
    
    
        <id>http://www.aurea-libertas.de/blog/archives/79-guid.html</id>
        <title type="html">IPv6</title>
        <content type="xhtml" xml:base="http://www.aurea-libertas.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Nachdem die FritzBox 7270 nativ <a href="http://de.wikipedia.org/wiki/IPv6" target="blog">IPv6</a> kann, wollte ich das nat&uuml;rlich mal ausprobieren. Dazu wollte ich nat&uuml;rlich meinen eigenen Server benutzen. Leider verlangt Hetzner zur Zeit noch 29,-&euro; pro Monat f&uuml;r eine IPv6-Adresse, das ist nat&uuml;rlich etwas teuer. Aber es gibt auch Alternativen, vornehmlich <a href="http://de.wikipedia.org/wiki/6to4" target="blog">6to4</a> und IPv6-Tunnel.</p>
<p>Da ich keine 6to4 benutzen wollte, habe ich mich f&uuml;r einen Tunnel entschieden. F&uuml;r Tunnel gibt es mehrere Anbieter</p>
<ul>
    <li><a href="http://www.sixxs.net/" target="blog">SixXS</a></li>
    <li><a href="http://go6.net/4105/register.asp" target="blog">freenet6</a></li>
    <li><a target="blog" href="http://www.tunnelbroker.net">Hurricane Electric</a></li>
</ul>
<p>Ich habe mich f&uuml;r SixXS entschieden, vornehmlich weil es Non-Profit ist.</p> <br /><a href="http://www.aurea-libertas.de/blog/archives/79-IPv6.html#extended">"IPv6" vollständig lesen</a>
            </div>
        </content>
        <dc:subject>ipv6</dc:subject>
<dc:subject>linux</dc:subject>
<dc:subject>windows</dc:subject>

    </entry>
    <entry>
        <link href="http://www.aurea-libertas.de/blog/archives/78-Anmeldedienst-nicht-gestartet.html" rel="alternate" title="Anmeldedienst nicht gestartet" />
        <author>
            <name>Justus</name>
                    </author>
    
        <published>2009-06-05T11:51:45Z</published>
        <updated>2009-06-05T12:10:22Z</updated>
        <wfw:comment>http://www.aurea-libertas.de/blog/wfwcomment.php?cid=78</wfw:comment>
    
        <wfw:commentRss>http://www.aurea-libertas.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=78</wfw:commentRss>
    
    
        <id>http://www.aurea-libertas.de/blog/archives/78-guid.html</id>
        <title type="html">Anmeldedienst nicht gestartet</title>
        <content type="xhtml" xml:base="http://www.aurea-libertas.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Heute konnte ich mich auf meinem Windows 2003 Server nicht anmelden. Als Fehler bekam ich die aussagekf&auml;ftige Fehlermeldung &quot;Da der Anmeldedienst auf diesem Computer nicht gestartet wurde, k&ouml;nnen Sie sich nicht anmelden.&quot; Warum er nicht gestartet wurde ist nicht klar. Ich kann den Computer aber nicht freundlich fragen, sich neuzustarten.</p>
<p><a   rel="lightbox" href="http://www.aurea-libertas.de/blog/uploads/image/WindowsAnmeldedienstNichtGestartet_klein.png"><img height="247" width="449" alt="Anmeldedienst wurde nicht gesrtartet" src="http://www.aurea-libertas.de/blog/uploads/image/WindowsAnmeldedienstNichtGestartet_klein.serendipityThumb.png" /></a></p> <br /><a href="http://www.aurea-libertas.de/blog/archives/78-Anmeldedienst-nicht-gestartet.html#extended">"Anmeldedienst nicht gestartet" vollständig lesen</a>
            </div>
        </content>
        <dc:subject>2003</dc:subject>
<dc:subject>server</dc:subject>
<dc:subject>windows</dc:subject>

    </entry>
    <entry>
        <link href="http://www.aurea-libertas.de/blog/archives/77-Exceptions-und-wie-kriege-ich-die-mit.html" rel="alternate" title="Exceptions und wie kriege ich die mit" />
        <author>
            <name>Justus</name>
                    </author>
    
        <published>2009-05-15T21:21:07Z</published>
        <updated>2009-05-15T22:33:52Z</updated>
        <wfw:comment>http://www.aurea-libertas.de/blog/wfwcomment.php?cid=77</wfw:comment>
    
        <wfw:commentRss>http://www.aurea-libertas.de/blog/rss.php?version=atom1.0&amp;type=comments&amp;cid=77</wfw:commentRss>
    
    
        <id>http://www.aurea-libertas.de/blog/archives/77-guid.html</id>
        <title type="html">Exceptions und wie kriege ich die mit</title>
        <content type="xhtml" xml:base="http://www.aurea-libertas.de/blog/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Exceptions kennzeichnen unerwartete Zust&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.</p>
<p><a   rel="lightbox" href="http://www.aurea-libertas.de/blog/uploads/image/Programmabsturz.png"><img height="236" width="450" alt="Programmabsturz" src="http://www.aurea-libertas.de/blog/uploads/image/Programmabsturz.serendipityThumb.png" /></a></p>
<p>Dies ist relativ unsch&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.</p> <br /><a href="http://www.aurea-libertas.de/blog/archives/77-Exceptions-und-wie-kriege-ich-die-mit.html#extended">"Exceptions und wie kriege ich die mit" vollständig lesen</a>
            </div>
        </content>
        <dc:subject>.net</dc:subject>
<dc:subject>c#</dc:subject>
<dc:subject>exception handling</dc:subject>
<dc:subject>iis</dc:subject>
<dc:subject>wcf</dc:subject>
<dc:subject>windows</dc:subject>

    </entry>

</feed>
