<?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>info.michael-simons.eu &#187; Mac OS X</title>
	<atom:link href="http://info.michael-simons.eu/tag/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://info.michael-simons.eu</link>
	<description>Just another nerd blog</description>
	<lastBuildDate>Wed, 25 Jan 2012 07:53:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mac OS X Lion loses network connection after sleep</title>
		<link>http://info.michael-simons.eu/2012/01/05/mac-os-x-lion-loses-network-connection-after-sleep/</link>
		<comments>http://info.michael-simons.eu/2012/01/05/mac-os-x-lion-loses-network-connection-after-sleep/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 15:53:03 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[English posts]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://info.michael-simons.eu/?p=621</guid>
		<description><![CDATA[Sleep related problems have never been a problem for me with OS X (at least the sleep of the machine) since Lion. Sleep works perfectly fine but after wake my machine has no internet connection anymore, at least it looks like this. It&#8217;s only domains that aren&#8217;t resolved anymore. It also affects wired and wifi [...]]]></description>
			<content:encoded><![CDATA[<p>Sleep related problems have never been a problem for me with OS X (at least the sleep of the machine) since Lion.</p>
<p>Sleep works perfectly fine but after wake my machine has no internet connection anymore, at least it looks like this. It&#8217;s only domains that aren&#8217;t resolved anymore. It also affects wired and wifi networks. There are a lot of threads in the Apple forums that blame USB drives, Optical drives and the like but this sounds a bit like voodoo.</p>
<p>I found the following working solution:</p>
<p>Edit &#8220;/System/Library/LaunchDaemons/com.apple.mDNSResponder.plist&#8221; like so:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;UTF-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #00bbdd;">&lt;!DOCTYPE plist PUBLIC &quot;-//Apple Computer//DTD PLIST 1.0//EN&quot; &quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&quot;&gt;</span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;plist</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;dict<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Label<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>com.apple.mDNSResponder<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>OnDemand<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;false</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>UserName<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>_mdnsresponder<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>GroupName<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>_mdnsresponder<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>ProgramArguments<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;array<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>/usr/sbin/mDNSResponder<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>-launchd<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>-AlwaysAppendSearchDomains<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>-DisableSleepProxyClient<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>		
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/array<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>MachServices<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;dict<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>com.apple.mDNSResponder<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;true</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/dict<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Sockets<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;dict<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Listeners<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;dict<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>SockFamily<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Unix<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>SockPathName<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>/var/run/mDNSResponder<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>SockPathMode<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>438<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/dict<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/dict<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>EnableTransactions<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;true</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/dict<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/plist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>and relaunch the mDNSResponder like so:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> launchctl unload <span style="color: #660033;">-w</span> <span style="color: #000000; font-weight: bold;">/</span>System<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>LaunchDaemons<span style="color: #000000; font-weight: bold;">/</span>com.apple.mDNSResponder.plist 
<span style="color: #c20cb9; font-weight: bold;">sudo</span> launchctl load <span style="color: #660033;">-w</span> <span style="color: #000000; font-weight: bold;">/</span>System<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>LaunchDaemons<span style="color: #000000; font-weight: bold;">/</span>com.apple.mDNSResponder.plist</pre></div></div>

<p>This fixes to things: The domain resolution described <a href="http://www.makingitscale.com/2011/fix-for-broken-search-domain-resolution-in-osx-lion.html">here</a> and the 2 hourly automatic wake from sleep described <a href="http://hints.macworld.com/article.php?story=20100401103451497">here</a>.</p>
<p><ins>Update:</ins></p>
<p>It seems that fixed the problem just for that one time. To fix it every wake i use &#8220;SleepWatcher&#8221; by <a href="http://www.bernhard-baehr.de/" title="Bernhard Bähr"></a>. Installed as said in the read me, save this file somewhere as restart_mDNSResponder</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
<span style="color: #c20cb9; font-weight: bold;">killall</span> <span style="color: #660033;">-HUP</span> mDNSResponder</pre></div></div>

<p>and copy this</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;</span>?xml <span style="color: #007800;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #007800;">encoding</span>=<span style="color: #ff0000;">&quot;UTF-8&quot;</span>?<span style="color: #000000; font-weight: bold;">&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;!</span>DOCTYPE plist PUBLIC <span style="color: #ff0000;">&quot;-//Apple Computer//DTD PLIST 1.0//EN&quot;</span> <span style="color: #ff0000;">&quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;</span>plist <span style="color: #007800;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;</span>dict<span style="color: #000000; font-weight: bold;">&gt;</span>
        <span style="color: #000000; font-weight: bold;">&lt;</span>key<span style="color: #000000; font-weight: bold;">&gt;</span>Label<span style="color: #000000; font-weight: bold;">&lt;/</span>key<span style="color: #000000; font-weight: bold;">&gt;</span>
        <span style="color: #000000; font-weight: bold;">&lt;</span>string<span style="color: #000000; font-weight: bold;">&gt;</span>de.bernhard-baehr.sleepwatcher<span style="color: #000000; font-weight: bold;">&lt;/</span>string<span style="color: #000000; font-weight: bold;">&gt;</span>
        <span style="color: #000000; font-weight: bold;">&lt;</span>key<span style="color: #000000; font-weight: bold;">&gt;</span>ProgramArguments<span style="color: #000000; font-weight: bold;">&lt;/</span>key<span style="color: #000000; font-weight: bold;">&gt;</span>
        <span style="color: #000000; font-weight: bold;">&lt;</span>array<span style="color: #000000; font-weight: bold;">&gt;</span>
                <span style="color: #000000; font-weight: bold;">&lt;</span>string<span style="color: #000000; font-weight: bold;">&gt;/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>sleepwatcher<span style="color: #000000; font-weight: bold;">&lt;/</span>string<span style="color: #000000; font-weight: bold;">&gt;</span>
                <span style="color: #000000; font-weight: bold;">&lt;</span>string<span style="color: #000000; font-weight: bold;">&gt;</span>-V<span style="color: #000000; font-weight: bold;">&lt;/</span>string<span style="color: #000000; font-weight: bold;">&gt;</span>
                <span style="color: #000000; font-weight: bold;">&lt;</span>string<span style="color: #000000; font-weight: bold;">&gt;</span>-w <span style="color: #000000; font-weight: bold;">/</span>path<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>restart_mDNSResponder<span style="color: #000000; font-weight: bold;">&lt;/</span>string<span style="color: #000000; font-weight: bold;">&gt;</span>
        <span style="color: #000000; font-weight: bold;">&lt;/</span>array<span style="color: #000000; font-weight: bold;">&gt;</span>
        <span style="color: #000000; font-weight: bold;">&lt;</span>key<span style="color: #000000; font-weight: bold;">&gt;</span>RunAtLoad<span style="color: #000000; font-weight: bold;">&lt;/</span>key<span style="color: #000000; font-weight: bold;">&gt;</span>
        <span style="color: #000000; font-weight: bold;">&lt;</span>true<span style="color: #000000; font-weight: bold;">/&gt;</span>
        <span style="color: #000000; font-weight: bold;">&lt;</span>key<span style="color: #000000; font-weight: bold;">&gt;</span>KeepAlive<span style="color: #000000; font-weight: bold;">&lt;/</span>key<span style="color: #000000; font-weight: bold;">&gt;</span>
        <span style="color: #000000; font-weight: bold;">&lt;</span>true<span style="color: #000000; font-weight: bold;">/&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;/</span>dict<span style="color: #000000; font-weight: bold;">&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;/</span>plist<span style="color: #000000; font-weight: bold;">&gt;</span></pre></div></div>

<p>to /Library/LaunchDaemons/de.bernhard-baehr.sleepwatcher-20compatibility.plist. </p>
<p>and execute</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> launchctl load <span style="color: #660033;">-w</span> <span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>LaunchDaemons<span style="color: #000000; font-weight: bold;">/</span>de.bernhard-baehr.sleepwatcher-20compatibility.plist</pre></div></div>

<p>This did the trick for me.</p>
<p class="akst_link"><a href="http://info.michael-simons.eu/?p=621&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_621" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2012/01/05/mac-os-x-lion-loses-network-connection-after-sleep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML / XSD Schema validation on Mac OS X</title>
		<link>http://info.michael-simons.eu/2009/01/16/xml-xsd-schema-validation-on-mac-os-x/</link>
		<comments>http://info.michael-simons.eu/2009/01/16/xml-xsd-schema-validation-on-mac-os-x/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 16:49:06 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[English posts]]></category>
		<category><![CDATA[Shortcuts]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSD]]></category>

		<guid isPermaLink="false">http://info.michael-simons.eu/?p=252</guid>
		<description><![CDATA[I found no fancy graphical xml validator on OS X, but this isn&#8217;t a problem. OS X includes libxml which comes with xmllint. To validate a xml file against a schema: xmllint --noout --schema sitemap.xsd sitemap.xml Share This]]></description>
			<content:encoded><![CDATA[<p>I found no fancy graphical xml validator on OS X, but this isn&#8217;t a problem.</p>
<p>OS X includes libxml which comes with <em>xmllint</em>.</p>
<p>To validate a xml file against a schema:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">xmllint <span style="color: #660033;">--noout</span> <span style="color: #660033;">--schema</span> sitemap.xsd sitemap.xml</pre></div></div>

<p class="akst_link"><a href="http://info.michael-simons.eu/?p=252&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_252" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2009/01/16/xml-xsd-schema-validation-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 days with Linux</title>
		<link>http://info.michael-simons.eu/2008/02/08/3-days-with-linux/</link>
		<comments>http://info.michael-simons.eu/2008/02/08/3-days-with-linux/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 10:40:04 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[English posts]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://info.michael-simons.eu/2008/02/08/3-days-with-linux/</guid>
		<description><![CDATA[Since Tuesday i installed Debian Linux 4 times on my new Dell Vostro 200. The choice of hardware was kinda stupid. I thought, well this thing is not a special thingy but plain standard. Well, seems, it isn&#8217;t. The first setback was, that the Debian installer booted from CD-Rom but didn&#8217;t recognize it afterwards. Yippie&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>Since Tuesday i installed Debian Linux 4 times on my new Dell Vostro 200.</p>
<p>The choice of hardware was kinda stupid. I thought, well this thing is not a special thingy but plain standard. Well, seems, it isn&#8217;t.</p>
<p>The first setback was, that the Debian installer booted from CD-Rom but didn&#8217;t recognize it afterwards. Yippie&#8230; I had to change the SATA Bios settings from IDE to RAID which means in reality, to <a href="http://de.wikipedia.org/wiki/Advanced_Host_Controller_Interface">AHCI</a>. 2 things changed: Debian can be installed from CD-Rom and the dualboot Windows went nuts, i.e. crashed with a BSOD, even in safe mode. Solution to that was first switching back to IDE mode, installing some Intel driver for RAID thingies (really, there&#8217;s no raid in the machine&#8230; *sigh*), switch back et voila.</p>
<p>Next thing: The ethernet controller was to new. It&#8217;s kinda e1000 but not yet supported in the current testing kernel. The driver can be downloaded <a href="http://downloadcenter.intel.com/detail_desc.aspx?strState=LIVE&#038;DwnldID=9180&#038;agr=Y&#038;lang=eng">at intels</a> site. I&#8217;ve chosen to skip network while installation and downloaded a full image. If you want to install from a netinstall image and have no 2nd nic at hand, <a href="http://www.hardwarefetish.com/blog/index.php?/archives/219-DELL-Vostro-200-mit-Debian-aufsetzen.html">here you&#8217;ll find a precompiled module</a>. The blogs seems well written, but i wouldn&#8217;t call the Vostro a bunch of crap. The thing is very low noise, with Windows XP rock solid (at least at my workplace {i actually have two of them, at work and now at home}) and i appreciate the Dell pickup service. Another great howto is presented at the <a href="http://ubuntuforums.org/showthread.php?p=3370406">Ubuntu forums</a>.</p>
<p>The next closed source thing i installed where the ATI drivers from <a href="https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_81_linux.html">here</a> without a problem.</p>
<p>The things that lead to multiple reinstalls where the decision between KDE and GNOME. I just wanted to test them and didn&#8217;t want to purge every single package afterwards. In the end i went for GNOME.</p>
<p>So now i have a Desktop with the preinstalled Vista on a one partition and my new all day Debian system on a fully encrypted LVM partition. The later one was really no big deal to create with the Debian installer. The whole filesystem is encrypted except a boot partition and a relatively big space which i wanna spent on virtual machines.</p>
<p><a href="http://info.michael-simons.eu/2008/01/31/i-care/#comment-6424">prego</a> stated that i should spent some energy into compiz. I already are accustomed to continuous zoom in the whole desktop, some nice effects and semi transparent windows through Mac OS X, for that to say, but i didn&#8217;t want to add non &#8220;official&#8221; repositories. In the end, i give it a try and followed the instructions <a href="http://www.pendrivelinux.com/2007/11/03/how-to-install-compiz-fusion-on-debian-lenny/">here</a> and used the instructions for the xorg.conf from <a href="http://handyfloss.wordpress.com/2007/08/14/compiz-fusion-under-debian-lenny-on-my-laptop/">here</a> without that Xgl thingies. What can i say: It works and looks great. The wobbling windows are hilarious <img src='http://info.michael-simons.eu/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>For my photo collection i already installed digiKam, which is a great tool.</p>
<p>Next steps are migrating my email from Apple Mail.app to a local IMAP server. Anyone suggestions which email client to use?</p>
<p>A friend tried to convince me several times to reinstall my Macbook for good but i don&#8217;t want to. Things used to work and broke with an OS update. And no, i&#8217;m not using *any* of the OS X system hacks. I used to be able to upgrade from release to release (hell, the iMac made it from 10.3.8 to 10.5.1 without a problem) and all of sudden i&#8217;m back in windows times: Upgrade and you&#8217;re doomed. Suck my dick&#8230; I don&#8217;t wanna go this path ever again. And then there the recent developments with Apple. I&#8217;ve been wearing a t with &#8220;Think different&#8221; know for about 5 years, i always like their products, the integration of Unix and eyecandy. But the apps are getting worse with every new release the last months. Apples behaviour to make you pay for a simple software upgrade (sarbane oxley my ass&#8230;, i&#8217;m expecting the first bugfix to be payed because the OS is no abo related model). OS Xs unablity to encrypt the whole volume (it can encrypt your home folder in some silly image file) without external tools (recently, <a href="http://www.truecrypt.org/">Truecrypt</a> can do this.</p>
<p>Stop. Must&#8230; breath&#8230; again. </p>
<p>In the end, i think three days without much <a href="http://dailyfratze.de/michael/2008/2/7">sleep</a> were well spend.</p>
<p>As before, i&#8217;ll keep you updated, if you like <img src='http://info.michael-simons.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="akst_link"><a href="http://info.michael-simons.eu/?p=148&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_148" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2008/02/08/3-days-with-linux/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>From Parallels Desktop to VirtualBox</title>
		<link>http://info.michael-simons.eu/2008/01/07/from-parallels-desktop-to-virtualbox/</link>
		<comments>http://info.michael-simons.eu/2008/01/07/from-parallels-desktop-to-virtualbox/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 09:54:59 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Parallels]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://info.michael-simons.eu/2008/01/07/from-parallels-desktop-to-virtualbox/</guid>
		<description><![CDATA[For backup and testing purpose i keep a virtualized version of my webserver running under Parallels Desktop for Mac on my mac. Recently Dell had some very convenient offers on their PowerEdge machines and i could barely resist to buy one, but finally, i managed to: cut the crap, i don&#8217;t want to have even [...]]]></description>
			<content:encoded><![CDATA[<p>For backup and testing purpose i keep a virtualized version of my webserver running under <a href="http://www.parallels.com/en/products/desktop/">Parallels Desktop for Mac</a> on my mac.</p>
<p>Recently Dell had some very convenient offers on their PowerEdge machines and i could barely resist to buy one, but finally, i managed to: cut the crap, i don&#8217;t want to have even more boxes standing around at home.</p>
<p>But i was thinking again: Whats better than one backup? Redundant backups <img src='http://info.michael-simons.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So i downloaded a copy of <a href="http://www.parallels.com/en/products/workstation/">Parallels Workstation</a> to install it on my PC at work. Equipt with a DVD and my image file from Parallels Desktop, i fired up the PC Version and after fiddling around with some pathes i can confirm that the Parallels Desktop 3.x vms are compatible with Parallels Workstation 2.x vms, at least a vm with a Debian OS inside.</p>
<p>But to me, performance was poor. My mac is a 2Ghz Core2Duo Mac Book with 3GB Ram, my Pc is a 2.66 Core2Duo Dell with 2GB Ram and Parallels Workstation was way slower on the PC than unter OS X. In addition: I didn&#8217;t want to spend another 50$ for Parallels (i already bought versions 2 and 3 for Mac, should be enough), so i thought about alternatives on my PC running Windows XP as host.</p>
<p>I already knew about <a href="http://fabrice.bellard.free.fr/qemu/">QEMU</a> which in contrast to Parallels and VMWare is a processor emulator and not a virtualization tool and therefore must be slower. I recommend the <a href="http://www.davereyn.co.uk/download.htm">QEMU Manager</a> for Windows Users, as this thingy already contains the kqemu virtualization extension.</p>
<p>Installation is dead simple and to my surprise, it was enough to convert my Parallels extending image with the Parallels Image Tool to a plain disk which i could use without further changes with QEMU.</p>
<p>Debian is very stable against the few &#8220;hardware&#8221; changes. The only problem i had that Debian wouldn&#8217;t find my eth0 device although the Realtek 8139too module was loaded. Solutions: The ethxxx devices are bound to the hardware (mac) address. I could look up the mac address in the Parallels configuration file, add this number in the QEMU config and voila, everything was up and running.</p>
<p>Somewhat complicated is bridged networking with QEMU. First you need the TAP-Win32 driver which is brought to you by the great <a href="http://openvpn.net/">OpenVPN</a> project. The most simple way to install is through <a href="http://openvpn.se/">OpenVPN Gui for Windows</a>.</p>
<p>After install add a new TAP device through the startmenu entry and then, the clou: There are some howtos which recommend enable bridged networking through the Internet Connection Sharing facilities of windows but it&#8217;s much simpler than that: Under network connections, select your default LAN Connection, the tap device, right click and choose bridge networks.</p>
<p>After that, change the network mode in your QEMU vm from user networking to tap networking and you&#8217;re ready to go.</p>
<p>Performance was quite good (at least at Parallels speed) but i guessed, there was room for more so i look for VMWare. Unfortunately, the QEMU image tool qemu-img.exe repeatedly crashed while converting my Parallels Image to the vmdk format so this was a dead end for me.</p>
<p>Although the Parallels image worked fine with QEMU and later on also in our <a href="/2007/12/12/installing-oracle-vm-server/">Oracle VM Server</a> as a hw virtualized XEN machine, i was not content and i looked out for <a href="http://www.virtualbox.org/">VirtualBox</a> which is available under a GPL license without USB support which i don&#8217;t need, but is able to use Intel VT-x and AMD-V technology. </p>
<p>I needed to convert the Parallels image from a raw disk format to innoteks vdi format, following the steps explained <a href="http://liquidat.wordpress.com/2007/11/23/howto-transform-a-qemu-image-to-a-virtualbox-image/">here</a>.</p>
<p>All the tools mentioned there are also available under a Windows installation of QEMU and Virtualbox. Commands as follow:</p>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">qemu-img.exe convert foobar.hdd foobar.bin
VBoxManage.exe convertdd foobar.bin foobar.vdi</pre></div></div>

<p>For bridged networking unter VirtualBox the same applies as to QEMU without the need for OpenVPN, you can add a TAP device right from within VirtualBox . If you already have the bridged described above, you can add the VirtualBox interface with a right click to that bridge. Also, to have Debian not change the eth number, add the same mac address in the network tap of VirtualBox.</p>
<p>All this said and done, booting the system was blazing fast and also the backup of my <a href="http://dailyfratze.de">Daily Fratze</a> project which is pulled via rsync from my server, runs extremly smooth and i have absolutely no hassle setting up Ruby on Rails, RMagick and MySQL under the Windows &#8220;Operating System&#8221; but can use Debian or any other distro with a sane environment. </p>
<p>After fiddling around with both VMWare and VirtualBox, i&#8217;d prefer VirtualBox over VMWare Server (which is also available for free {i.e. for giving VMWare your personal data}). VirtualBox has less overhead then VMWare Server, is simple to configure and as i said, amazingly fast. </p>
<p>When the OS X version leaves beta, i&#8217;ll switch from Parallels on my Mac to VirtualBox, at least for my server live backup, so i can make it redundant with the one some kilometres away (call me paranoid if you like) at my workplaces PC.</p>
<p class="akst_link"><a href="http://info.michael-simons.eu/?p=138&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_138" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2008/01/07/from-parallels-desktop-to-virtualbox/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Upgrading Mac OS X 10.4 to 10.5</title>
		<link>http://info.michael-simons.eu/2007/10/27/upgrading-mac-os-x-104-to-105/</link>
		<comments>http://info.michael-simons.eu/2007/10/27/upgrading-mac-os-x-104-to-105/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 14:36:30 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://info.michael-simons.eu/2007/10/27/upgrading-mac-os-x-104-to-105/</guid>
		<description><![CDATA[Some more or less unordered thoughts and impressions of the latest iteration of Apples Mac OS X, nicknamed Leopard: Despite all the naysayers who warn you &#8220;don&#8217;t upgrade, make a clean install&#8221;, i&#8217;ve updated two Intel Macs to today without much hassle. In both cases, the famous &#8220;Welcome Movie Thingy&#8221; crashed Hurray, good first impression. [...]]]></description>
			<content:encoded><![CDATA[<p>Some more or less unordered thoughts and impressions of the latest iteration of Apples Mac OS X, nicknamed <i>Leopard</i>:</p>
<p>Despite all the naysayers who warn you &#8220;don&#8217;t upgrade, make a clean install&#8221;, i&#8217;ve updated two Intel Macs to today without much hassle.</p>
<p>In both cases, the famous &#8220;Welcome Movie Thingy&#8221; crashed <img src='http://info.michael-simons.eu/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Hurray, good first impression.</p>
<p>In a nutshell: Leopard boosts Apache finally to Apache 2 which forced me to reconfigure my development webserver. Timemachine sucks bigtime as it doesn&#8217;t work over samba shares at all and over afp shares only with an intermediate disk image which is dead slow.</p>
<p>Parallels works fine, my Pureftpd Manager doesn&#8217;t. Share Points is no longer needed as the sharing tab has an option to choose the folders that are shared via samba or afp. Also, all input managers have stopped working (like the great InquisitorX). I guess hacks exists, but i don&#8217;t wanna run into trouble the next system upgrade.</p>
<p>I need to adjust myself to the new look and feel. It&#8217;s nice, that brushed metal is gone and the widgets are somewhat consistent, but I don&#8217;t like the colors: Inactive is too white, active to dark. The new front row app is odd. I like the old one better. The effects in photo booth and iChat feel like an &#8220;aaah, nice&#8221; and then never use it again feature to me. Muhaha, how funny, standing in a fishbowl.</p>
<p>Some things are nice and handy, spaces for instance and the pimped, system wide dictionary, that lets you search wikipedia. OS X comes bundled with rails now, which is nice. Also very cool is the new screen sharing core service, that lets you remote control other macs. I used Chicken of the VNC before, but that tool didn&#8217;t like german chars and right mouse clicks at all. The screen sharing thing is way better.</p>
<p>I&#8217;m no benchmarker, but the system feels fast and smooth on a Core Solo Mac Mini and a Core 2 Duo Mac Book, haven&#8217;t run it on a G5 yet.</p>
<p>I&#8217;m curious, if and when something bad happens to the new system&#8230; I did some extensive testing the last 2 days but until now, everything works as it used, it just looks different. I&#8217;m wondering if that was money well spent, i&#8217;m not sure after all.</p>
<p><ins datetime="2007-10-28T17:30:53+00:00">The new firewall settings are a joke, aren&#8217;t they? I have the terrible impression of a Zone Alarm clone&#8230; So now then, it&#8217;s time for me to write the ipfw rules per hand, once again. Also the new front row isn&#8217;t just odd, it&#8217;s crap. iTunes store everywhere&#8230; But the funniest thing is, it shows me the top 10 french songs bought on the very day. Not that i was interessted in the german ones, but thats just stupid commercials within a product i already payed for.</ins></p>
<p class="akst_link"><a href="http://info.michael-simons.eu/?p=128&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_128" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2007/10/27/upgrading-mac-os-x-104-to-105/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rettet eure Macs</title>
		<link>http://info.michael-simons.eu/2007/09/28/rettet-eure-macs/</link>
		<comments>http://info.michael-simons.eu/2007/09/28/rettet-eure-macs/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 18:19:16 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[humour]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://info.michael-simons.eu/2007/09/28/rettet-eure-macs/</guid>
		<description><![CDATA[AOL veröffentlicht AOL Desktop for Mac Und ich dachte, wenigstens Mac OS X wurde und wird von der Seuche AOL verschont. Na, so kann man sich täuschen. Share This]]></description>
			<content:encoded><![CDATA[<p><a href="http://mactechnews.de/index.php?id=17918">AOL veröffentlicht AOL Desktop for Mac</a></p>
<p>Und ich dachte, wenigstens Mac OS X wurde und wird von der Seuche AOL verschont. Na, so kann man sich täuschen.</p>
<p class="akst_link"><a href="http://info.michael-simons.eu/?p=122&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_122" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2007/09/28/rettet-eure-macs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to wake a sleepy mac&#8230;</title>
		<link>http://info.michael-simons.eu/2007/07/07/how-to-wake-a-sleepy-mac/</link>
		<comments>http://info.michael-simons.eu/2007/07/07/how-to-wake-a-sleepy-mac/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 18:53:17 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Shortcuts]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://info.michael-simons.eu/2007/07/07/how-to-wake-a-sleepy-mac/</guid>
		<description><![CDATA[&#8230;or any other thing that responds to wol (wake on lan) from a Mac OS X thingy: Just use Wake550. Share This]]></description>
			<content:encoded><![CDATA[<p>&#8230;or any other thing that responds to wol (wake on lan) from a Mac OS X thingy:</p>
<p>Just use <a href="http://www.tc.umn.edu/~olve0003/wake550.html">Wake550</a>.</p>
<p class="akst_link"><a href="http://info.michael-simons.eu/?p=102&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_102" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2007/07/07/how-to-wake-a-sleepy-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Raid 0 or 1 with Mac OS X</title>
		<link>http://info.michael-simons.eu/2007/07/07/raid-0-or-1-with-mac-os-x/</link>
		<comments>http://info.michael-simons.eu/2007/07/07/raid-0-or-1-with-mac-os-x/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 18:00:07 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Shortcuts]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://info.michael-simons.eu/2007/07/07/raid-0-or-1-with-mac-os-x/</guid>
		<description><![CDATA[Some people tend to mock Mac OS X in favour of some other Unixes, but i like it&#8230; For me, it sucks least. Today i took some relativly small external firewire drives (250 GB each), attached them to my &#8220;always on&#8221; serving Mac Mini and it took less than 5 minutes to build a RAID [...]]]></description>
			<content:encoded><![CDATA[<p>Some people tend to mock Mac OS X in favour of some other Unixes, but i like it&#8230; For me, it sucks least.</p>
<p>Today i took some relativly small external firewire drives (250 GB each), attached them to my &#8220;always on&#8221; serving Mac Mini and it took less than 5 minutes to build a RAID on two external drive.</p>
<p>I&#8217;ve choosen a RAID 1 configuration as i want to use the drives for backup purpose. Mainly for my music collection and for the forthcoming Time Machine with Mac OS X Leopard.</p>
<p>As there is no possibility in OS X to share external drives (wtf, i know&#8230;) i recommend <a href="http://hornware.com/sharepoints/">Sharepoints</a> for greater flexibility with AFP and SMB shares.</p>
<p class="akst_link"><a href="http://info.michael-simons.eu/?p=101&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_101" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2007/07/07/raid-0-or-1-with-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Entity Character Lookup</title>
		<link>http://info.michael-simons.eu/2007/06/16/html-entity-character-lookup/</link>
		<comments>http://info.michael-simons.eu/2007/06/16/html-entity-character-lookup/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 08:22:59 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://info.michael-simons.eu/2007/06/16/html-entity-character-lookup/</guid>
		<description><![CDATA[On Retrax Bloggy i found a great widget for looking up HTML Entities: HTML Entity Character Lookup Best of all: the widget doesn&#8217;t need a online connection. The whole thing works like a charm, great! Share This]]></description>
			<content:encoded><![CDATA[<p>On <a href="http://www.retrax.de/Bloggy/html-entity-lookup">Retrax Bloggy</a> i found a great widget for looking up HTML Entities:</p>
<p><a href="http://leftlogic.com/lounge/articles/entity-lookup">HTML Entity Character Lookup</a></p>
<p>Best of all: the widget doesn&#8217;t need a online connection. The whole thing works like a charm, great!</p>
<p class="akst_link"><a href="http://info.michael-simons.eu/?p=94&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_94" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2007/06/16/html-entity-character-lookup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using TextMate within Safari and others</title>
		<link>http://info.michael-simons.eu/2007/05/22/using-textmate-within-safari-and-others/</link>
		<comments>http://info.michael-simons.eu/2007/05/22/using-textmate-within-safari-and-others/#comments</comments>
		<pubDate>Tue, 22 May 2007 16:09:25 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Shortcuts]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[TextMate]]></category>
		<category><![CDATA[Tipps]]></category>

		<guid isPermaLink="false">http://info.michael-simons.eu/2007/05/22/using-textmate-within-safari-and-others/</guid>
		<description><![CDATA[Textmate comes with an Mac OS X input manager so it can be used in all Cocoa applications as an editing app with all goodies textmate has to offer (spellchecking, syntax highlighting just to name two). All you need to do is describe in detail here. Not all apps are cocoa, so is Firefox. But [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://macromates.com/">Textmate</a> comes with an Mac OS X input manager so it can be used in all  Cocoa applications as an editing app with all goodies textmate has to offer (spellchecking, syntax highlighting just to name two).</p>
<p>All you need to do is describe in detail <a href="http://macromates.com/blog/archives/2006/04/27/textmate-tricks/#edit_in_textmate_from_apple_mail">here</a>. </p>
<p>Not all apps are cocoa, so is Firefox. But there&#8217;s a light at the end of the tunnel: <a href="https://addons.mozilla.org/de/firefox/addon/4125">It&#8217;s all Text!</a> is a firefox plugin that enables Firefox to use any editor of your choice to edit textareas.</p>
<p>A little &#8220;hacking&#8221; is required for this to work under os x as explained <a href="http://blog.circlesixdesign.com/2007/02/23/textmate-firefox/">here</a>. </p>
<p>Happy editing!</p>
<p class="akst_link"><a href="http://info.michael-simons.eu/?p=87&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_87" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2007/05/22/using-textmate-within-safari-and-others/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.527 seconds -->

