<?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/"
	xmlns:go='http://ns.gigaom.com/'
xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>GigaOM &#187; Apple</title>
	<atom:link href="http://gigaom.com/apple/tag/alias/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 12:04:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gigaom.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/0db8f6557d022075dbbf010c54d46d93?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>GigaOM &#187; Apple</title>
		<link>http://gigaom.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gigaom.com/osd.xml" title="GigaOM" />
	<atom:link rel='hub' href='http://gigaom.com/?pushpress=hub'/>
		<item>
		<title>Tips &amp; Tricks: What’s Your Alias?</title>
		<link>http://gigaom.com/apple/tips-tricks-whats-your-alias/</link>
		<comments>http://gigaom.com/apple/tips-tricks-whats-your-alias/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 21:00:22 +0000</pubDate>
		<dc:creator>Christopher Ryan</dc:creator>
				<category><![CDATA[SYN Feature Enterprise]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[arrow]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://theappleblog.com/?p=28268</guid>
		<description><![CDATA[Aliases in Mac OS X are essentially equivalent to shortcuts in the Windows world. They work by creating a link to an original file located somewhere on your Mac or network and maintain the link even if the original is moved or renamed. How to Create [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=173058&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img  title="Front Row Alias Icon Example" src="http://gigapple.files.wordpress.com/2009/07/frontrowaliasiconexample.jpg?w=353&#038;h=197" alt="Front Row Alias Icon Example" width="353" height="197" class=" alignleft" /></p>
<p class="excerpt">Aliases in Mac OS X are essentially equivalent to shortcuts in the Windows world. They work by creating a link to an original file located somewhere on your Mac or network and maintain the link even if the original is moved or renamed.</p>
<h3>How to Create Aliases</h3>
<p>Creating aliases is pretty easy. You can right-click on a file and select “Make Alias” or choose “Make Alias” from the File menu. Viola! You have created an alias, indicated by the shortcut arrow on the icon and the word “alias” appended to the end of the file name.</p>
<p>If you want to create an alias and not have it include “alias” at the end, you can do so by holding down the command and option keys while dragging the desired file to a new location other than the original. <span id="more-173058"></span></p>
<h3>How to Ditch the Arrow</h3>
<p>You can easily tell your aliases apart from your original files by the fact that aliases include a little arrow in their icon. For some, this may be a great reminder, but for others who may be creating collections of aliases for custom stacks in the Dock, or other reasons, the arrows may be annoying. Fortunately, with a little trip to the Terminal, we can solve this dilemma.</p>
<p>Essentially what we are going to do is take the graphic files that apply the arrow “badge” onto the icons and rename them so Mac OS X cannot find them. If your system cannot find the arrows, it cannot apply them to your aliases. <strong>This modification will affect all aliases on your Mac.</strong></p>
<p>The first step is to fire up Terminal (located in the Utilities folder inside your Applications folder). At the command prompt, copy and paste the following line of code.</p>
<p><code>cd /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources</code></p>
<p>This navigates to the location where the alias badge icons are stored. Then copy and paste this next line of code. It will require your administrator password after you execute the command.</p>
<p><code>sudo mv AliasBadgeIcon.icns AliasBadgeIcon_OFF.icns</code></p>
<p>For Terminal newbies, this command invokes “sudo,” which allows you to run powerful commands as another user, in this case, the “root” user. The “mv” command is Unix-talk for “move files.” In the example above, it simply causes the file to be renamed.</p>
<p>To see the changes, you can either restart your computer, or type in the following line of code. (In my tests using the latest builds of Snow Leopard, I actually had to restart the system to see the results).</p>
<p><code>killall Finder</code></p>
<p>To put them back, simply follow the steps again, but when you reach the sudo command, use this line of code.</p>
<p><code>sudo mv AliasBadgeIcon_OFF.icns AliasBadgeIcon.icns</code></p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173058+tips-tricks-whats-your-alias&utm_content=limeology">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/03/why-ipad-2-will-lead-consumers-into-the-post-pc-era/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173058+tips-tricks-whats-your-alias&utm_content=limeology">Why iPad 2 Will Lead Consumers Into the Post-PC&nbsp;Era</a></li><li><a href="http://pro.gigaom.com/2011/03/the-near-term-evolution-of-social-commerce/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173058+tips-tricks-whats-your-alias&utm_content=limeology">The Near-Term Evolution of Social&nbsp;Commerce</a></li><li><a href="http://pro.gigaom.com/2011/02/content-farms-the-players-the-benefits-the-risks/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173058+tips-tricks-whats-your-alias&utm_content=limeology">Content Farms: The Players, The Benefits, The&nbsp;Risks</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=173058&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/tips-tricks-whats-your-alias/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/832459ff6ff50bbfb3a2b901927c1448?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">limeology</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/07/frontrowaliasiconexample.jpg" medium="image">
			<media:title type="html">Front Row Alias Icon Example</media:title>
		</media:content>
	</item>
		<item>
		<title>Creator of Lost &amp; Alias is a Certified Apple Fanboy</title>
		<link>http://gigaom.com/apple/creator-of-lost-alias-is-a-certified-apple-fanboy/</link>
		<comments>http://gigaom.com/apple/creator-of-lost-alias-is-a-certified-apple-fanboy/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 20:51:34 +0000</pubDate>
		<dc:creator>Arvin Dang</dc:creator>
				<category><![CDATA[Cult of Mac]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[fanboy]]></category>
		<category><![CDATA[jj-abrams]]></category>
		<category><![CDATA[lost]]></category>

		<guid isPermaLink="false">http://theappleblog.com/2008/01/14/creator-of-lost-alias-is-a-certified-apple-fanboy/</guid>
		<description><![CDATA[I was getting my weekly dose of TED Talks when I saw J.J. Abrams as a speaker. If you haven’t ever heard of TED Talks, Abrams’ is a great one to start with. His antics are hilarious and it results in a strong presence on-stage. In [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=171253&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src='http://gigapple.files.wordpress.com/2008/01/heart_productimage3.jpg?w=604' alt='heart_productimage3.jpg' style="float:left;margin:0 8px 5px 0" class=" alignleft" /> I was getting my weekly dose of <a href="http://www.ted.com/index.php">TED Talks</a> when I saw <a href="http://www.ted.com/speakers/view/id/182">J.J. Abrams</a> as a speaker. If you haven’t ever heard of TED Talks, Abrams’ is a great one to start with. His antics are hilarious and it results in a strong presence on-stage.</p>
<p>In his talk, he discusses the element of mystery behind his shows as well as the impact of the digital age on filmmaking. The real takeaway from his talk is (mind you, I’m paraphrasing) “He loves him some Apple.” My favorite quote from him: “This Powerbook challenges me. What are you going to write worthy of me?”</p>
<p>This complete, self-proclaimed Apple fan watches Stevenotes  and uses his Powerbook on stage. For the record, he was just as surprised as the rest of us to see Lost behind Steve Jobs when they announced TV Shows on iTunes.</p>
<p><em>Apple ‘Heart’ image from <a href="http://www.insanelygreattees.com/shirt/heart">Insanely Great Tees</a>.</em></p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171253+creator-of-lost-alias-is-a-certified-apple-fanboy&utm_content=arvindang">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/03/why-ipad-2-will-lead-consumers-into-the-post-pc-era/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171253+creator-of-lost-alias-is-a-certified-apple-fanboy&utm_content=arvindang">Why iPad 2 Will Lead Consumers Into the Post-PC&nbsp;Era</a></li><li><a href="http://pro.gigaom.com/2011/03/the-near-term-evolution-of-social-commerce/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171253+creator-of-lost-alias-is-a-certified-apple-fanboy&utm_content=arvindang">The Near-Term Evolution of Social&nbsp;Commerce</a></li><li><a href="http://pro.gigaom.com/2011/02/content-farms-the-players-the-benefits-the-risks/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171253+creator-of-lost-alias-is-a-certified-apple-fanboy&utm_content=arvindang">Content Farms: The Players, The Benefits, The&nbsp;Risks</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=171253&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/creator-of-lost-alias-is-a-certified-apple-fanboy/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22aa2e8d6e06729198bc8890ddee6ea5?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">Arvin Dang</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/01/heart_productimage3.jpg" medium="image">
			<media:title type="html">heart_productimage3.jpg</media:title>
		</media:content>
	</item>
	</channel>
</rss>
