<?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>Felipe Alfaro Solana &#187; Filesystem</title>
	<atom:link href="http://www.felipe-alfaro.org/blog/category/filesystem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.felipe-alfaro.org/blog</link>
	<description>A little bit of technology, security and networking with Linux, FreeBSD and Mac OS X, plus some personal opinions.</description>
	<lastBuildDate>Sun, 23 Oct 2011 16:46:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to prevent the creation of .DS_Store files on network volumes</title>
		<link>http://www.felipe-alfaro.org/blog/2005/08/19/how-to-prevent-the-creation-of-ds_store-files-on-network-volumes/</link>
		<comments>http://www.felipe-alfaro.org/blog/2005/08/19/how-to-prevent-the-creation-of-ds_store-files-on-network-volumes/#comments</comments>
		<pubDate>Thu, 18 Aug 2005 19:09:44 +0000</pubDate>
		<dc:creator>Felipe Alfaro Solana</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Filesystem]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://felipe-alfaro.org/blog/2005/08/19/how-to-prevent-the-creation-of-ds_store-files-on-network-volumes/</guid>
		<description><![CDATA[This KnowledgeBase article explains how to prevent OS X from creating new .DS_Store files when opening folders on remote volumes mounted using SMB/CIFS, AFP, NFS, and WebDAV. The creation of .DS_Store files (and more so, ._AppleDouble files which are not covered in this hint) is frequently the source of complaints against Mac users, who often [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://docs.info.apple.com/article.html?artnum=301711">This KnowledgeBase article</a> explains how to prevent OS X from creating new .DS_Store files when opening folders on remote volumes mounted using SMB/CIFS, AFP, NFS, and WebDAV. The creation of .DS_Store files (and more so, ._AppleDouble files which are not covered in this hint) is frequently the source of complaints against Mac users, who often leave a trail of these files scattered throughout the filesystem when &#8220;visiting&#8221; a Windows computer. Even with this hint in place, the .DS_Store files will continue to be created on local volumes (which is a good thing).</p>
<p>To prevent the creation of these files, open the Terminal and type:</p>
<p><code>defaults write com.apple.desktopservices DSDontWriteNetworkStores true</code></p>
<p>It may be necessary to log out and back in, or even to restart the computer (which is what the article states), for the change to take effect. </p>
<p>Note: Most of the settings controlled by data in .DS_Store files are &#8220;cosmetic&#8221; in nature &#8212; for example, Finder window position, view style, icon position, etc. However, .DS_Store files in OS X also store Finder &#8220;comments&#8221; so in this sense, disabling .DS_Store files may result in loss of data.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.felipe-alfaro.org/blog/2005/08/19/how-to-prevent-the-creation-of-ds_store-files-on-network-volumes/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Case-insensitive filename completion with BASH</title>
		<link>http://www.felipe-alfaro.org/blog/2005/08/19/case-insensitive-filename-completion-with-bash/</link>
		<comments>http://www.felipe-alfaro.org/blog/2005/08/19/case-insensitive-filename-completion-with-bash/#comments</comments>
		<pubDate>Thu, 18 Aug 2005 18:33:19 +0000</pubDate>
		<dc:creator>Felipe Alfaro Solana</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Filesystem]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://felipe-alfaro.org/blog/2005/08/19/case-insensitive-filename-completion-with-bash/</guid>
		<description><![CDATA[If you use bash as your shell and use filename completion a lot, you can get bash to ignore the case of filenames just like HFS does. Just put this in your ~/.inputrc file: set completion-ignore-case on Then, when you type ls /appli in the shell and force filename completion, you&#8217;ll get ls /Applications like [...]]]></description>
			<content:encoded><![CDATA[<p>If you use bash as your shell and use filename completion a lot, you can get bash to ignore the case of filenames just like HFS does.</p>
<p>Just put this in your ~/.inputrc file:</p>
<p><code>set completion-ignore-case on</code></p>
<p>Then, when you type ls /appli in the shell and force filename completion, you&#8217;ll get ls /Applications like you ought to.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.felipe-alfaro.org/blog/2005/08/19/case-insensitive-filename-completion-with-bash/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

