<?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>itguyonline.com &#187; Mac</title>
	<atom:link href="http://www.itguyonline.com/blog/category/systems/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itguyonline.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 04 Aug 2010 02:07:25 +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>Mac Airport Utility</title>
		<link>http://www.itguyonline.com/blog/2009/11/23/mac-airport-utility/</link>
		<comments>http://www.itguyonline.com/blog/2009/11/23/mac-airport-utility/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 16:02:11 +0000</pubDate>
		<dc:creator>Kurt Wolf</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.itguyonline.com/blog/?p=67</guid>
		<description><![CDATA[I needed a quick way to check the type of connection I had running. After a quick Google, I found that the MacOS has the utility, it just needs to be tweaked a little. Open terminal and create a link to the utility. 1 sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/sbin/airport Now that the utility is available, [...]]]></description>
			<content:encoded><![CDATA[<p>I needed a quick way to check the type of connection I had running.  After a quick Google, I found that the MacOS has the utility, it just needs to be tweaked a little.</p>
<p>Open terminal and create a link to the utility.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>System<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>PrivateFrameworks<span style="color: #000000; font-weight: bold;">/</span>Apple80211.framework<span style="color: #000000; font-weight: bold;">/</span>Versions<span style="color: #000000; font-weight: bold;">/</span>Current<span style="color: #000000; font-weight: bold;">/</span>Resources<span style="color: #000000; font-weight: bold;">/</span>airport <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>airport</pre></td></tr></table></div>

<p>Now that the utility is available, run airport -I for all of your wireless information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itguyonline.com/blog/2009/11/23/mac-airport-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sonicwall NetExtender and Snow Leopard</title>
		<link>http://www.itguyonline.com/blog/2009/09/13/sonicwall-netextender-and-snow-leopard/</link>
		<comments>http://www.itguyonline.com/blog/2009/09/13/sonicwall-netextender-and-snow-leopard/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 01:47:43 +0000</pubDate>
		<dc:creator>Kurt Wolf</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://www.itguyonline.com/blog/?p=64</guid>
		<description><![CDATA[Seems like pppd is no longer setuid anymore. To correct this, fire up terminal and enter the following: 1 sudo chmod u+s /usr/sbin/pppd This will enable NetExtender to once again work its magic.]]></description>
			<content:encoded><![CDATA[<p>Seems like pppd is no longer setuid anymore.  To correct this, fire up terminal and enter the following:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> u+s <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>pppd</pre></td></tr></table></div>

<p>This will enable NetExtender to once again work its magic.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itguyonline.com/blog/2009/09/13/sonicwall-netextender-and-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Snow Leopard &#8211; 64bit</title>
		<link>http://www.itguyonline.com/blog/2009/09/13/snow-leopard-64bit/</link>
		<comments>http://www.itguyonline.com/blog/2009/09/13/snow-leopard-64bit/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 01:14:11 +0000</pubDate>
		<dc:creator>Kurt Wolf</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://www.itguyonline.com/blog/?p=56</guid>
		<description><![CDATA[Looks like Snow Leopard does not boot into a 64bit kernel by default. There are a couple of ways to get some 64bit goodness. Boot Keyboard Shortcut Hold down the &#8217;6&#8242; and &#8217;4&#8242; keys while you are booting. Conversly, you can boot into 32bit by holding down the &#8217;3&#8242; and the &#8217;2&#8242; keys. NVRAM setting [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like Snow Leopard does not boot into a 64bit kernel by default.  There are a couple of ways to get some 64bit goodness.</p>
<p><span id="more-56"></span></p>
<p><strong>Boot Keyboard Shortcut</strong></p>
<p>Hold down the &#8217;6&#8242; and &#8217;4&#8242; keys while you are booting.  Conversly, you can boot into 32bit by holding down the &#8217;3&#8242; and the &#8217;2&#8242; keys.</p>
<p><strong>NVRAM setting</strong></p>
<p>Set a nvram setting to boot into 64bit.</p>
<p><code>nvram boot-args="arch=x86_64"</code></p>
<p><strong>Apple Configuration File</strong></p>
<p>Set to Apple configuration file to boot into 64bit by editing /Library/Preferences/SystemConfiguration/com.apple.Boot.plist</p>
<pre>< ?xml version="1.0" encoding="UTF-8"?>
<  !DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
< plist version="1.0">
< dict>
	< key>Kernel< /key>
	< string>mach_kernel< /string>
	< key>Kernel Flags< /key>
	< string>arch=x86_64< /string>
< /dict>
< /plist></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.itguyonline.com/blog/2009/09/13/snow-leopard-64bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS 10.5.6</title>
		<link>http://www.itguyonline.com/blog/2008/12/15/mac-os-1056/</link>
		<comments>http://www.itguyonline.com/blog/2008/12/15/mac-os-1056/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 19:15:22 +0000</pubDate>
		<dc:creator>Kurt Wolf</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.itguyonline.com/blog/?p=47</guid>
		<description><![CDATA[An update is available now only through Apple Software Update. As of right now, download was not found on the apple.com website.]]></description>
			<content:encoded><![CDATA[<p>An update is available now only through Apple Software Update.  As of right now, download was not found on the apple.com website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itguyonline.com/blog/2008/12/15/mac-os-1056/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.5: Quick launch Front Row</title>
		<link>http://www.itguyonline.com/blog/2007/11/05/mac-os-x-105-quick-launch-front-row/</link>
		<comments>http://www.itguyonline.com/blog/2007/11/05/mac-os-x-105-quick-launch-front-row/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 00:43:17 +0000</pubDate>
		<dc:creator>Kurt Wolf</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://www.itguyonline.com/blog/2007/11/05/mac-os-x-105-quick-launch-front-row/</guid>
		<description><![CDATA[Pressing Apple-Esc will launch Front Row. Pretty slick!]]></description>
			<content:encoded><![CDATA[<p>Pressing Apple-Esc will launch Front Row.  Pretty slick!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itguyonline.com/blog/2007/11/05/mac-os-x-105-quick-launch-front-row/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.5: Hide the Time Machine drive</title>
		<link>http://www.itguyonline.com/blog/2007/11/05/mac-os-x-105-hide-the-time-machine-drive/</link>
		<comments>http://www.itguyonline.com/blog/2007/11/05/mac-os-x-105-hide-the-time-machine-drive/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 00:33:11 +0000</pubDate>
		<dc:creator>Kurt Wolf</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://www.itguyonline.com/blog/2007/11/05/mac-os-x-105-hide-the-time-machine-drive/</guid>
		<description><![CDATA[I have two drives on my Mac and I wanted to hide the Time Machine drive. I have no need to access this drive and I wanted a cleaner desktop. I found some information online that lead me to a good method to perform the task. Open the Finder preference window and uncheck the box [...]]]></description>
			<content:encoded><![CDATA[<p>I have two drives on my Mac and I wanted to hide the Time Machine drive.  I have no need to access this drive and I wanted a cleaner desktop.  I found some information online that lead me to a good method to perform the task.</p>
<p><span id="more-30"></span></p>
<p>Open the Finder preference window and uncheck the box &#8220;Hard disks&#8221; in the &#8220;Show these items on the Desktop:&#8221;</p>
<p><img src='http://www.itguyonline.com/blog/wp-content/uploads/2007/11/finderpreferences.png' alt='finderpreferences.png' /></p>
<p>This will hide all of the drives on your system.  To create a link to your Mac hard drive, we will create a symbolic link on your desktop to the mounted volume location.  This is much simpler than that sounded.  </p>
<p>Fire up the terminal and enter the following command&#8230;</p>
<p><code>ln -s /Volumes/Leopard ~/Desktop/Leopard</code></p>
<p>Of course, you should change &#8220;Leopard&#8221; to the name of your hard drive.  If you have spaces in your hard drive name, include the operands in single quotes.  For example&#8230;</p>
<p><code>ln -s '/Volumes/My Computer' '~/Desktop/My Computer'</code></p>
<p>This is a <em>per user</em> setting.</p>
<p>Many thanks to Zoomie on InsanelyMac for the idea!</p>
<p><a href="http://tinyurl.com/yqpzl2">http://tinyurl.com/yqpzl2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itguyonline.com/blog/2007/11/05/mac-os-x-105-hide-the-time-machine-drive/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.5: Unable to eject (unmount) a disk image</title>
		<link>http://www.itguyonline.com/blog/2007/11/05/mac-os-x-105-unable-to-eject-unmount-a-disk-image/</link>
		<comments>http://www.itguyonline.com/blog/2007/11/05/mac-os-x-105-unable-to-eject-unmount-a-disk-image/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 00:23:12 +0000</pubDate>
		<dc:creator>Kurt Wolf</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://www.itguyonline.com/blog/2007/11/05/mac-os-x-105-unable-to-eject-unmount-a-disk-image/</guid>
		<description><![CDATA[I have come acros a rather annoying bug in 10.5. It seems that when a disk image (DMG) is mounted, the finder is unable to eject (dismount) the image. I have tried both Apple+E as well as dragging the disk to the trash. Both methods were unsuccessful. The disks can be ejected using the Disk [...]]]></description>
			<content:encoded><![CDATA[<p>I have come acros a rather annoying bug in 10.5.  It seems that when a disk image (DMG) is mounted, the finder is unable to eject (dismount) the image.  I have tried both Apple+E as well as dragging the disk to the trash.  Both methods were unsuccessful.  The disks can be ejected using the Disk Utility application.  See the following URL&#8217;s for an ongoing discussion.</p>
<p><a href="http://discussions.apple.com/thread.jspa?threadID=1198385&#038;stqc=true">http://discussions.apple.com/thread.jspa?threadID=1198385&#038;stqc=true</a></p>
<p><a href="http://discussions.apple.com/thread.jspa?messageID=5677911">http://discussions.apple.com/thread.jspa?messageID=5677911</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itguyonline.com/blog/2007/11/05/mac-os-x-105-unable-to-eject-unmount-a-disk-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.5 (Leopard) Help Menu</title>
		<link>http://www.itguyonline.com/blog/2007/10/30/mac-os-x-105-leopard-help-menu/</link>
		<comments>http://www.itguyonline.com/blog/2007/10/30/mac-os-x-105-leopard-help-menu/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 18:23:39 +0000</pubDate>
		<dc:creator>Kurt Wolf</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://www.itguyonline.com/blog/2007/10/30/mac-os-x-105-leopard-help-menu/</guid>
		<description><![CDATA[I noticed an interesting little feature in the help menu. A search is now integrated directly into the menu. I&#8217;m sure this will be nice for those people who RTFM. This seems to be present in every application.]]></description>
			<content:encoded><![CDATA[<p>I noticed an interesting little feature in the help menu.  A search is now integrated directly into the menu.  I&#8217;m sure this will be nice for those people who RTFM.  <img src='http://www.itguyonline.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   This seems to be present in every application.</p>
<p><span id="more-28"></span></p>
<p><img src='http://www.itguyonline.com/blog/wp-content/uploads/2007/10/helpmenu.png' alt='helpmenu.png' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itguyonline.com/blog/2007/10/30/mac-os-x-105-leopard-help-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP version for Mac OS X 10.5</title>
		<link>http://www.itguyonline.com/blog/2007/10/29/php-version-for-mac-os-x-105/</link>
		<comments>http://www.itguyonline.com/blog/2007/10/29/php-version-for-mac-os-x-105/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 00:41:32 +0000</pubDate>
		<dc:creator>Kurt Wolf</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://www.itguyonline.com/blog/2007/10/29/php-version-for-mac-os-x-105/</guid>
		<description><![CDATA[I have been spending the evening looking at my fresh install of Leopard (Mac OS X 10.5). It looks like PHP version 5.2.4 is installed by default. As of today, this is the latest version available. So far, the built in web server is not processing .php pages. I&#8217;ll look into that next. UPDATE: Upgrading [...]]]></description>
			<content:encoded><![CDATA[<p>I have been spending the evening looking at my fresh install of Leopard (Mac OS X 10.5).  It looks like PHP version 5.2.4 is installed by default.  As of today, this is the latest version available.  So far, the built in web server is not processing .php pages.  I&#8217;ll look into that next.</p>
<p><img src='http://www.itguyonline.com/blog/wp-content/uploads/2007/10/php_version.png' alt='php_version.png'/></p>
<p>UPDATE:  Upgrading to 10.5.1 has resolved the issues displaying PHP pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itguyonline.com/blog/2007/10/29/php-version-for-mac-os-x-105/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cingular/AT&amp;T GPRS Bluetooth Internet Access</title>
		<link>http://www.itguyonline.com/blog/2007/07/19/cingularatt-gprs-bluetooth-internet-access/</link>
		<comments>http://www.itguyonline.com/blog/2007/07/19/cingularatt-gprs-bluetooth-internet-access/#comments</comments>
		<pubDate>Thu, 19 Jul 2007 14:35:13 +0000</pubDate>
		<dc:creator>Kurt Wolf</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://www.itguyonline.com/blog/2007/07/19/cingularatt-gprs-bluetooth-internet-access/</guid>
		<description><![CDATA[I have given up on the Aircard when I switched to using a Mac at work. So, for remote Internet access, I configured my Mac to use my Treo 750. The entire setup is utilizing bluetooth. It took bit of Googling to find the right information. Here is the outline&#8230; Download the modem script file [...]]]></description>
			<content:encoded><![CDATA[<p>I have given up on the Aircard when I switched to using a Mac at work.  So, for remote Internet access, I configured my Mac to use my Treo 750.  The entire setup is utilizing bluetooth.  It took  bit of Googling to find the right information.</p>
<p><span id="more-17"></span></p>
<p>Here is the outline&#8230;</p>
<ol>
<li>Download the modem script file</li>
<li>Copy the modem script file to &#8220;Macintosh HD > Library > Modem Scripts&#8221;</li>
<li>Pair your Mac with your Treo 750</li>
<li>When setting up the internet connection, choose the modem script you downloaded and installed</li>
<li>Disable &#8220;Wait for dial tone before dialing&#8221; in the Bluetooth Modem options (System Preferences)</li>
<li>oh, you are done!</li>
</ol>
<p>There is no need for user names or passwords or even a phone number.  The modem script takes care of everything for you.</p>
<p><a href="http://www.itguyonline.com/blog/wp-content/uploads/2007/07/treo-3g.zip">Download Modem Script</a></p>
<p>UPDATE</p>
<p>I got a comment pretty quickly about the script not working.  There is one thing that I did have to change.  Disable having the modem waiting for dial tone.  I also including ome screen shots to see if these help as well.</p>
<ul>
<li><a href='http://www.itguyonline.com/blog/2007/07/19/cingularatt-gprs-bluetooth-internet-access/ppp-config/' rel='attachment wp-att-22' title='PPP Config'>PPP Config</a></li>
<li><a href='http://www.itguyonline.com/blog/2007/07/19/cingularatt-gprs-bluetooth-internet-access/bluetooth-modem-config/' rel='attachment wp-att-19' title='Bluetooth Modem Config'>Bluetooth Modem Config</a></li>
<li><a href='http://www.itguyonline.com/blog/2007/07/19/cingularatt-gprs-bluetooth-internet-access/connection-dialog-with-menu/' rel='attachment wp-att-21' title='Connection Dialog with Menu'>Connection Dialog with Menu</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.itguyonline.com/blog/2007/07/19/cingularatt-gprs-bluetooth-internet-access/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
