<?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>Mr. Kitty sez... &#187; Techie Talk</title>
	<atom:link href="http://jamesce.com/topics/techietalk/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesce.com</link>
	<description>Apple Product Support Specialist</description>
	<lastBuildDate>Wed, 24 Aug 2011 17:08:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mac OS 10.7: Hidden Wifi Diagnostics Utility</title>
		<link>http://jamesce.com/2011/08/mac-os-10-7-hidden-wifi-diagnostics-utility/</link>
		<comments>http://jamesce.com/2011/08/mac-os-10-7-hidden-wifi-diagnostics-utility/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 17:08:01 +0000</pubDate>
		<dc:creator>Mr_Kitty</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Techie Talk]]></category>

		<guid isPermaLink="false">http://jamesce.com/2011/08/mac-os-10-7-hidden-wifi-diagnostics-utility/</guid>
		<description><![CDATA[As referenced in Mac OS X Hints, Lion comes with a built-in wireless diagnostics application that will show you clear Signal &#038; Noise level graphs as well as allowing you to capture raw packet data. Pretty cool (and somehow, not included in Lion&#8217;s feature list)! /System/Library/Core Services/Wi-Fi Diagnostics.app]]></description>
			<content:encoded><![CDATA[<p>As referenced in <a href="http://feeds.macosxhints.com/click.phdo?i=64d6b57fdd190802b62b6f89acce79db">Mac OS X Hints</a>, Lion comes with a built-in wireless diagnostics application that will show you clear Signal &#038; Noise level graphs as well as allowing you to capture raw packet data. Pretty cool (and somehow, not included in Lion&#8217;s feature list)!</p>
<p>/System/Library/Core Services/Wi-Fi Diagnostics.app</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesce.com/2011/08/mac-os-10-7-hidden-wifi-diagnostics-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get the Out-Of-Box experience on OS X 10.5.x Leopard</title>
		<link>http://jamesce.com/2008/11/advanced-how-to-get-the-out-of-box-experience/</link>
		<comments>http://jamesce.com/2008/11/advanced-how-to-get-the-out-of-box-experience/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 04:51:19 +0000</pubDate>
		<dc:creator>Mr_Kitty</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Techie Talk]]></category>

		<guid isPermaLink="false">http://jamesce.com/2008/11/11/</guid>
		<description><![CDATA[This is in response to TAUW article: Get the &#8220;out of the box&#8221; experience with an older Mac. The above article is good, but the steps are limited to regenerating the Setup Assistant. The steps in the comments for deleting the user account are for Tiger (10.4.x) and do not work on Leopard (10.5.x), since [...]]]></description>
			<content:encoded><![CDATA[<h6>This is in response to TAUW article: <a href="http://www.tuaw.com/2005/10/04/get-the-out-of-the-box-experience-with-an-older-mac/" target="_blank"> Get the &#8220;out of the box&#8221; experience with an older Mac</a>.</h6>
<p>The above article is good, but the steps are limited to regenerating the Setup Assistant. The steps in the comments for deleting the user account are for Tiger (10.4.x) and do not work on Leopard (10.5.x), since Apple deprecated the NetInfo db.</p>
<p>Most people will never have to do this, but if you are selling/giving away your old machine (or like me, frequently set up new machines for new users), these are handy steps to create a nice, fresh out of the box new user experience, while still having updated and installed all the third party software requested.</p>
<p><em>Note:</em> These steps assume that you have already installed the operating system and third party software, and run any software updates. These steps will not only reset the Setup Assistant, but will also delete the user accounts for any users you specify. This will, obviously, erase any data in those user accounts. <em>Do not proceed unless you understand and want this.</em></p>
<h5>First, restart in Single User mode and enable changes to the system.</h5>
<p>1. Restart the computer holding down the Command and S keys during startup.<br />
2. At the prompt type the following, then press enter/return:</p>
<pre>mount -uw /</pre>
<h5>Next, reset the Setup Assistant.</h5>
<p>3. Type the following, then press enter:</p>
<pre>rm /private/var/db/.AppleSetupDone</pre>
<h5>Now, remove the user accounts from Directory Services.</h5>
<p>4. Type the following, then press enter:</p>
<pre>launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist</pre>
<p>5. Type the following, then press enter:</p>
<pre>ls /Users</pre>
<p>6. Note the short name (username) of the user account(s). In these following steps we will be deleting all the users, one at a time, from Directory Services.<br />
7. Type the following, then press enter (substitute the short name above for the username below):</p>
<pre>dscl . -delete /Users/&lt;username&gt;</pre>
<p>8. Repeat the above step for each user account.</p>
<h5>Finally, delete the home folders for each user account</h5>
<p>9. Type the following, then press enter:</p>
<pre>rm -rf /Users/&lt;username&gt;</pre>
<p>10. Repeat the above step for each user account.<br />
11. Type the following, then press enter:</p>
<pre>shutdown -h now</pre>
]]></content:encoded>
			<wfw:commentRss>http://jamesce.com/2008/11/advanced-how-to-get-the-out-of-box-experience/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

