<?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>Max Clark &#187; osx</title>
	<atom:link href="http://www.clarksys.com/blog/tag/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clarksys.com</link>
	<description>Rants and Raves!</description>
	<lastBuildDate>Thu, 10 Nov 2011 17:12:10 +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>HOWTO Create ISO on Mac OS X</title>
		<link>http://www.clarksys.com/blog/2011/08/17/howto-create-iso-on-mac-os-x/</link>
		<comments>http://www.clarksys.com/blog/2011/08/17/howto-create-iso-on-mac-os-x/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 18:40:19 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=551</guid>
		<description><![CDATA[Found here: 1. Insert CD/DVD source 2. Fire up a Terminal, you can then determine the device that is you CD/DVD drive using the following command: $ drutil status Vendor Product Rev MATSHITA DVD-R UJ-835E GAND Type: DVD-ROM Name: /dev/disk1 &#8230; <a href="http://www.clarksys.com/blog/2011/08/17/howto-create-iso-on-mac-os-x/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Found <a href="http://www.slashdotdash.net/2006/08/14/create-iso-cd-dvd-image-with-mac-os-x-tiger-10-4/">here</a>:</p>
<p>1. Insert CD/DVD source</p>
<p>2.  Fire up a Terminal, you can then determine the device that is you CD/DVD drive using the following command:</p>
<p><code><br />
$ drutil status<br />
 Vendor   Product           Rev<br />
 MATSHITA DVD-R   UJ-835E   GAND</p>
<p>           Type: DVD-ROM              Name: /dev/disk1<br />
      Cur Write:    8x DVD          Sessions: 1<br />
      Max Write:    8x DVD            Tracks: 1<br />
   Overwritable:   00:00:00         blocks:        0 /   0.00MB /   0.00MiB<br />
     Space Free:   00:00:00         blocks:        0 /   0.00MB /   0.00MiB<br />
     Space Used:  364:08:27         blocks:  1638627 /   3.36GB /   3.13GiB<br />
    Writability:<br />
      Book Type: DVD-ROM<br />
</code></p>
<p>3. Unmount the disk with the following command:</p>
<p><code><br />
$ diskutil unmountDisk /dev/disk1<br />
Disk /dev/disk1 unmounted<br />
</code></p>
<p>4. Create the ISO file with the dd utility (may take some time):</p>
<p><code><br />
$ dd if=/dev/disk1 of=file.iso bs=2048<br />
</code></p>
<p>5. Test the ISO image by mounting the new file (or open with Finder):</p>
<p><code><br />
$ hdid file.iso<br />
</code></p>
<p>6. The ISO image can then be burnt to a blank CD/DVD.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2011/08/17/howto-create-iso-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed up a slow Terminal by clearing log files</title>
		<link>http://www.clarksys.com/blog/2011/01/21/speed-up-a-slow-terminal-by-clearing-log-files/</link>
		<comments>http://www.clarksys.com/blog/2011/01/21/speed-up-a-slow-terminal-by-clearing-log-files/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 17:12:09 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[terminal.app]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=512</guid>
		<description><![CDATA[Terminal has been getting slower and slower for me on launch. For whatever reason this morning I finally spent a couple of minutes on Google and came across this gem: Speed up a slow Terminal by clearing log files. In &#8230; <a href="http://www.clarksys.com/blog/2011/01/21/speed-up-a-slow-terminal-by-clearing-log-files/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Terminal has been getting slower and slower for me on launch. For whatever reason this morning I finally spent a couple of minutes on Google and came across this gem:</p>
<p><a href="http://osxdaily.com/2010/05/06/speed-up-a-slow-terminal-by-clearing-log-files/">Speed up a slow Terminal by clearing log files</a>.</p>
<p>In short:</p>
<blockquote><p><span style="color: #303030; font-family: monospace; line-height: 21px; font-size: 13px;">cd /private/var/log/asl/<br />
ls *.asl<br />
sudo rm !$ </span></p></blockquote>
<p>This clears out OSX&#8217;s system logs and results in an instant launch of terminal again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2011/01/21/speed-up-a-slow-terminal-by-clearing-log-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO Install OS X on a Dell Mini 9</title>
		<link>http://www.clarksys.com/blog/2009/05/04/howto-install-os-x-on-a-dell-mini-9/</link>
		<comments>http://www.clarksys.com/blog/2009/05/04/howto-install-os-x-on-a-dell-mini-9/#comments</comments>
		<pubDate>Mon, 04 May 2009 18:27:23 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=441</guid>
		<description><![CDATA[I just finished installing OS X on my Dell Mini 9 pic (as an aside &#8211; probably one of the best form factors I have owned for a traveling laptop). The instructions here: How-To: Install Mac OS X &#8211; DellEFI Method &#8230; <a href="http://www.clarksys.com/blog/2009/05/04/howto-install-os-x-on-a-dell-mini-9/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just finished installing OS X on my Dell Mini 9 <a href="http://twitpic.com/4jxqw">pic</a> (as an aside &#8211; probably one of the best form factors I have owned for a traveling laptop). The instructions here:</p>
<p><a href="event:http://twitpic.com/4jxqw"></a></p>
<p><a href="event:http://twitpic.com/4jxqw"></a></p>
<p><a href="http://www.mydellmini.com/forum/how-to-install-mac-os-x-dellefi-method-t3925.html-st=0&amp;sk=t&amp;sd=a">How-To: Install Mac OS X &#8211; DellEFI Method</a></p>
<p>are pretty good. I followed Section 2 Part A. One thing to note, when booting the system via the &#8220;small&#8221; USB drive you will have to press &#8220;esc&#8221; and select the larger USB drive to boot from. The syslinux/isolinux on the small USB drive will continue to boot in a loop until you break the cycle. Other than that everything worked like a charm right from the start (camera, audio, wifi, etc&#8230;).</p>
<p>I still need to install and tweet some additional settings and my 16 GB USB drive will always be close by (6 GB installation). Additional links and information are below &#8211; enjoy.</p>
<ul>
<li><a href="http://gizmodo.com/5156903/how-to-hackintosh-a-dell-mini-9-into-the-ultimate-os-x-netbook">How To: Hackintosh a Dell Mini 9 Into the Ultimate OS X Netbook</a></li>
<li><a href="http://mydellmini.com/forum/virtually-increase-your-dell-mini-screen-resolution-t2179.html-st=0&amp;sk=t&amp;sd=a">Virtually increase your Dell Mini Screen Resolution</a></li>
<li><a href="http://code.google.com/p/mydellmini/downloads/list">http://code.google.com/p/mydellmini/downloads/list</a></li>
<li><a href="http://www.eternalstorms.at/utilities/presentyourapps/index.html">http://www.eternalstorms.at/utilities/presentyourapps/index.html</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2009/05/04/howto-install-os-x-on-a-dell-mini-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

