<?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>Cow Computing &#187; Terminal</title>
	<atom:link href="http://www.cowcomputing.com/tag/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cowcomputing.com</link>
	<description>Share Info about Cloud Computing &#38; Programming</description>
	<lastBuildDate>Thu, 22 Jul 2010 17:10:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Some Hidden Mac&#8217;s Tips (Terminal Cmd)</title>
		<link>http://www.cowcomputing.com/2010/03/03/some-hidden-macs-tips-terminal-cmd/</link>
		<comments>http://www.cowcomputing.com/2010/03/03/some-hidden-macs-tips-terminal-cmd/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 14:27:36 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.cowcomputing.com/?p=192</guid>
		<description><![CDATA[In this post, i would like to share a couple of hidden terminal command on mac to help unlocking some useful feature. To use these feature, simply type the command as if it&#8217;s shown on the terminal, andd there you go. Using current Screensaver as the Wallpaper. This can be gorgeous, however, depending on which [...]]]></description>
			<content:encoded><![CDATA[<p>In this post, i would like to share a couple of hidden terminal command on mac to help unlocking some useful feature. To use these feature, simply type the command as if it&#8217;s shown on the terminal, andd there you go.</p>
<ol>
<li>Using current Screensaver as the Wallpaper. This can be gorgeous, however, depending on which screensaver you pick, it might take up some CPU &amp; memory. (*To stop it, simple press &#8220;Ctrl+C&#8221;)
<pre class="brush:bash">/System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background
</pre>
</li>
<li>Enable hidden files/folders be shown on Finder. This is very useful in particular when you want to locate some important hidden files like &#8220;.ssh&#8221; or &#8220;.bash_rc&#8221;.
<pre class="brush:bash">// Change TRUE to FALSE to disable the effect
defaults write com.apple.finder AppleShowAllFiles YES

// Restart the finder to take effect
killall Finder</pre>
</li>
<li>Enable the highlight effect on Stack (Highlight the icon when mouse hover)
<pre class="brush:bash">// Change yes to no to cancel the effect
defaults write com.apple.dock mouse-over-hilte-stack -boolean yes

// Restart the Dock to take effect
killall Dock</pre>
</li>
<p><span id="more-192"></span></p>
<li>Allow dashboard widgets to be dragged and run on Desktop
<pre class="brush:bash">// Change YES to NO to cancel the effect
defaults write com.apple.dashboard devmode YES</pre>
</li>
<li>Enable debug menu for Safari. I use it alot when doing web development (tho i prefer firefox with firebug)
<pre class="brush:bash">// Change 1 to 0 to cancel the effect
defaults write com.apple.safari IncludeDebugMenu 1</pre>
</li>
<li>Disable the annoying crash report dialog.
<pre class="brush:bash">Change none to prompt to cancel the effect
defaults write com.apple.CrashReporter DialogType none</pre>
</li>
</ol>
<p>There are more useful commands around, and above are just some useful ones which i have been using.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cowcomputing.com/2010/03/03/some-hidden-macs-tips-terminal-cmd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
