<?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>TheUndeadable entwickelt &#187; Windows</title>
	<atom:link href="http://blog.depon.net/index.php/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.depon.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 28 Aug 2010 11:49:48 +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>Sandbox Needed</title>
		<link>http://blog.depon.net/index.php/2010/06/29/sandbox-needed/</link>
		<comments>http://blog.depon.net/index.php/2010/06/29/sandbox-needed/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 18:11:26 +0000</pubDate>
		<dc:creator>TheUndeadable</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Sandbox]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.depon.net/index.php/2010/06/29/sandbox-needed/</guid>
		<description><![CDATA[http://tirania.org/blog/archive/2010/Jun-28.html 
To solve the problem, Microsoft needs to both alter their kernel to ensure the safety of the host OS and come up with a new way of distributing applications. They need: 

A sandboxed execution system. 
Self contained applications, fully embedded in a single directory that require no installation. 
A set of supported APIs that [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://tirania.org/blog/archive/2010/Jun-28.html">http://tirania.org/blog/archive/2010/Jun-28.html</a><strong> </strong></p>
<p>To solve the problem, Microsoft needs to both alter their kernel to ensure the safety of the host OS and come up with a new way of distributing applications. They need: </p>
<ul>
<li>A sandboxed execution system. </li>
<li>Self contained applications, fully embedded in a single directory that require no installation. </li>
<li>A set of supported APIs that will run in the Sandbox execution system. </li>
<li>A public contract for extension points. </li>
</ul>
</blockquote>
<p>Und wie Recht der Mann hat! </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.depon.net/index.php/2010/06/29/sandbox-needed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wichtige Punkte bei der Einrichtung eines Win2k8-Servers</title>
		<link>http://blog.depon.net/index.php/2009/12/27/wichtige-punkte-bei-der-einrichtung-eines-win2k8-servers/</link>
		<comments>http://blog.depon.net/index.php/2009/12/27/wichtige-punkte-bei-der-einrichtung-eines-win2k8-servers/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 23:03:34 +0000</pubDate>
		<dc:creator>TheUndeadable</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.depon.net/index.php/2009/12/27/wichtige-punkte-bei-der-einrichtung-eines-win2k8-servers/</guid>
		<description><![CDATA[Zumindest schreibe ich sie mir mal auf, damit ich nicht bei jeder Neueinrichtung neu zusammen suchen muss…

.Net, IIS, FastCGI (zu finden unter CGI), etc als Feature installieren
PHP installieren und als FastCGI einrichten.
In der php.ini die Timezone festlegen, ansonsten fliegen 500er Serverfehler!
php_wincache installieren
MySQL installieren
In der etc/hosts festlegen, dass 127.0.0.1 auf localhost liegt und nicht ::1. Ein [...]]]></description>
			<content:encoded><![CDATA[<p>Zumindest schreibe ich sie mir mal auf, damit ich nicht bei jeder Neueinrichtung neu zusammen suchen muss…</p>
<ol>
<li>.Net, IIS, FastCGI (zu finden unter CGI), etc als Feature installieren</li>
<li><a href="http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/">PHP installieren und als FastCGI einrichten.</a></li>
<li>In der php.ini die Timezone festlegen, ansonsten fliegen 500er Serverfehler!</li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=6feb7f6a-7dcb-4083-bb7a-d8b22ba2d3d8&amp;displaylang=en">php_wincache installieren</a></li>
<li>MySQL installieren</li>
<li><a href="http://coreygilmore.com/blog/2009/11/20/fix-php-5-3-hang-on-windows/">In der etc/hosts festlegen, dass 127.0.0.1 auf localhost liegt und nicht ::1.</a> Ein Fehler im MySQL-Treiber kommt nicht mit IPv6 klar und sämtliche PHP-Webseiten hängen einfach beim mysql_connect. Mit MySQL 6 wird alles besser</li>
<li><a href="http://learn.iis.net/page.aspx/309/configuring-ftp-firewall-settings/">FTP einrichten und Firewall konfigurieren.</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/cc708449(WS.10).aspx">Windows Update Einstellungen so ändern, dass nicht der WSUS-Server von Hetzner genutzt wird.</a> </li>
<li><a href="http://www.hmailserver.com/">hMailserver als E-Mailserver eingerichtet</a> und hmailserver.exe als Firewallausnahme hinzufügen</li>
<li><a href="http://squirrelmail.org/">SquirrelMail</a> für das Mail-Webinterface</li>
<li>Microsoft SQL Server über den <a href="http://www.microsoft.com/web/Downloads/platform.aspx">Web-Plattforminstaller</a></li>
<li>Windows Update durchlaufen lassen</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.depon.net/index.php/2009/12/27/wichtige-punkte-bei-der-einrichtung-eines-win2k8-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Der neue Server ist da</title>
		<link>http://blog.depon.net/index.php/2009/12/24/der-neue-server-ist-da-2/</link>
		<comments>http://blog.depon.net/index.php/2009/12/24/der-neue-server-ist-da-2/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 08:28:02 +0000</pubDate>
		<dc:creator>TheUndeadable</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.depon.net/index.php/2009/12/24/der-neue-server-ist-da-2/</guid>
		<description><![CDATA[ 
und wird zwischen den Jahren eingerichtet und der alte Server freigegeben.
Gesamtübersicht bei Hetzner
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.depon.net/uploads/DerneueServeristda_83B9/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blog.depon.net/uploads/DerneueServeristda_83B9/image_thumb.png" width="604" height="427" /></a> </p>
<p>und wird zwischen den Jahren eingerichtet und der alte Server freigegeben.</p>
<p><a title="http://www.hetzner.de/de/hosting/produkte_rootserver/eq4/" href="http://www.hetzner.de/de/hosting/produkte_rootserver/eq4/">Gesamtübersicht bei Hetzner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.depon.net/index.php/2009/12/24/der-neue-server-ist-da-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PHP Cache f&#252;r Windows</title>
		<link>http://blog.depon.net/index.php/2009/11/25/php-cache-fr-windows/</link>
		<comments>http://blog.depon.net/index.php/2009/11/25/php-cache-fr-windows/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 17:53:29 +0000</pubDate>
		<dc:creator>TheUndeadable</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.depon.net/index.php/2009/11/25/php-cache-fr-windows/</guid>
		<description><![CDATA[Microsoft hat einen PHP-Bytecode-Cache für Windows-Plattformen veröffentlicht:
Accelerate PHP Applications on Windows with the new Cache Extension
Herunterladen, entzippen, php_wincache.dll in das ext-Verzeichnis legen, &#8216;’extension=ext/php_wincache’ zur php.ini hinzufügen, Server-Reboot, Fertig. 
Mein Blog ist spürbar schneller geladen. 
]]></description>
			<content:encoded><![CDATA[<p>Microsoft hat einen PHP-Bytecode-Cache für Windows-Plattformen veröffentlicht:</p>
<p><a title="http://blogs.msdn.com/webplatform/archive/2009/11/23/accelerate-php-applications-on-windows-with-the-new-cache-extension.aspx" href="http://blogs.msdn.com/webplatform/archive/2009/11/23/accelerate-php-applications-on-windows-with-the-new-cache-extension.aspx">Accelerate PHP Applications on Windows with the new Cache Extension</a></p>
<p>Herunterladen, entzippen, php_wincache.dll in das ext-Verzeichnis legen, &#8216;’extension=ext/php_wincache’ zur php.ini hinzufügen, Server-Reboot, Fertig. </p>
<p>Mein Blog ist spürbar schneller geladen. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.depon.net/index.php/2009/11/25/php-cache-fr-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VirtualBox und Netzwerkeinstellungen</title>
		<link>http://blog.depon.net/index.php/2009/08/17/virtualbox-und-netzwerkeinstellungen/</link>
		<comments>http://blog.depon.net/index.php/2009/08/17/virtualbox-und-netzwerkeinstellungen/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 20:06:43 +0000</pubDate>
		<dc:creator>TheUndeadable</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.depon.net/?p=645</guid>
		<description><![CDATA[Virtualbox ist ein wunderbares Produkt mit einem sehr ätzendem Manko:
Wenn Virtualbox den Netzwerkadapter installiert, schrauben Windows Vista und Windows 7 die Firewall-Einstellungen auf das Maximum, da geglaubt wird, dass man sich in einem unbekanntem Netzwerk befinde (Unidentified, public network). 
Dies betrifft insbesondere den Host-Only-Adapter. 
Unter http://forums.virtualbox.org/viewtopic.php?f=6&#38;t=9429&#38;start=0 habe ich einen schönen Tipp gefunden: 
In regedit go [...]]]></description>
			<content:encoded><![CDATA[<p><a title="VirtualBox" href="http://www.virtualbox.org/">Virtualbox</a> ist ein wunderbares Produkt mit einem sehr ätzendem Manko:</p>
<p>Wenn Virtualbox den Netzwerkadapter installiert, schrauben Windows Vista und Windows 7 die Firewall-Einstellungen auf das Maximum, da geglaubt wird, dass man sich in einem unbekanntem Netzwerk befinde (Unidentified, public network). </p>
<p>Dies betrifft insbesondere den Host-Only-Adapter. </p>
<p>Unter <a title="http://forums.virtualbox.org/viewtopic.php?f=6&amp;t=9429&amp;start=0" href="http://forums.virtualbox.org/viewtopic.php?f=6&amp;t=9429&amp;start=0">http://forums.virtualbox.org/viewtopic.php?f=6&amp;t=9429&amp;start=0</a> habe ich einen schönen Tipp gefunden: </p>
<blockquote><p>In regedit go to:      <br />HKLM\SYSTEM\ControlSet001\Control\Class{4D36E972-E325-11CE-BFC1-08002BE10318}\       <br />Under here, you will find a list of keys ranging from 0000 to 0025 (might be more or less)       <br />Next, run through the 00xx keys until you find a String entry with the value of &quot;sun_vboxnetadp&quot;       <br />Add a DWORD value to this key and name it &quot;*NdisDeviceType&quot; and give it a value of 1.       <br />Be sure to include the star in *NdisDeviceType when creating the DWORD.       <br />Reboot and you should be good to go.</p>
</blockquote>
<p>Gesagt, getan, es funktioniert!</p>
<p><a href="http://blog.depon.net/uploads/VirtualBoxundNetzwerkeinstellungen_1353A/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blog.depon.net/uploads/VirtualBoxundNetzwerkeinstellungen_1353A/image_thumb.png" width="604" height="465" /></a> </p>
<p>Der nervige Netzwerkadapter ist nicht mehr zu finden.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.depon.net/index.php/2009/08/17/virtualbox-und-netzwerkeinstellungen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
