<?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>sonyboy.dk &#187; defatuls</title>
	<atom:link href="http://www.sonyboy.dk/tag/defatuls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sonyboy.dk</link>
	<description>Tools, tip, tricks and other stuff I might come up with</description>
	<lastBuildDate>Sat, 04 Sep 2010 19:41:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>How to prevent .DS_Store file creation over network connections</title>
		<link>http://www.sonyboy.dk/2010/05/05/how-to-prevent-ds_store-file-creation-over-network-connections/</link>
		<comments>http://www.sonyboy.dk/2010/05/05/how-to-prevent-ds_store-file-creation-over-network-connections/#comments</comments>
		<pubDate>Wed, 05 May 2010 11:32:00 +0000</pubDate>
		<dc:creator>Sonyboy</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[.DS_Store]]></category>
		<category><![CDATA[AFP]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[defatuls]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[SMB/CIFS]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[WebDAV]]></category>

		<guid isPermaLink="false">http://www.sonyboy.dk/?p=14</guid>
		<description><![CDATA[Note: This will affect the user&#8217;s interactions with SMB/CIFS, AFP, NFS, and WebDAV servers. Open Terminal Execute this command defaults write com.apple.desktopservices DSDontWriteNetworkStores true Either restart the computer or log out and back in to the user account If you want to prevent .DS_Store file creation for other users on the same computer, log in [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Note:</strong> This will affect the user&#8217;s interactions with SMB/CIFS, AFP, NFS, and WebDAV servers.</p>
<ol>
<li>Open Terminal</li>
<li>Execute this command
<div class="codesnip-container" >defaults write com.apple.desktopservices DSDontWriteNetworkStores true</div>
</li>
<li>Either restart the computer or log out and back in to the user account</li>
</ol>
<p>If you want to prevent .DS_Store file creation for other users on the same computer, log in to each user account and perform the steps above—or distribute a copy of the newly modified com.apple.desktopservices.plist file to the ~/Library/Preferences folder of other user accounts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.sonyboy.dk/2010/05/05/how-to-prevent-ds_store-file-creation-over-network-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

