<?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>Solutions Log &#187; Apple OSX</title>
	<atom:link href="http://solutions.unixsherpa.com/tag/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutions.unixsherpa.com</link>
	<description>by Dan Reiland</description>
	<lastBuildDate>Fri, 16 Apr 2010 20:28:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Clear Spotlight Index</title>
		<link>http://solutions.unixsherpa.com/2009/09/30/clear-spotlight-index/</link>
		<comments>http://solutions.unixsherpa.com/2009/09/30/clear-spotlight-index/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 18:34:07 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Apple OSX]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://solutions.unixsherpa.com/?p=194</guid>
		<description><![CDATA[From a terminal window: sudo mdutil -avE That is, sudo (because you have to have admin rights to run this), mdutil (the program that does the work for you) -a for “work on all volumes”, -v for “be verbose in telling me what you’re doing”, and -E for “erase the data store and rebuild it”.]]></description>
			<content:encoded><![CDATA[<p>From a terminal window:</p>
<div class="codecolorer-container bash twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">sudo</span> mdutil <span style="color: #660033;">-avE</span></div></div>
<p>That is, sudo (because you have to have admin rights to run this), mdutil (the program that does the work for you) -a for “work on all volumes”, -v for “be verbose in telling me what you’re doing”, and -E for “erase the data store and rebuild it”.</p>
]]></content:encoded>
			<wfw:commentRss>http://solutions.unixsherpa.com/2009/09/30/clear-spotlight-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flush DNS cache in OS X</title>
		<link>http://solutions.unixsherpa.com/2009/02/02/flush-dns-cache-in-os-x/</link>
		<comments>http://solutions.unixsherpa.com/2009/02/02/flush-dns-cache-in-os-x/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 00:15:25 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Apple OSX]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://solutions.unixsherpa.com/2009/02/02/flush-dns-cache-in-os-x/</guid>
		<description><![CDATA[OS X > = 10.5 dscacheutil -flushcache OS X]]></description>
			<content:encoded><![CDATA[<p>OS X > = 10.5<br />
dscacheutil -flushcache</p>
<p>OS X <= 10.4<br />
sudo lookupd -flushcache</p>
]]></content:encoded>
			<wfw:commentRss>http://solutions.unixsherpa.com/2009/02/02/flush-dns-cache-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
