<?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>What I Think &#187; Mac OS X</title>
	<atom:link href="http://www.paulmc.org/whatithink/category/technology/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulmc.org/whatithink</link>
	<description>Yes. I&#039;m back.</description>
	<lastBuildDate>Sat, 24 Jul 2010 20:23:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GeekTool</title>
		<link>http://www.paulmc.org/whatithink/2009/12/05/geektool/</link>
		<comments>http://www.paulmc.org/whatithink/2009/12/05/geektool/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 12:22:37 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[geektool]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.paulmc.org/whatithink/?p=1170</guid>
		<description><![CDATA[
I&#8217;ve been playing around with GeekTool for a couple of days and I&#8217;ve finally gotten everything I want on my desktop.


Here&#8217;s what my desktop looks like at the moment:



For reference, here&#8217;s my list of GeekTool Scripts:


Computer Name: hostname -s
Login Name: whoami
Day: date &#8220;+%A&#8221;
Month: date &#8220;+%b&#8221;
Day (numerical): date &#8220;+%e&#8221;
Time: date +&#8221;%I:%M&#8221;
AM/PM: date +&#8221;%p&#8221;
Mac OS X Version: [...]]]></description>
			<content:encoded><![CDATA[<p>
I&#8217;ve been playing around with GeekTool for a couple of days and I&#8217;ve finally gotten everything I want on my desktop.
</p>
<p>
Here&#8217;s what my desktop looks like at the moment:
</p>

<div id="attachment_1171" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.paulmc.org/whatithink/wp-content/uploads/2009/12/cap.png"><img src="http://www.paulmc.org/whatithink/wp-content/uploads/2009/12/cap-500x312.png" alt="My GeekTool Desktop" title="GeekTool Desktop" width="500" height="312" class="size-medium wp-image-1171" /></a><p class="wp-caption-text">My GeekTool Desktop</p></div>

<p>
For reference, here&#8217;s my list of GeekTool Scripts:
</p>
<ul>
<li>Computer Name: hostname -s</li>
<li>Login Name: whoami</li>
<li>Day: date &#8220;+%A&#8221;</li>
<li>Month: date &#8220;+%b&#8221;</li>
<li>Day (numerical): date &#8220;+%e&#8221;</li>
<li>Time: date +&#8221;%I:%M&#8221;</li>
<li>AM/PM: date +&#8221;%p&#8221;</li>
<li>Mac OS X Version: sw_vers | awk -F&#8217;:\t&#8217; &#8216;{print $2}&#8217; | paste -d &#8216; &#8216; &#8211; - &#8211; ;</li>
<li>Disk Usage: df -H | grep disk0s2 | awk &#8216;{print &#8220;Disk:&#8221;, $3, &#8220;/&#8221;, $2, &#8220;-&#8221;, $4, &#8220;available&#8221;}&#8217;</li>
<li>Uptime: uptime | awk &#8216;{print &#8220;Up: &#8221; $3 &#8221; days&#8221;}&#8217;</li>
<li>Airport Network Name: airport -I | grep -e &#8220;\bSSID:&#8221; | awk &#8216;{print $2}&#8217;</li>
<li>Airport Channel: airport -I | grep -e &#8220;channel:&#8221; | awk &#8216;{print &#8220;Channel: &#8221; $2}&#8217;</li>
<li>Airport Max Rate: airport -I | grep -e &#8220;maxRate:&#8221; | awk &#8216;{print &#8220;Max Rate: &#8221; $2}&#8217;</li>
<li>Airport Link Authorisation: airport -I | grep -e &#8220;link auth:&#8221; | awk &#8216;{print &#8220;Auth: &#8221; $3}&#8217;</li>
<li>External IP: echo `curl -s http://checkip.dyndns.org/ | sed &#8217;s/[a-zA-Z<>/ :]//g&#8217;`</li>
<li>Running Processes: ps -c -U pmac -o command,%cpu,%mem -r</li>
<li>Airport IP: ipconfig getifaddr en1</li>
<li>Calendar: cal</li>
<li>Network Location: scselect 2>&#038;1 | grep &#8216;^ \*&#8217; | sed -e &#8217;s:^[^(]*(\([^)]*\))$:\1:g&#8217;</li>
</ul>
<p>
Most of these commands were culled from various websites, while I came up with the rest myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulmc.org/whatithink/2009/12/05/geektool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;custom_domain is null&#8221; error message in Firefox</title>
		<link>http://www.paulmc.org/whatithink/2009/07/09/custom_domain-is-null-error-message-in-firefox/</link>
		<comments>http://www.paulmc.org/whatithink/2009/07/09/custom_domain-is-null-error-message-in-firefox/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 22:16:05 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.paulmc.org/whatithink/?p=1152</guid>
		<description><![CDATA[
Problem: When opening a &#8220;localhost&#8221; address using Firefox, a JavaScript error message is displayed with the error message &#8220;current_domain is null&#8221;.


Description: Using Firefox version 3.0.11. Error message only appears when connecting to a site hosted on the local machine. Disabling all add-ons resolves the problem. Re-enabled add-ons one by one. Re-enabling LongURL Expander causes the [...]]]></description>
			<content:encoded><![CDATA[<p>
<strong>Problem:</strong> When opening a &#8220;localhost&#8221; address using Firefox, a JavaScript error message is displayed with the error message &#8220;current_domain is null&#8221;.
</p>
<p>
<strong>Description:</strong> Using Firefox version 3.0.11. Error message only appears when connecting to a site hosted on the local machine. Disabling all add-ons resolves the problem. Re-enabled add-ons one by one. Re-enabling <a href="https://addons.mozilla.org/en-US/firefox/addon/8636">LongURL Expander</a> causes the problem to re-appear. Error message is known issue with version 2.0.0 of the add-on.
</p>
<p>
<strong>Solution:</strong> As per the comments on the the add-on page, edit the <em>longurlmobileexpander.js</em> file to make the requirement for the second part of the domain name optional.
</p>
<ul>
<li>On Mac OS X, open home folder and browse to <em>Library/Application Support/Firefox/Profiles/[profile].default/extension/{a7101e54-830c-4d33-a3ed-bedc17ec44da}/content</em></li>
<li>Open <em>longurlmobileexpander.js</em> in TextEdit.</li>
<li>Edit line 78 to read:</li>
</ul>
<p>
<code><br />
var current_domain = document.location.href.match(/^https?:\/\/(?:www\.)?([^\.]+(\.[^\/]+)?)/i);<br />
</code>
</p>
<ul>
<li>Save changes.</li>
</ul>
<p>
Thanks to <a href="http://www.jansen-systems.de/">Mathias Jansen</a> for the solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulmc.org/whatithink/2009/07/09/custom_domain-is-null-error-message-in-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disabling Ethernet Prevents Mac OS X From Waking</title>
		<link>http://www.paulmc.org/whatithink/2009/07/07/disabling-ethernet-prevents-mac-os-x-from-waking/</link>
		<comments>http://www.paulmc.org/whatithink/2009/07/07/disabling-ethernet-prevents-mac-os-x-from-waking/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 19:57:30 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[fan]]></category>
		<category><![CDATA[mac sleep]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://www.paulmc.org/whatithink/?p=1143</guid>
		<description><![CDATA[
Problem: When MacBook lid is closed, fan continues to spin and MacBook becomes very hot.


Description: When in use the MacBook fan behaves as expected. On closing the lid to put the MacBook sleep, the fan continues to spin and the base of the machine becomes very hot.


Opening the lid displays a black screen. No mouse [...]]]></description>
			<content:encoded><![CDATA[<p>
<strong>Problem:</strong> When MacBook lid is closed, fan continues to spin and MacBook becomes very hot.
</p>
<p>
<strong>Description:</strong> When in use the MacBook fan behaves as expected. On closing the lid to put the MacBook sleep, the fan continues to spin and the base of the machine becomes very hot.
</p>
<p>
Opening the lid displays a black screen. No mouse or login screen displayed. Fan continues to spin at what seems to be maximum RPM. Closing the lid again does not stop the fan from spinning.
</p>
<p>
Only available option is to hold the power button to shut down the system.
</p>
<p>
On pressing the power button to restart the system, the MacBook starts, displays grey start up screen for a second or two and then restarts automatically. MacBook then starts normally.
</p>
<p>
Once the user logins, the system works as normal again. Putting the system to sleep, causes the problem to reoccur.
</p>
<p>
<strong>Solution:</strong> The user deactivated the Ethernet interface within System Preferences -> Network. Reactivating the Ethernet interface and restarting the machine resolved the problem.
</p>
<p>
(Who&#8217;d have thought that disabling the Ethernet interface would prevent the system from sleeping? Certainly not me when I decided to do so.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulmc.org/whatithink/2009/07/07/disabling-ethernet-prevents-mac-os-x-from-waking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s Coming&#8230;</title>
		<link>http://www.paulmc.org/whatithink/2009/02/13/its-coming/</link>
		<comments>http://www.paulmc.org/whatithink/2009/02/13/its-coming/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 22:34:58 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[1/06/1970]]></category>

		<guid isPermaLink="false">http://www.paulmc.org/whatithink/?p=981</guid>
		<description><![CDATA[
1234567890[1]
Not valid after Friday 13th 21:31:30]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://coolepochcountdown.com/">1234567890</a><sup>[1]</sup></p>
<ol class="footnotes"><li id="footnote_0_981" class="footnote">Not valid after Friday 13th 21:31:30</li></ol>]]></content:encoded>
			<wfw:commentRss>http://www.paulmc.org/whatithink/2009/02/13/its-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Bash History in Terminal</title>
		<link>http://www.paulmc.org/whatithink/2009/01/30/enable-bash-history-in-terminal/</link>
		<comments>http://www.paulmc.org/whatithink/2009/01/30/enable-bash-history-in-terminal/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 22:32:50 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.paulmc.org/whatithink/?p=957</guid>
		<description><![CDATA[
If you use Terminal and are having issues with losing your bash history, then you might want to try this hint.


Open Terminal and type the following command:


sudo chown [username] .bash_history


Type your password when prompted.


That it&#8217;s. Now when you close and re-open Terminal your bash history should be saved.
]]></description>
			<content:encoded><![CDATA[<p>
If you use Terminal and are having issues with losing your bash history, then you might want to try this hint.
</p>
<p>
Open Terminal and type the following command:
</p>
<p>
<code>sudo chown [username] .bash_history</code>
</p>
<p>
Type your password when prompted.
</p>
<p>
That it&#8217;s. Now when you close and re-open Terminal your bash history should be saved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulmc.org/whatithink/2009/01/30/enable-bash-history-in-terminal/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mac OS Password Assistant</title>
		<link>http://www.paulmc.org/whatithink/2008/12/31/mac-os-password-assistant/</link>
		<comments>http://www.paulmc.org/whatithink/2008/12/31/mac-os-password-assistant/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 09:53:40 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[codepoetry]]></category>
		<category><![CDATA[password assistant]]></category>

		<guid isPermaLink="false">http://www.paulmc.org/whatithink/?p=801</guid>
		<description><![CDATA[
Mac OS has a useful utility for generating secure passwords &#8211; Password Assistant. While it&#8217;s certainly useful, it&#8217;s only accessible from within preference panes that require you to enter a password.


I spent some time with Activity Monitor to see if I could determine if Password Assistant was a separate  program being called. No joy [...]]]></description>
			<content:encoded><![CDATA[<p>
Mac OS has a useful utility for generating secure passwords &#8211; Password Assistant. While it&#8217;s certainly useful, it&#8217;s only accessible from within preference panes that require you to enter a password.
</p>
<p>
I spent some time with Activity Monitor to see if I could determine if Password Assistant was a separate  program being called. No joy there, so I turned to my old friend Google.
</p>
<p>
That&#8217;s how I found a utility from <a href="http://www.codepoetry.net/products/passwordassistant">codepoetry</a> that calls Password Assistant directly. It&#8217;s small, it works and best of all it&#8217;s free.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulmc.org/whatithink/2008/12/31/mac-os-password-assistant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copying Mac Address Book to LG Viewty (LG-KU990)</title>
		<link>http://www.paulmc.org/whatithink/2008/12/29/copying-mac-address-book-to-lg-viewty-lg-ku990/</link>
		<comments>http://www.paulmc.org/whatithink/2008/12/29/copying-mac-address-book-to-lg-viewty-lg-ku990/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 22:48:49 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[isync]]></category>
		<category><![CDATA[ku990]]></category>
		<category><![CDATA[lg viewty]]></category>
		<category><![CDATA[syncml]]></category>

		<guid isPermaLink="false">http://www.paulmc.org/whatithink/?p=825</guid>
		<description><![CDATA[
My phone contract was up recently, and as an incentive to sign on for another year, my provider offered me a free upgrade. So I took the LG Viewty also known as the LG-KU990.[1] I&#8217;ll do a full review later, but for the moment, I want to talk about one issue I&#8217;ve experienced with it.



I [...]]]></description>
			<content:encoded><![CDATA[<p>
My phone contract was up recently, and as an incentive to sign on for another year, my provider offered me a free upgrade. So I took the LG Viewty also known as the LG-KU990.<sup>[1]</sup> I&#8217;ll do a full review later, but for the moment, I want to talk about one issue I&#8217;ve experienced with it.
</p>

<div id="attachment_826" class="wp-caption aligncenter" style="width: 243px"><img src="http://www.paulmc.org/whatithink/wp-content/uploads/2008/12/viewty.jpg" alt="LG Viewty (LG-KU990)" title="LG Viewty (LG-KU990)" width="233" height="139" class="size-full wp-image-826" /><p class="wp-caption-text">LG Viewty (LG-KU990)</p></div>

<p>
I go through so many phones that I like to keep my address book on my MacBook and sync it with my phone. While the Viewty does have Bluetooth, it&#8217;s not supported by iSync. Even worse, Bluetooth File Exchange couldn&#8217;t see any of the files or folders on the phone<sup>[2]</sup>.
</p>
<p>
I had the same problem with my <a href="http://www.paulmc.org/whatithink/2008/09/16/using-isync-to-connect-to-a-nokia-3120-classic/">Nokia 3120</a>, so I was somewhat hopeful that I&#8217;d find an iSync plugin to get me up and running.
</p>
<p>
After a lot of searching, I discovered that LG use their own OS on the phone which is overlaid with Flash screens to enable interactivity. Worse still, LG don&#8217;t implement the <a href="http://en.wikipedia.org/wiki/SyncML">SyncML</a> protocol used by the other major manufacturers, and by iSync. So there&#8217;s no way to sync my brand new phone with my MacBook.
</p>
<p>
My only concern is the phone book, I don&#8217;t use iCal, and I really don&#8217;t want to have to manually enter every name in my Address Book. Luckily, there is a work-around, and here&#8217;s how:
</p>
<ul>
<li>Open Address Book,</li>
<li>Use CMD-A to select all the entries in your Address Book,</li>
<li>Navigate to &#8220;File&#8221; -> &#8220;Export&#8221; -> &#8220;Export vCard&#8230;&#8221;,</li>
<li>When prompted save the vCard.</li>
</ul>
<p>
The next step involves connecting to the Viewty via Bluetooth. If you have not paired the devices before, then you should do so now.<sup>[3]</sup>
</p>
<ul>
<li>Click the Bluetooth icon in the Menu Bar and navigate to &#8220;Browse Device&#8221;,</li>
<li>Select your phone name from the list and click &#8220;Browse&#8221;,</li>
<li>Tap &#8220;Yes&#8221; on the Viewty to accept the incoming connection request,</li>
<li>On your Mac, click the &#8220;Send&#8230;&#8221; button in Bluetooth File Exchange,</li>
<li>Locate the vCards file that you saved earlier, and click &#8220;Send&#8221;,</li>
<li>Once the transfer has completed, the Viewty should prompt you to &#8220;Restore Contact backup file&#8221;, tap &#8220;Yes&#8221;.</li>
</ul>
<p>
And that&#8217;s it. Your Address Book has now been copied to your phone.</p>
<ol class="footnotes"><li id="footnote_0_825" class="footnote">I&#8217;d usually link to the official site, but it&#8217;s flash based and doesn&#8217;t work on Mac OS X &#8211; and there doesn&#8217;t seem to be a text based version available</li><li id="footnote_1_825" class="footnote">Even though Bluetooth File Exchange won&#8217;t display any files or folders, the phone is still connected via Bluetooth and files can still be transferred in the normal manner.</li><li id="footnote_2_825" class="footnote">Short and simple explanation: Turn on Bluetooth on your Mac, turn on Bluetooth on your phone, click the Bluetooth icon in the Menu Bar, select  &#8220;Set Up Bluetooth Device&#8221; and follow the Setup Assistant.</li></ol>]]></content:encoded>
			<wfw:commentRss>http://www.paulmc.org/whatithink/2008/12/29/copying-mac-address-book-to-lg-viewty-lg-ku990/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Using GIMP Brushes with Seashore</title>
		<link>http://www.paulmc.org/whatithink/2008/11/30/using-gimp-brushes-with-seashore/</link>
		<comments>http://www.paulmc.org/whatithink/2008/11/30/using-gimp-brushes-with-seashore/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 16:39:13 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[brushes]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[seashore]]></category>

		<guid isPermaLink="false">http://www.paulmc.org/whatithink/?p=693</guid>
		<description><![CDATA[
I use Seashore as my main image editor on Mac OS. I&#8217;m not a graphics designer so I don&#8217;t need an uber-powerful, all singing, all dancing graphics editor.


While Seahorse fits my needs, one thing it does lack is a comprehensive set of brushes. However, because it is based around GIMP, you can use brushes created [...]]]></description>
			<content:encoded><![CDATA[<p>
I use <a href="http://seashore.sourceforge.net/">Seashore</a> as my main image editor on Mac OS. I&#8217;m not a graphics designer so I don&#8217;t need an uber-powerful, all singing, all dancing graphics editor.
</p>
<p>
While Seahorse fits my needs, one thing it does lack is a comprehensive set of brushes. However, because it is based around GIMP, you can use brushes created for GIMP.
</p>
<p>
To add brushes to Seashore you need to do the following:
</p>
<ul>
<li>Locate Seashore in your Applications Folder,</li>
<li>Cmd-Click on the Seashore.app and select &#8220;Show Package Contents&#8221;,</li>
<li>Browse to &#8220;Contents -> Resources -> brushes&#8221;,</li>
<li>Drag and drop your GIMP brush set into this folder.</li>
</ul>
<p>
There&#8217;s plenty of free GIMP brushes available on the net, but <a href="http://browse.deviantart.com/resources/applications/gimpbrushes/">deviantART</a> is a good place to start.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulmc.org/whatithink/2008/11/30/using-gimp-brushes-with-seashore/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8220;The connection was refused&#8221; Error Message When Using Leopard&#8217;s Web Sharing</title>
		<link>http://www.paulmc.org/whatithink/2008/11/24/the-connection-was-refused-error-message-when-using-leopards-web-sharing/</link>
		<comments>http://www.paulmc.org/whatithink/2008/11/24/the-connection-was-refused-error-message-when-using-leopards-web-sharing/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 13:50:40 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[web sharing]]></category>

		<guid isPermaLink="false">http://www.paulmc.org/whatithink/?p=683</guid>
		<description><![CDATA[
I came across this problem when trying to enable Web Sharing on my Macbook:



Seems that even if the Sharing Preferences Pane shows that Apache is running, it&#8217;s not. A simple Terminal command will show you:



$ ps aux &#124; grep httpd
pmac      1796   0.0  0.0   599820  [...]]]></description>
			<content:encoded><![CDATA[<p>
I came across this problem when trying to enable Web Sharing on my Macbook:
</p>

<div id="attachment_689" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.paulmc.org/whatithink/wp-content/uploads/2008/11/conn_refused.png"><img src="http://www.paulmc.org/whatithink/wp-content/uploads/2008/11/conn_refused-500x269.png" alt="Connection Refused Error" title="Connection Refused Error" width="500" height="269" class="size-medium wp-image-689" /></a><p class="wp-caption-text">Connection Refused Error</p></div>

<p>
Seems that even if the Sharing Preferences Pane shows that Apache is running, it&#8217;s not. A simple Terminal command will show you:
</p>
<p>
<code><br />
$ ps aux | grep httpd<br />
pmac      1796   0.0  0.0   599820    464 s001  R+   12:52pm   0:00.00 grep httpd<br />
</code>
</p>
<p>
After a lot of searching, I found the solution. There&#8217;s an issue with the Leopard Apache upgrade that somehow forgets to create the log files that Apache needs to start. To fix the problem, type the following commands into Terminal:
</p>
<p>
<code><br />
sudo touch /var/log/apache2/access_log<br/><br />
sudo touch /var/log/apache2/error_log<br/><br />
sudo chmod 600 /var/log/apache2/access_log<br/><br />
sudo chmod 600 /var/log/apache2/error_log<br/><br />
</code>
</p>
<p>
Restart the Web Sharing Service by unticking and ticking the box is System Preferences or by running the following command in Terminal:
</p>
<p>
<code><br />
sudo apachectl restart<br />
</code>
</p>
<p>
Apache should be up and running and you can test this by clicking this link: <a href="http://localhost/">http://localhost</a>. If everything goes to plan you should see the following page:
</p>

<div id="attachment_686" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.paulmc.org/whatithink/wp-content/uploads/2008/11/apache_start.png"><img src="http://www.paulmc.org/whatithink/wp-content/uploads/2008/11/apache_start-500x312.png" alt="Apache Start Page" title="Apache Start Page" width="500" height="312" class="size-medium wp-image-686" /></a><p class="wp-caption-text">Apache Start Page</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.paulmc.org/whatithink/2008/11/24/the-connection-was-refused-error-message-when-using-leopards-web-sharing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using iSync to Connect to a Nokia 3120 Classic</title>
		<link>http://www.paulmc.org/whatithink/2008/09/16/using-isync-to-connect-to-a-nokia-3120-classic/</link>
		<comments>http://www.paulmc.org/whatithink/2008/09/16/using-isync-to-connect-to-a-nokia-3120-classic/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 00:40:15 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[isync]]></category>
		<category><![CDATA[nokia 3120]]></category>

		<guid isPermaLink="false">http://www.paulmc.org/whatithink/?p=615</guid>
		<description><![CDATA[
Update 9th November 2009: This is my last attempt at trying to get the Nokia 3120 classic working with iSync in Snow Leopard (Mac OS 10.6).


Download the modified iSync plugin here.
Unzip the plugin.
Open your Applications folder and locate iSync.
Right click iSync and select &#8220;Show Package Contents&#8221; from the menu.
In the new Finder window navigate to:


Contents/PlugIns/ApplePhoneConduit.syncdevice/Contents/PlugIns/


Copy [...]]]></description>
			<content:encoded><![CDATA[<p>
<b>Update 9th November 2009:</b> <i>This is my last attempt at trying to get the Nokia 3120 classic working with iSync in Snow Leopard (Mac OS 10.6).</i>
</p>
<ul>
<li>Download the modified iSync plugin <a href='http://www.paulmc.org/whatithink/wp-content/uploads/2008/09/Nokia-3120c.zip'>here</a>.</li>
<li>Unzip the plugin.</li>
<li>Open your Applications folder and locate iSync.</li>
<li>Right click iSync and select &#8220;Show Package Contents&#8221; from the menu.</li>
<li>In the new Finder window navigate to:</li>
</ul>
<p>
<code>Contents/PlugIns/ApplePhoneConduit.syncdevice/Contents/PlugIns/</code>
</p>
<ul>
<li>Copy the Nokia-3120c.phoneplugin that you download from this site into this folder.</li>
<li>When prompted that the plugins folder cannot be modified, click &#8220;Authenticate&#8221;.</li>
<li>Enter your password.</li>
</ul>
<p>
I have no idea if this will work or not, but it&#8217;s the best that I can do.
</p>
<p>
<b>Update 29th October 2009:</b> <i>I&#8217;ve had a look at the plist file format for iSync on Snow Leopard (Mac OS 10.6), and there have been some changes. I&#8217;ve updated the 3120c.plist file to reflect these changes, but I&#8217;m unable to test the new file. If you&#8217;d like to test the new file, you can download it <a href='http://www.paulmc.org/whatithink/wp-content/uploads/2008/09/3120c_updated.txt'>here</a> and please let me know how it goes in the comments. Thanks, Paul.</i>
</p>
<p>
<b>Update 19th October 2009:</b> <i>As posted in the comments below, this plugin no longer works with Mac OS 10.6 (Snow Leopard). As I no longer have a Nokia 3120c to test with, so I&#8217;m afraid I have no way to update the plugin. If anyone does have a working plugin for Snow Leopard, let me know and I&#8217;ll link to it from here. Thanks. Paul.</i>
</p>
<p>
I lost my phone a couple of weeks ago, so I went out and bought a new one. I plumped for a Nokia 3120, because it had what I wanted &#8211; a basic camera, bluetooth, and a memory slot &#8211;  and was cheap.
</p>
<p>
As with all Nokia&#8217;s connecting it to your PC is achieved by using Nokia&#8217;s PC Suite, however, connecting it to my Mac via iSync didn&#8217;t seem to be possible. I could browse the device via Bluetooth, but iSync would report that it could not use the device.
</p>
<p>
Thanks to <a href="http://www.james-lloyd.com/">James Lloyd</a>, I was eventually able to get it working. James has a <a href="http://www.james-lloyd.com/scripts/nokia-series-40-isync-plugin/">great post</a> about using iSync to connect to Nokia&#8217;s Series 40 phones, and helpfully provides plugin&#8217;s for nearly 40 models.
</p>
<p>
While the 3120 classic is not listed, I was able to modify one of the plugins to get it to work. You can grab the <a href='http://www.paulmc.org/whatithink/wp-content/uploads/2008/09/3120c.txt'>3120 iSync plugin here</a>. Just follow James&#8217; instructions and iSync will happily connect to your 3120.
</p>
<p>
<b>Edit:</b> The original instructions on James&#8217; blog have disappeared, so you can now find the installation instructions here.
</p>
<ul>
<li>Right click iSync from the with applications in the finder and “show package contents”</li>
<li>Navigate to: Contents\Plugins\ApplePhoneConduit.syncdevice\Contents\Plugins\Nokia-6131.phoneplugin\Contents\Resources</li>
</ul>
<blockquote><p>
!!! make a backup of MetaClasses.plist !!!
</p></blockquote>
<ul>
<li>replace contents of MetaClasses.plist with the iSync plugin (text file downloaded from <a href='http://www.paulmc.org/whatithink/wp-content/uploads/2008/09/3120c.txt'>here</a>) for your nokia mobile!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.paulmc.org/whatithink/2008/09/16/using-isync-to-connect-to-a-nokia-3120-classic/feed/</wfw:commentRss>
		<slash:comments>123</slash:comments>
		</item>
	</channel>
</rss>
