<?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>x2on.de &#187; Dock</title>
	<atom:link href="http://www.x2on.de/tag/dock/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x2on.de</link>
	<description>by Felix Schulze - a mobile evangelist. Tutorials for iOS, Android, Mac, Linux, iPhone and more...</description>
	<lastBuildDate>Sun, 29 Jan 2012 18:46:15 +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>Snow Leopard: Terminal Tricks</title>
		<link>http://www.x2on.de/2009/12/12/snow-leopard-terminal-tricks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=snow-leopard-terminal-tricks</link>
		<comments>http://www.x2on.de/2009/12/12/snow-leopard-terminal-tricks/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 23:05:02 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Dock]]></category>
		<category><![CDATA[Finder]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=396</guid>
		<description><![CDATA[Auch für Snow Leopard gibt es ein paar Terminal-Befehle, die nützliche Funktionen freischalten können. Das ausgewählte Element im Dock highlighten: defaults write com.apple.dock mouse-over-hilite-stack -boolean YES; killall Dock Die neue Stack-Ansicht freischalten: defaults write com.apple.dock use-new-list-stack -boolean yes; killall Dock Das schreiben von .DS_Store Dateien auf USB-Sticks und Netzwerklaufwerken verhindern: defaults write com.apple.desktopservices DSDontWriteNetworkStores true [...]]]></description>
			<content:encoded><![CDATA[<p>Auch für Snow Leopard gibt es ein paar Terminal-Befehle, die nützliche Funktionen freischalten können.</p>
<p><strong>Das ausgewählte Element im Dock highlighten:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">defaults <span style="color: #c20cb9; font-weight: bold;">write</span> com.apple.dock mouse-over-hilite-stack <span style="color: #660033;">-boolean</span> YES; <span style="color: #c20cb9; font-weight: bold;">killall</span> Dock</pre></div></div>

<p><strong>Die neue Stack-Ansicht freischalten:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">defaults <span style="color: #c20cb9; font-weight: bold;">write</span> com.apple.dock use-new-list-stack <span style="color: #660033;">-boolean</span> <span style="color: #c20cb9; font-weight: bold;">yes</span>; <span style="color: #c20cb9; font-weight: bold;">killall</span> Dock</pre></div></div>

<p><span id="more-396"></span></p>
<p><strong>Das schreiben von .DS_Store Dateien auf USB-Sticks und Netzwerklaufwerken verhindern:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">defaults <span style="color: #c20cb9; font-weight: bold;">write</span> com.apple.desktopservices DSDontWriteNetworkStores <span style="color: #c20cb9; font-weight: bold;">true</span></pre></div></div>

<p><strong>Pfade im Finder-Titel anzeigen:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">defaults <span style="color: #c20cb9; font-weight: bold;">write</span> com.apple.finder _FXShowPosixPathInTitle <span style="color: #660033;">-bool</span> YES</pre></div></div>

<p><strong>Durchsichtige Ordner in Quick-Look aktivieren:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">defaults <span style="color: #c20cb9; font-weight: bold;">write</span> com.apple.finder QLEnableXRayFolders <span style="color: #660033;">-boolean</span> <span style="color: #c20cb9; font-weight: bold;">yes</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2009/12/12/snow-leopard-terminal-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

