<?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>the jackol's den &#187; OS X</title>
	<atom:link href="http://www.thejackol.com/category/tips/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thejackol.com</link>
	<description>01100010 01101100 01100101 01101000</description>
	<lastBuildDate>Tue, 31 Aug 2010 11:20: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>Exclude Spotlight from indexing External Drives and folders</title>
		<link>http://www.thejackol.com/2009/03/19/exclude-spotlight-osx-external-drives-folders/</link>
		<comments>http://www.thejackol.com/2009/03/19/exclude-spotlight-osx-external-drives-folders/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 12:17:07 +0000</pubDate>
		<dc:creator>Mikhail Esteves</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[10.5.6]]></category>
		<category><![CDATA[indexing]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://www.thejackol.com/?p=573</guid>
		<description><![CDATA[Getting Spotlight to skip indexing particular folders in a fixed drive is as simple as dragging the folders into Spotlight&#8217;s Privacy Settings tab. However, in order to get Spotlight to stop indexing external drives (USB drives, external hard disks, etc), the Privacy Settings tab only disables it temporarily &#8211; when you remount the volume, indexing [...]]]></description>
			<content:encoded><![CDATA[	<p>Getting Spotlight to skip indexing particular folders in a fixed drive is as simple as dragging the folders into Spotlight&#8217;s Privacy Settings tab. However, in order to get Spotlight to stop indexing external drives (<span class="caps">USB</span> drives, external hard disks, etc), the Privacy Settings tab only disables it temporarily &#8211; when you remount the volume, indexing begins again.</p>

	<p>To avoid Spotlight from indexing an entire volume, create an empty file named <code>.metadata_never_index</code> in the root folder of the volume. If your volume is called <code>MYDATA</code>, for example, open up Terminal and type:</p>

<pre><code>$ touch /Volumes/MYDATA/.metadata_never_index
</code></pre>

	<p>Spotlight should now skip indexing this volume &#8211; as long as this file exists.</p>]]></content:encoded>
			<wfw:commentRss>http://www.thejackol.com/2009/03/19/exclude-spotlight-osx-external-drives-folders/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HOWTO &#8211; Read/Write to NTFS drives in OS X</title>
		<link>http://www.thejackol.com/2007/06/22/howto-readwrite-to-ntfs-drives-in-os-x/</link>
		<comments>http://www.thejackol.com/2007/06/22/howto-readwrite-to-ntfs-drives-in-os-x/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 20:41:49 +0000</pubDate>
		<dc:creator>Mikhail Esteves</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.thejackol.com/2007/06/22/howto-readwrite-to-ntfs-drives-in-os-x/</guid>
		<description><![CDATA[If you want to share an external drive between a Mac and a Windows machine, you typically format the drive with a FAT32 partition. One problem you&#8217;ll run into, however, is that you can run into a file size limit if you&#8217;re dealing with really large files. NTFS gets around this limitation, but unfortunately the [...]]]></description>
			<content:encoded><![CDATA[	<blockquote>
		<p>If you want to share an external drive between a Mac and a Windows machine, you typically format the drive with a FAT32 partition. One problem you&#8217;ll run into, however, is that you can run into a file size limit if you&#8217;re dealing with really large files. <span class="caps">NTFS</span> gets around this limitation, but unfortunately the OS X <span class="caps">NTFS</span> driver only supports reading from <span class="caps">NTFS</span> partitions.</p>
		<p>Thankfully, there&#8217;s a <span class="caps">NTFS</span> Fuse driver which you can use with the MacFUSE userspace filesystem driver. It supports full read/write capability, so you can use an external disk to swap large files between your Windows and Mac machines.</p>
	</blockquote>

	<p><a href="http://www.hackszine.com/blog/archive/2007/06/howto_readwrite_to_ntfs_drives.html?CMP=OTC-7G2N43923558">Link</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thejackol.com/2007/06/22/howto-readwrite-to-ntfs-drives-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easily Open .docx on a Mac</title>
		<link>http://www.thejackol.com/2006/12/06/easily-open-docx-on-a-mac/</link>
		<comments>http://www.thejackol.com/2006/12/06/easily-open-docx-on-a-mac/#comments</comments>
		<pubDate>Wed, 06 Dec 2006 13:20:28 +0000</pubDate>
		<dc:creator>Mikhail Esteves</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.thejackol.com/2006/12/06/easily-open-docx-on-a-mac/</guid>
		<description><![CDATA[Microsoft recently unleashed their latest Office version, 2007. It introduces some new goodies, like an improved UI, some cool tab action, live previews, and- ah, yes- the new &#8220;Microsoft Office Open XML Formats&#8221;. Open XML format, aye? What does this mean to us Mac users? It means we have entered a new era of Office: [...]]]></description>
			<content:encoded><![CDATA[	<blockquote>
		<p>Microsoft recently unleashed their latest Office version, 2007. It introduces some new goodies, like an improved UI, some cool tab action, live previews, and- ah, yes- the new &#8220;Microsoft Office Open <span class="caps">XML</span> Formats&#8221;. Open <span class="caps">XML</span> format, aye? What does this mean to us Mac users? It means we have entered a new era of Office: the era of .docx.</p>
		<p>.docx is the new default extension for Microsoft Word. The simple way to avoid any complications would be to simply make sure everybody is saving it in an older format until we&#8217;ve all upgraded. Actually, I&#8217;m just dreaming. Most people will give you a blank stare the moment you start discussing their extension preferences. So, if we can&#8217;t prevent the dreaded .docx from popping up in our everyday life, how can we deal with them?</p>
	</blockquote>

	<p><a href="http://www.eightysevenfour.com/?p=14">Link</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thejackol.com/2006/12/06/easily-open-docx-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GNU MAC OS X Public Archive</title>
		<link>http://www.thejackol.com/2006/05/18/gnu-mac-os-x-public-archive/</link>
		<comments>http://www.thejackol.com/2006/05/18/gnu-mac-os-x-public-archive/#comments</comments>
		<pubDate>Thu, 18 May 2006 11:36:16 +0000</pubDate>
		<dc:creator>Mikhail Esteves</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Random Websites]]></category>

		<guid isPermaLink="false">http://www.thejackol.com/2006/05/18/gnu-mac-os-x-public-archive/</guid>
		<description><![CDATA[Most Mac OS X users prefer to use GUI tools to make Installations of software. By providing GNU software ported or built for the Apple Installer we are providing a needed service for the OS X community. Our Goal is to produce Tools for the OS X Package Installer/Maker and to port all Free/Open source [...]]]></description>
			<content:encoded><![CDATA[	<blockquote>
		<p>Most Mac OS X users prefer to use <span class="caps">GUI</span> tools to make Installations of software. By providing <span class="caps">GNU</span> software ported or built for the Apple Installer we are providing a needed service for the OS X community. Our Goal is to produce Tools for the OS X Package Installer/Maker and to port all Free/Open source software to the OS X Installer system as is possible.</p>
	</blockquote>

	<p><a href="http://www.osxgnu.org/">Link</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thejackol.com/2006/05/18/gnu-mac-os-x-public-archive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free eBook: Become An Xcoder</title>
		<link>http://www.thejackol.com/2006/03/22/free-ebook-become-an-xcoder/</link>
		<comments>http://www.thejackol.com/2006/03/22/free-ebook-become-an-xcoder/#comments</comments>
		<pubDate>Wed, 22 Mar 2006 10:17:52 +0000</pubDate>
		<dc:creator>Mikhail Esteves</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.thejackol.com/2006/03/22/free-ebook-become-an-xcoder/</guid>
		<description><![CDATA[Become an Xcoder! Bert Altenburg, author of &#8220;AppleScript for Absolute Starters&#8221;, in co-operation with Alex Clarke and Philippe Mougin, has released a new book for newcomers to Cocoa programming using Objective-C and XCode. This tutorial is for non-programmers, and is aimed at levelling the learning curve as much as possible. In the best tradition, the [...]]]></description>
			<content:encoded><![CDATA[	<p>Become an Xcoder!</p>

	<blockquote>
		<p>Bert Altenburg, author of &#8220;AppleScript for Absolute Starters&#8221;, in co-operation with Alex Clarke and Philippe Mougin, has released a new book for newcomers to Cocoa programming using Objective-C and XCode.</p>
		<p>This tutorial is for non-programmers, and is aimed at levelling the learning curve as much as possible. In the best tradition, the tutorial is being released as a free booklet in pdf format.</p>
	</blockquote>

	<p><a href="http://www.macmegasite.com/drupal/node/2861">Get it here</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thejackol.com/2006/03/22/free-ebook-become-an-xcoder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>shadowBurn</title>
		<link>http://www.thejackol.com/2006/03/15/shadowburn/</link>
		<comments>http://www.thejackol.com/2006/03/15/shadowburn/#comments</comments>
		<pubDate>Wed, 15 Mar 2006 11:02:35 +0000</pubDate>
		<dc:creator>Mikhail Esteves</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.thejackol.com/2006/03/15/shadowburn/</guid>
		<description><![CDATA[shadowBurn is CD/DVD authoring application with full Finder integration: Have you ever felt that although Mac OS X&#8217;s built-in disc authoring is nice, it is at times rather limiting? Have you ever wondered what to do when a client requested a custom hybrid CD that required all the Mac-specific files to be hidden on the [...]]]></description>
			<content:encoded><![CDATA[	<p><img src="http://www.stupidfish23.com/vanila/products/shadowburn/app128.jpg" align="right" />shadowBurn is CD/<span class="caps">DVD</span> authoring application with full Finder integration:</p>

	<blockquote>
		<p>Have you ever felt that although Mac OS X&#8217;s built-in disc authoring is nice, it is at times rather limiting? Have you ever wondered what to do when a client requested a custom hybrid CD that required all the Mac-specific files to be hidden on the disc when viewed on a Windows PC? Enter shadowBurn, the painless CD/<span class="caps">DVD</span> authoring solution that is as straightforward as anything on Mac OS X.</p>
		<p>shadowBurn is a CD/<span class="caps">DVD</span> authoring solution for Mac OS X 10.4 and later that uses Apple&#8217;s powerful DiscBurning APIs to ensure all disc authoring functionality provided by your system are handled perfectly and adds such much sought-after features like custom hybrid disc creation and disc overburning support for projects that just might fit on a disc, even though the official disc size does not allow the project to fit on it.</p>
	</blockquote>

	<p><a href="http://www.stupidfish23.com/shadowburn/">Get it here</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thejackol.com/2006/03/15/shadowburn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create ISO&#8217;s in OS X</title>
		<link>http://www.thejackol.com/2006/03/11/create-isos-in-os-x/</link>
		<comments>http://www.thejackol.com/2006/03/11/create-isos-in-os-x/#comments</comments>
		<pubDate>Sat, 11 Mar 2006 14:43:32 +0000</pubDate>
		<dc:creator>Mikhail Esteves</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.thejackol.com/2006/03/11/create-isos-in-os-x/</guid>
		<description><![CDATA[To create an ISO image in OS X, use Disk Utility to burn a new image choosing &#8220;CD/DVD Master&#8221; as the Image Format. That creates an image with the cdr extension. Just rename the cdr file extension to iso and there you have it! If you already have a DMG and want to convert it [...]]]></description>
			<content:encoded><![CDATA[	<p>To create an <span class="caps">ISO</span> image in OS X, use <code>Disk Utility</code> to burn a new image choosing &#8220;CD/<span class="caps">DVD</span> Master&#8221; as the Image Format. That creates an image with the <code>cdr</code> extension. Just rename the <code>cdr</code> file extension to <code>iso</code> and there you have it!</p>

	<p>If you already have a <span class="caps">DMG</span> and want to convert it to an <span class="caps">ISO</span>, you can use <code>hdiutil</code> to do so:</p>

<pre><code>hdiutil convert discimage.dmg -format UDTO -o output.iso
</code></pre>]]></content:encoded>
			<wfw:commentRss>http://www.thejackol.com/2006/03/11/create-isos-in-os-x/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>OS X Hacker Challenge is over</title>
		<link>http://www.thejackol.com/2006/03/08/os-x-hacker-challenge-is-over/</link>
		<comments>http://www.thejackol.com/2006/03/08/os-x-hacker-challenge-is-over/#comments</comments>
		<pubDate>Wed, 08 Mar 2006 13:24:03 +0000</pubDate>
		<dc:creator>Mikhail Esteves</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.thejackol.com/2006/03/08/os-x-hacker-challenge-is-over/</guid>
		<description><![CDATA[In response to this ZDNet article claiming that OS X was &#8216;hacked under 30 minutes&#8217;, Dave Schroeder set up another challenge. 38 hours up. Challenge over. No winner! The problem with the first challenge was they gave out local user accounts to participants (duh!). The response has been very strong, and the test has illustrated [...]]]></description>
			<content:encoded><![CDATA[	<p>In response to <a href="http://news.zdnet.com/2100-1009-6046197.html">this ZDNet article</a> claiming that OS X was &#8216;hacked under 30 minutes&#8217;, Dave Schroeder set up another challenge. 38 hours up. Challenge over. No winner! The problem with the first challenge was they gave out local user accounts to participants (duh!).</p>

	<blockquote>
		<p>	<ul>
		<li>The response has been very strong, and the test has illustrated its point.</li>
		<li>Traffic to the host spiked at over 30 Mbps.</li>
		<li>Most of the traffic, aside from casual web visitors, was web exploit scripts, ssh dictionary attacks, and scanning tools such as Nessus.</li>
		<li>The machine was under intermittent DoS attack. During the two brief periods of denial of service, the host remained up.</li>
		<li>The test machine was a Mac mini (PowerPC) running Mac OS X 10.4.5 with Security Update 2006-001, had two local accounts, and had ssh and http open with their default configurations.</li>
	</ul>
	<ul>
		<li>There were no successful access attempts during the 38 hour duration of the test period.</li>
	</ul></p>
		<p>Some snippets from today (7 March 2006):
	<ul>
		<li>The site received almost a half a million requests via the web.</li>
		<li>There were over 4000 login attempts via ssh.</li>
		<li>The ipfw log grew at 40MB/hour and contains 6 million events logged.</li>
	</ul>
	<ul>
		<li>More test results and information will be published here at a future date.</li>
	</ul></p>
	</blockquote>]]></content:encoded>
			<wfw:commentRss>http://www.thejackol.com/2006/03/08/os-x-hacker-challenge-is-over/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
