<?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>Börngen-Schmidt IT Consulting &#187; Snow Leopard</title>
	<atom:link href="http://www.boerngen-schmidt.de/tag/snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.boerngen-schmidt.de</link>
	<description>Die Summe der Kleinigkeiten ergibt das Ganze.</description>
	<lastBuildDate>Mon, 07 Nov 2011 20:00:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>HowTO: Pear unter Snow Leopard</title>
		<link>http://www.boerngen-schmidt.de/2010/08/howto-pear-unter-snow-leopard/</link>
		<comments>http://www.boerngen-schmidt.de/2010/08/howto-pear-unter-snow-leopard/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 10:00:42 +0000</pubDate>
		<dc:creator>Benjamin</dc:creator>
				<category><![CDATA[Macintosch]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://www.boerngen-schmidt.de/2010/08/howto-pear-unter-snow-leopard/</guid>
		<description><![CDATA[PEAR ist ein Framework und ein Distributionssystem mit dem PHP Softwarepakete verteilt und installiert werden können. Die Installation an sich ist super einfach: # root Rechte mit &#34;richtigem einloggen&#34; und in das richtige Verzeichnis wechseln sudo su - cd /usr/local &#160; # PEAR Installer herunterladen und ausführen curl http://pear.php.net/go-pear &#62; go-pear.php php go-pear.php rm go-pear.php <a href='http://www.boerngen-schmidt.de/2010/08/howto-pear-unter-snow-leopard/'>[...]</a>


Keine verwandten Artikel gefunden.]]></description>
			<content:encoded><![CDATA[<p><a title="Official PEAR Homepage" href="http://pear.php.net/" target="_blank">PEAR</a> ist ein Framework und ein Distributionssystem mit dem PHP Softwarepakete verteilt und installiert werden können.</p>
<p>Die Installation an sich ist super einfach:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># root Rechte mit &quot;richtigem einloggen&quot; und in das richtige Verzeichnis wechseln</span>
 <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">su</span> -
 <span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">local</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># PEAR Installer herunterladen und ausführen</span>
 curl http:<span style="color: #000000; font-weight: bold;">//</span>pear.php.net<span style="color: #000000; font-weight: bold;">/</span>go-pear <span style="color: #000000; font-weight: bold;">&gt;</span> go-pear.php
 php go-pear.php
 <span style="color: #c20cb9; font-weight: bold;">rm</span> go-pear.php</pre></div></div>

<p>Danach können wir eigentlich alles bestätigen und PEAR sollte installiert werden, dennoch lohnt es sich vorher die Pfade zu überprüfen.</p>
<p>Last but not least muss noch die Konfigurationsdatei von PHP angepasst werden.Dazu kann man die mitgelieferte php.ini.default benutzen oder alternativ können zwei verschiedene php.ini (für Development und Production) unter http://wiki.php.net/rfc/newinis gefunden werden.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># PHP.ini editieren</span>
 <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>php.ini.default <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>php.ini
 <span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>php.ini</pre></div></div>

<p>Dort den <em>include_path</em> anpassen auf: .:/usr/local/PEAR und falls noch nicht geschehen <em>date.timezone</em> setzen (z.B. auf Europe/Berlin). Zu guter letzt noch ein Neustart des Apache Webservers via <strong>apachectl restart</strong></p>


<p>Keine verwandten Artikel gefunden.</p>]]></content:encoded>
			<wfw:commentRss>http://www.boerngen-schmidt.de/2010/08/howto-pear-unter-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MKV in Quicktime X abspielenPlay MKV-Files using Quicktime X</title>
		<link>http://www.boerngen-schmidt.de/2009/08/play-mkv-using-quicktime-x/</link>
		<comments>http://www.boerngen-schmidt.de/2009/08/play-mkv-using-quicktime-x/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 17:36:43 +0000</pubDate>
		<dc:creator>Benjamin</dc:creator>
				<category><![CDATA[Macintosch]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://www.boerngen-schmidt.de/?p=205</guid>
		<description><![CDATA[Nachdem nun offiziell Snow Leopard erschienen ist war ich doch sehr gespannt wie genau sich die verschiedenen Neuerungen im alltäglichen Betrieb auswirken würden. Eines was mir auffiel war, dass Quicktime keine MKV Dateien mehr abspielt, selbst wenn man Perian installiert hat. In der Perian User Group habe ich einen netten Tipp gefunden der es ermöglicht <a href='http://www.boerngen-schmidt.de/2009/08/play-mkv-using-quicktime-x/'>[...]</a>


Keine verwandten Artikel gefunden.]]></description>
			<content:encoded><![CDATA[<p><!--:de-->Nachdem nun offiziell Snow Leopard erschienen ist war ich doch sehr gespannt wie genau sich die verschiedenen Neuerungen im alltäglichen Betrieb auswirken würden. Eines was mir auffiel war, dass Quicktime keine MKV Dateien mehr abspielt, selbst wenn man <a href="http://perian.org/">Perian</a> installiert hat.</p>
<p>In der Perian User Group habe ich einen netten Tipp gefunden der es ermöglicht Quicktime X das abspielen von MKV Dateien zu ermöglichen. Dazu läd man sich den <a title="Nice Player Homepage" href="http://code.google.com/p/niceplayer/" target="_blank">NicePlayer</a> herunter, mountet das Image und führ diesen einmal aus. Nun ist auch Quicktime X in der Lage MKV Dateien anzuspielen.</p>
<p>Meine Vermutung wieso es nach dem einmaligem starten des NicePlayers auch Quicktime X möglich ist MKV Dateien abzuspielen ist, dass der NicePlayer die Datei ~/Library/Preferences/com.apple.quicktime.plugin.preferences.plist verändert und dort den MKV Kontainer als Videodatei einträgt. Bestätigen kann ich dies allerdings nicht, da ich die Datei nicht mehr im orginal Format habe.</p>
<p>Wie dem auch sei, viel spaß beim Film schauen.<!--:--><!--:en-->After Snow Leopard is now officially released I was eager to see how the various changes work out in day to day use. One thing I noticed right after installing Snow Leopard was, that Quicktime X is not able to play MKV files, even if you got <a href="http://perian.org/">Perian</a> installed.</p>
<p>On the Perian User Group I have found a very nice Tip how to enable Quicktime X to play MKV files again. To do so you need to download <a title="Nice Player Homepage" href="http://code.google.com/p/niceplayer/" target="_blank">NicePlayer</a>, mount the Image and open it once. Now you can close and delete NicePlayer and open MKV files with Quicktime X again.</p>
<p>My assumption why it is possible to play MKV files again with Quicktime X after launching NicePlayer once is, that NicePlayer adds the MKV Container as videofile to ~/Library/Preferences/com.apple.quicktime.plugin.preferences.plist. But since I don&#8217;t have the original file anymore I can not verify this thesis.</p>
<p>Anyway have fun playing MKV files with Quicktime again.<!--:--></p>


<p>Keine verwandten Artikel gefunden.</p>]]></content:encoded>
			<wfw:commentRss>http://www.boerngen-schmidt.de/2009/08/play-mkv-using-quicktime-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

