<?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>command line idiot &#187; apple</title>
	<atom:link href="http://www.commandlineidiot.com/blog/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.commandlineidiot.com/blog</link>
	<description>one man&#039;s dawning realization that linux is waaaaay smarter than he is</description>
	<lastBuildDate>Tue, 01 Mar 2011 22:14:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hide Mac Desktop Icons &#8211; Free!</title>
		<link>http://www.commandlineidiot.com/blog/2010/hide-mac-desktop-icons-free/</link>
		<comments>http://www.commandlineidiot.com/blog/2010/hide-mac-desktop-icons-free/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 16:56:30 +0000</pubDate>
		<dc:creator>command line idiot</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://www.commandlineidiot.com/blog/?p=1300</guid>
		<description><![CDATA[If there are two things I love, its scotch and making my life easier. I decided to take the scripts from my previous post, and roll them into clickable apps. Click to download these zip files, and inside you&#8217;ll find two basic, basic apps. Click one, and your desktop icons go away. Click the other, [...]]]></description>
			<content:encoded><![CDATA[<p>If there are two things I love, its scotch and making my life easier. I decided to take the scripts from <a href="http://www.commandlineidiot.com/blog/2010/hide-your-mac-desktop/">my previous post</a>, and roll them into clickable apps. Click to download these zip files, and inside you&#8217;ll find two basic, basic apps. Click one, and your desktop icons go away. Click the other, and they show up. Stick them in your dock for simple desktop management goodness.</p>
<p><a href='http://www.commandlineidiot.com/blog/wp-content/uploads/2010/09/Desktop-Hide-Show.zip'>Desktop Hide-Show</a></p>
<img src="http://www.commandlineidiot.com/blog/?ak_action=api_record_view&id=1300&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.commandlineidiot.com/blog/2010/hide-mac-desktop-icons-free/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hide your Mac Desktop</title>
		<link>http://www.commandlineidiot.com/blog/2010/hide-your-mac-desktop/</link>
		<comments>http://www.commandlineidiot.com/blog/2010/hide-your-mac-desktop/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 20:22:35 +0000</pubDate>
		<dc:creator>command line idiot</dc:creator>
				<category><![CDATA[apple]]></category>

		<guid isPermaLink="false">http://www.commandlineidiot.com/blog/?p=1294</guid>
		<description><![CDATA[If you&#8217;re anything like me, the crippling shame of your father&#8217;s disapproval has defined your entire life. As a result, you compensate by drinking more alcohol than is strictly healthy, and by posting vidcap tutorials to win the love and respect of your peers. As a result, you may find it useful to occasionally hide [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re anything like me, the crippling shame of your father&#8217;s disapproval has defined your entire life. As a result, you compensate by drinking more alcohol than is strictly healthy, and by posting vidcap tutorials to win the love and respect of your peers. As a result, you may find it useful to occasionally hide all the crap on your desktop before you begin.</p>
<p>Sure, you could shell out literally dozen of dollars to do it with <a href="http://www.macrabbit.com/deskshade/">deskshade</a>, but wouldn&#8217;t you rather roll your own? I know I would! TO THE TERMINAL!</p>
<p>There is a simple terminal command that will kill all of your desktop icons. Check it:</p>
<p><code>defaults write com.apple.finder CreateDesktop -bool false &#038;&#038; killall Finder</code></p>
<p>BOOM! Just like that, all of your icons are gone. You&#8217;re back to that deep, deep emptiness that only comes from zen-like simplicity or chemical realignment of your brain functions. Once you&#8217;ve finished doing your business, you can reload the icons with the following command:</p>
<p><code>defaults write com.apple.finder CreateDesktop -bool true &#038;&#038; killall Finder</code></p>
<p>If you&#8217;re a code ninja, wipe that Cheetos™ dust off your fingers and drop this command into your .bash_profile list of shortcuts. Add the following lines, each on it&#8217;s own line, of course.</p>
<p>1.<br />
<code>alias deskdown='defaults write com.apple.finder CreateDesktop -bool false &#038;&#038; killall Finder'<code></p>
<p>2.<br />
<code>alias deskup='defaults write com.apple.finder CreateDesktop -bool true &#038;&#038; killall Finder'</code></p>
<p>Now you can hit all that icony goodness just by opening the terminal and typing "deskdown" and "deskup".</p>
<p>Enjoy. Give love in the comments.</p>
<img src="http://www.commandlineidiot.com/blog/?ak_action=api_record_view&id=1294&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.commandlineidiot.com/blog/2010/hide-your-mac-desktop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone 2.2 … really?</title>
		<link>http://www.commandlineidiot.com/blog/2009/iphone-2-2-%e2%80%a6-really/</link>
		<comments>http://www.commandlineidiot.com/blog/2009/iphone-2-2-%e2%80%a6-really/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 16:51:15 +0000</pubDate>
		<dc:creator>command line idiot</dc:creator>
				<category><![CDATA[apple]]></category>

		<guid isPermaLink="false">http://www.commandlineidiot.com/blog/?p=1283</guid>
		<description><![CDATA[Scrolling through the server logs, I ran across this: Apple iPhone OS v2.2.1 CoreMedia v1.0.0.5H11 Really? There are really people who just haven&#8217;t bothered to hit &#8220;update&#8221; on their phones yet? I guess I just don&#8217;t understand people who don&#8217;t install software updates. If only there were some way of punishing that habit, say with [...]]]></description>
			<content:encoded><![CDATA[<p>Scrolling through the server logs, I ran across this:</p>
<p><em>Apple iPhone OS v2.2.1 CoreMedia v1.0.0.5H11</em></p>
<p>Really? There are really people who just haven&#8217;t bothered to hit &#8220;update&#8221; on their phones yet? I guess I just don&#8217;t understand people who don&#8217;t install software updates. If only there were some way of punishing that habit, say with code that exploited the unpatched software they refused to update, and making it do bad things. That might be a way of correcting their bad habit!</p>
<img src="http://www.commandlineidiot.com/blog/?ak_action=api_record_view&id=1283&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.commandlineidiot.com/blog/2009/iphone-2-2-%e2%80%a6-really/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Mail, Gmail IMAP, play nicely!</title>
		<link>http://www.commandlineidiot.com/blog/2009/apple-mail-gmail-imap-play-nicely/</link>
		<comments>http://www.commandlineidiot.com/blog/2009/apple-mail-gmail-imap-play-nicely/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 17:21:39 +0000</pubDate>
		<dc:creator>command line idiot</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.commandlineidiot.com/blog/?p=1281</guid>
		<description><![CDATA[Every so often, my blissful rage against linux is interrupted by some obnoxious hassle in my apple/google world. Mail connects via IMAP to gmail? Check! But what&#8217;s this? Mail automatically downloads all of my shitty spam from gmail? Cannot have! Do not want! Other syntax memes employed! The solution is buried deep in google labs, [...]]]></description>
			<content:encoded><![CDATA[<p>Every so often, my blissful rage against linux is interrupted by some obnoxious hassle in my apple/google world. Mail connects via IMAP to gmail? Check! But what&#8217;s this? Mail automatically downloads all of my shitty spam from gmail? Cannot have! Do not want! Other syntax memes employed!</p>
<p>The solution is buried deep in google labs, and by deep, I mean one layer down. Here&#8217;s the fix:</p>
<ol>
<li>Cut a hole in a box</li>
<li>Login to your gmail account, go to &#8220;settings&#8221; then &#8220;Labs&#8221;</li>
<li>Under Labs, enable &#8220;Advanced IMAP Controls&#8221;</li>
<li>Then, go to &#8220;Labels&#8221;. You&#8217;ll find a brand new check box next to each label, asking your permission to show that label when accounts sync by IMAP. Uncheck the spam box.</li>
<li>Profit!</li>
</ol>
<p>Ahhhhh, bliss. Now I can go back to loathing how Ubuntu renders on-screen fonts. Uggggggh.</p>
<img src="http://www.commandlineidiot.com/blog/?ak_action=api_record_view&id=1281&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.commandlineidiot.com/blog/2009/apple-mail-gmail-imap-play-nicely/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

