<?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>techscorn &#187; apple</title>
	<atom:link href="http://www.techscorn.com/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techscorn.com</link>
	<description>sometimes tech. sometimes scorn. sometimes both.</description>
	<lastBuildDate>Tue, 13 Jul 2010 00:31:06 +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>Getting the &#8220;Model Identifier&#8221; for a Mac via ARD</title>
		<link>http://www.techscorn.com/2010/01/getting-the-model-identifier-for-a-mac-via-ard/</link>
		<comments>http://www.techscorn.com/2010/01/getting-the-model-identifier-for-a-mac-via-ard/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 20:27:39 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.techscorn.com/?p=134</guid>
		<description><![CDATA[With the recent release of a new firmware update for the latest version of the Mac Pros, I was wondering if there was an easy way to query a bunch of systems for their Model Identifier. This is a unique name for a particular model of Mac, that can be found in the Apple System [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techscorn.com/wp-content/uploads/2010/01/ard1.png"><img class="alignright size-medium wp-image-136" title="ARD &gt; Send UNIX Command" src="http://www.techscorn.com/wp-content/uploads/2010/01/ard1-300x259.png" alt="ARD &gt; Send UNIX Command" width="300" height="259" /></a>With the recent release of a new <a title="About Mac Pro EFI Firmware Update 1.4" href="http://support.apple.com/kb/DL989" target="_blank">firmware update</a> for the latest version of the <a title="Mac Pros @ Amazon" href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26redirect%3Dtrue%26ref_%3Dsr%255Fnr%255Fp%255F4%255F0%26keywords%3Dmac%2520pro%26bbn%3D172282%26qid%3D1264015812%26rnid%3D15784691%26rh%3Dn%253A172282%252Ck%253Amac%2520pro%252Cp%255F4%253AApple&amp;tag=wanderorgbooks&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957" target="_blank">Mac Pros</a>, I was wondering if there was an easy way to query a bunch of systems for their Model Identifier. This is a unique name for a particular model of Mac, that can be found in the Apple System Profiler app. Some examples are "MacPro3,1", "PowerMac10,2" &amp; "Xserve3,1". Minor revs in a particular model will typically be denoted by incrementing the number after the comma, while major updates are before. <a title="ARD @ Amazon" href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26tag%3Dmozilla-20%26index%3Dblended%26link_code%3Dqs%26field-keywords%3Dapple%2520remote%2520desktop%26sourceid%3DMozilla-search&amp;tag=wanderorgbooks&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957" target="_blank">Apple Remote Desktop</a> can give you the "Machine Model" (Report&gt;System Overview...&gt;Machine Model), but this is a dumbed down name of the system that isn't specific enough for this purpose.<span id="more-134"></span></p>
<p>Since the Model Identifier can be viewed in the System Profiler app, it seemed there had to be an easy way to grab this from the terminal. After a quick Google search, I found the lead I needed at <a title="Wikipedia: System Profiler (Apple)" href="http://en.wikipedia.org/wiki/System_Profiler_%28Apple%29" target="_blank">Wikipedia</a>. As it turns out, there's a command line version of System Profiler called "<code>system_profiler</code>" (of course). After looking over the <a title="Mac OS X Manual Page For system_profiler(8)" href="http://developer.apple.com/mac/library/DOCUMENTATION/Darwin/Reference/ManPages/man8/system_profiler.8.html" target="_blank">man page</a>, I constructed the following command, which can easily be issued via <a title="ARD @ Amazon" href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26tag%3Dmozilla-20%26index%3Dblended%26link_code%3Dqs%26field-keywords%3Dapple%2520remote%2520desktop%26sourceid%3DMozilla-search&amp;tag=wanderorgbooks&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957" target="_blank">ARD</a> to a batch of systems.</p>
<p><code>system_profiler -detailLevel mini | grep "Model Identifier:"</code></p>
<p>This will return just the single line from the System Profile...</p>
<p><code>Model Identifier: MacPro3,1</code></p>
<p>Using that same command, you can use ARD's "Send a UNIX Command..." to pass that command to a bunch of systems at once, and you'll end up with a result screen showing the Model Identifier for all queried systems. Easy peasy! The <code>system_profile</code> command seems to work as far back as 10.4.11 (8S2167), but failed on 10.4.11 (8S165), so your actual mileage may vary.</p>
<p>Big props go out to Google for knowing everything and getting me on the right path.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techscorn.com/2010/01/getting-the-model-identifier-for-a-mac-via-ard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>American Heritage &#8211; &quot;shit&quot;</title>
		<link>http://www.techscorn.com/2009/08/american-heritage-shit/</link>
		<comments>http://www.techscorn.com/2009/08/american-heritage-shit/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 18:25:15 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[scorn]]></category>

		<guid isPermaLink="false">http://www.techscorn.com/2009/08/05/american-heritage-shit/</guid>
		<description><![CDATA[So Apple apparently didn't approve the Ninjawords dictionary application due to "inappropriate" words. I wonder why American Heritage got a free pass? Come on Apple... Stop being so evil. I've supported your stupid brand from back in the days when you were the underdog and I would be pelted with rocks and garbage for admitting [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 151px"><a href="http://www.flickr.com/photos/chrisr/3792116867/"><img class="    " title="AH4" src="http://farm3.static.flickr.com/2435/3792116867_0e6a7f9eb7.jpg" alt="AH4" width="141" height="211" /></a><p class="wp-caption-text">AH4 iPhone App</p></div>
<p>So Apple apparently didn't approve the <a title="ninjawords" href="http://ninjawords.com/" target="_blank">Ninjawords</a> dictionary application due to "inappropriate" words. I wonder why American Heritage got a free pass?</p>
<p>Come on Apple... Stop being so evil. I've supported your stupid brand from back in the days when you were the underdog and I would be pelted with <a title="Letterman - Pelted..." href="http://www.youtube.com/watch?v=LgcjzED-q6c&amp;fmt=18" target="_blank">rocks and garbage</a> for admitting to be a fan. Time do the right thing and change direction before you slide right into the role as the villain in your pivotal <a title="1984" href="http://www.youtube.com/watch?v=R706isyDrqI" target="_blank">1984</a> commercial.</p>
<p>More on the issue over at <a title="Apple Rejects Dictionary App for Containing Swear Words" href="http://mashable.com/2009/08/05/apple-rejects-ninjawords/" target="_blank">Mashable</a>.</p>
<p><strong>UPDATE:</strong> Apple's Phil Schiller <a title="Techcrunch &gt; Apple’s Phil Schiller Speaks On Censored iPhone Dictionaries, But Ignores The Bigger Issues" href="http://www.techcrunch.com/2009/08/06/apples-phil-schiller-speaks-on-censored-iphone-dictionaries-but-ignores-the-bigger-issues/" target="_blank">responds</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techscorn.com/2009/08/american-heritage-shit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
