<?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>Jake Hackl &#187; Notes</title>
	<atom:link href="http://www.jacobhackl.com/category/tech/notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jacobhackl.com</link>
	<description>Thoughts on software development, technology, running, and whatever else</description>
	<lastBuildDate>Tue, 10 Aug 2010 18:40:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=6104</generator>
		<item>
		<title>Mac Note: how to show all files and folders in OS X</title>
		<link>http://www.jacobhackl.com/2009/11/mac-note-how-to-show-all-files-and-folders-in-os-x/</link>
		<comments>http://www.jacobhackl.com/2009/11/mac-note-how-to-show-all-files-and-folders-in-os-x/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 22:24:42 +0000</pubDate>
		<dc:creator>Jake Hackl</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Notes]]></category>

		<guid isPermaLink="false">http://www.jacobhackl.com/?p=132</guid>
		<description><![CDATA[As I continue my migration from Windows to Mac the learning just keeps on coming. I&#8217;ve ceased trying to manually install the development stack and am leaning on MacPorts now. I am still having some issues and realizing how my years of accrued Windows knowledge is of little help. Luckily I liked DOS and now [...]]]></description>
			<content:encoded><![CDATA[<p>As I continue my migration from Windows to Mac the learning just keeps on coming. I&#8217;ve ceased trying to manually install the development stack and am leaning on <a href="http://www.macports.org/">MacPorts</a> now. I am still having some issues and realizing how my years of accrued Windows knowledge is of little help. Luckily I liked DOS and now <a href="http://en.wikipedia.org/wiki/Windows_PowerShell">PowerShell</a> so I have quickly adjusted to life spent in the terminal window and now I&#8217;ve learned the secret that shall help me immensely&#8230;I&#8217;ve learned how to show all files. Writing that just feels lame as it shows I have a long way to go on my Mac journey. But even with that truth, my only regret about my Mac switch is that I didn&#8217;t hold true to my initial goal of writing about the adjustments when coming from the Windows Paradigm and .Net stack along the way; at least then I&#8217;d have notes about what happened in case I have to do this again! ouch.</p>
<p>In terminal write:</p>
<pre class="brush: bash">defaults write com.apple.Finder AppleShowAllFiles YES</pre>
<p>Then force quit Finder and you are good to go. Thanks to: <a href="http://www.macworld.com/article/51830/2006/07/showallfinder.html">MacWorld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobhackl.com/2009/11/mac-note-how-to-show-all-files-and-folders-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
