<?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>KnowYourMac Tutorials &#187; Terminal</title>
	<atom:link href="http://www.knowyourmactuts.com/category/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.knowyourmactuts.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Mon, 17 Oct 2011 01:45:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Preventing Your Help Window from Always Being on Top</title>
		<link>http://www.knowyourmactuts.com/preventing-your-help-window-from-always-being-on-top/</link>
		<comments>http://www.knowyourmactuts.com/preventing-your-help-window-from-always-being-on-top/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 08:36:22 +0000</pubDate>
		<dc:creator>jjshammas</dc:creator>
				<category><![CDATA[Built-In]]></category>
		<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.knowyourmactuts.com/?p=220</guid>
		<description><![CDATA[This is a very useful Terminal trick that alters the way Help Windows behave. Instead of remaining on top of all other windows, you can now make it act as a regular application window.]]></description>
			<content:encoded><![CDATA[<p>This is a very useful Terminal trick that alters the way Help Windows behave. Instead of remaining on top of all other windows, you can now make it act as a regular application window.</p>
<p>Terminal Code: defaults write com.apple.helpviewer NormalWindow -bool true</p>
<p>To reverse, change True to False and run the command again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.knowyourmactuts.com/preventing-your-help-window-from-always-being-on-top/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Useful Dock Tricks</title>
		<link>http://www.knowyourmactuts.com/two-useful-dock-tricks/</link>
		<comments>http://www.knowyourmactuts.com/two-useful-dock-tricks/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 15:36:17 +0000</pubDate>
		<dc:creator>jjshammas</dc:creator>
				<category><![CDATA[Built-In]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.knowyourmactuts.com/?p=214</guid>
		<description><![CDATA[This video explains two very simple yet useful techniques to use with your dock - Temporarily Reversing Magnification, and Adding Dock Separators.]]></description>
			<content:encoded><![CDATA[<p>This video explains two very simple yet useful techniques to use with your dock &#8211; Temporarily Reversing Magnification, and Adding Dock Separators.</p>
<p>Terminal Codes:</p>
<ul>
<li>defaults write com.apple.dock persistent-apps -array-add &#8216;{tile-data={}; tile-type=&#8221;spacer-tile&#8221;;}&#8217;</li>
<li>defaults write com.apple.dock persistent-others -array-add &#8216;{tile-data={}; tile-type=&#8221;spacer-tile&#8221;;}&#8217;</li>
<li>killall Dock</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.knowyourmactuts.com/two-useful-dock-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ejecting a CD Through Terminal and iEject Disks</title>
		<link>http://www.knowyourmactuts.com/ejecting-a-cd-through-terminal-and-ieject-disks/</link>
		<comments>http://www.knowyourmactuts.com/ejecting-a-cd-through-terminal-and-ieject-disks/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 03:42:52 +0000</pubDate>
		<dc:creator>jjshammas</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.knowyourmactuts.com/?p=158</guid>
		<description><![CDATA[Shows how you can easily eject any disk in a standard mac CD drive through the built-in Terminal.]]></description>
			<content:encoded><![CDATA[<p>Shows how you can easily eject any disk in a standard mac CD drive through the built-in Terminal.</p>
<p>Terminal Code: drutil tray eject</p>
<p>Download iEject Disks, 10MB: (<a href="http://knowyourmac.webs.com/iEject%20Disks.dmg">Original Link</a>) (<a href="http://www.johnshammas.com/misc/iEjectDisks.dmg">Mirror 1</a>) (<a href="http://www.megaupload.com/?d=QO7KC5GM">Mirror 2</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.knowyourmactuts.com/ejecting-a-cd-through-terminal-and-ieject-disks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Permanently Deleting Files on a Mac</title>
		<link>http://www.knowyourmactuts.com/permanently-deleting-files-on-a-mac/</link>
		<comments>http://www.knowyourmactuts.com/permanently-deleting-files-on-a-mac/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 12:03:32 +0000</pubDate>
		<dc:creator>jjshammas</dc:creator>
				<category><![CDATA[Built-In]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.knowyourmactuts.com/?p=116</guid>
		<description><![CDATA[Shows how you can permanently remove your files and folders. For use with Mac OS X 10.3 or greater.]]></description>
			<content:encoded><![CDATA[<p>Shows how you can permanently remove your files and folders. For use with Mac OS X 10.3 or greater.</p>
<p>Widget: <a href="http://www.apple.com/downloads/dashboard/business/shredder.html">http://www.apple.com/downloads/dashboard/business/shredder.html</a></p>
<p>Terminal Code: sudo rm -R (dont forget the space at the end)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.knowyourmactuts.com/permanently-deleting-files-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Games on the Terminal</title>
		<link>http://www.knowyourmactuts.com/games-on-the-terminal/</link>
		<comments>http://www.knowyourmactuts.com/games-on-the-terminal/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 02:45:37 +0000</pubDate>
		<dc:creator>jjshammas</dc:creator>
				<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.knowyourmactuts.com/?p=45</guid>
		<description><![CDATA[Shows how to get four different games on the Terminal. Codes from video &#8211; emacs, snake, pong, tetris, doctor]]></description>
			<content:encoded><![CDATA[<p>Shows how to get four different games on the Terminal.<span id="more-45"></span></p>
<p>Codes from video &#8211; <strong>emacs, snake, pong, tetris, doctor</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.knowyourmactuts.com/games-on-the-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freeze the Minimization on a Mac</title>
		<link>http://www.knowyourmactuts.com/freeze-the-minimization-on-a-mac/</link>
		<comments>http://www.knowyourmactuts.com/freeze-the-minimization-on-a-mac/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 01:17:14 +0000</pubDate>
		<dc:creator>jjshammas</dc:creator>
				<category><![CDATA[Built-In]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.knowyourmactuts.com/?p=30</guid>
		<description><![CDATA[Shows how you can easily freeze any window while it is minimizing, and still have it be an active window. For use with Mac OSX [...]]]></description>
			<content:encoded><![CDATA[<p>Shows how you can easily freeze any window while it is minimizing, and still have it be an active window. For use with Mac OSX 10.2 or greater.<span id="more-30"></span></p>
<p>Codes mentioned in video:</p>
<ul>
<li>killall Dock &#8211; Refresh Dock</li>
<li>killall Finder &#8211; Refresh Finder</li>
<li>killall Terminal &#8211; Quit Terminal (You can replace Terminal with any currently running app.)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.knowyourmactuts.com/freeze-the-minimization-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slow it with the Shift Key</title>
		<link>http://www.knowyourmactuts.com/slow-it-with-the-shift-key/</link>
		<comments>http://www.knowyourmactuts.com/slow-it-with-the-shift-key/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 02:34:59 +0000</pubDate>
		<dc:creator>jjshammas</dc:creator>
				<category><![CDATA[Built-In]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.knowyourmactuts.com/?p=6</guid>
		<description><![CDATA[Shows how you can use the simple Shift Key on your Mac to slow down Minimizing Windows and Activating Expose. For use with Mac OSX [...]]]></description>
			<content:encoded><![CDATA[<p>Shows how you can use the simple Shift Key on your Mac to slow down Minimizing Windows and Activating Expose. For use with Mac OSX 10.2 and above.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.knowyourmactuts.com/slow-it-with-the-shift-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

