<?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>Newsyland Blog</title>
	<atom:link href="http://blog.newsyland.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.newsyland.com</link>
	<description>tail -f /dev/brain &#62;&#62; blog.newsyland.com</description>
	<lastBuildDate>Thu, 11 Aug 2011 19:56:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Silence fitbitd console messages</title>
		<link>http://blog.newsyland.com/mac-os-x/silence-fitbitd-console-messages</link>
		<comments>http://blog.newsyland.com/mac-os-x/silence-fitbitd-console-messages#comments</comments>
		<pubDate>Thu, 11 Aug 2011 19:56:01 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=191</guid>
		<description><![CDATA[I found Fitbitd (the Fitbit running daemon) sending tons of strings like this to console: Aug/11/2011 14:57:32 com.fitbit.fitbitd[351] Thu Aug 11 14:57:32 mycomputer.local MacUserInterface[351] : [9A] 0x00, 0x3b, 0x61, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00 Aug/11/2011 14:57:32 com.fitbit.fitbitd[351] Thu Aug &#8230; <a href="http://blog.newsyland.com/mac-os-x/silence-fitbitd-console-messages">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I found Fitbitd (the Fitbit running daemon) sending tons of strings like this to console:</p>
<pre class="code">Aug/11/2011 14:57:32 	com.fitbit.fitbitd[351]	Thu Aug 11 14:57:32 mycomputer.local MacUserInterface[351] : [9A] 0x00, 0x3b, 0x61, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00
Aug/11/2011 14:57:32 	com.fitbit.fitbitd[351]	Thu Aug 11 14:57:32 mycomputer.local MacUserInterface[351] : [0A] 0x00, 0x01, 0x0a, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00
Aug/11/2011 14:57:32 	com.fitbit.fitbitd[351]	Thu Aug 11 14:57:32 mycomputer.local MacUserInterface[351] : [05] 0x00, 0x01, 0x05, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00
Aug/11/2011 14:57:32 	com.fitbit.fitbitd[351]	Thu Aug 11 14:57:32 mycomputer.local MacUserInterface[351] : Pending acks: 0
Aug/11/2011 14:57:32 	com.fitbit.fitbitd[351]	Thu Aug 11 14:57:32 mycomputer.local MacUserInterface[351] : [9B] 0x00, 0x3c, 0x41, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
Aug/11/2011 14:57:32 	com.fitbit.fitbitd[351]	Thu Aug 11 14:57:32 mycomputer.local MacUserInterface[351] : Pending acks: 0
Aug/11/2011 14:57:32 	com.fitbit.fitbitd[351]	Thu Aug 11 14:57:32 mycomputer.local MacUserInterface[351] : Received logical packet.
Aug/11/2011 14:57:32 	com.fitbit.fitbitd[351]	Thu Aug 11 14:57:32 mycomputer.local MacUserInterface[351] : Received terminating status packet.</pre>
<p>So, I silenced these by altering the top of /Library/LaunchDaemons/com.fitbit.fitbitd.plist<br />
Note: the -e switch I obtained from:</p>
<pre>fitbitd --help</pre>
<p>from:</p>
<pre class="code">   &lt;key&gt;Program&lt;/key&gt;
   &lt;string&gt;/usr/local/bin/fitbitd&lt;/string&gt;</pre>
<p>to:</p>
<pre class="code">   &lt;key&gt;ProgramArguments&lt;/key&gt;
   &lt;array&gt;
      &lt;string&gt;/usr/local/bin/fitbitd&lt;/string&gt;
      &lt;string&gt;-e&lt;/string&gt;
   &lt;/array&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/mac-os-x/silence-fitbitd-console-messages/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vemedio Snowtape RadioAgent</title>
		<link>http://blog.newsyland.com/mac-os-x/vemedio-snowtape-radioagent</link>
		<comments>http://blog.newsyland.com/mac-os-x/vemedio-snowtape-radioagent#comments</comments>
		<pubDate>Fri, 22 Oct 2010 22:24:32 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=180</guid>
		<description><![CDATA[In Mac OS X (10.6 Snow Leopard), after closing Snowtape version 2.0.4, I see in Activity Monitor there is a service/process running named RadioAgent. In Snowtape under Preferences &#8594; Recording &#8594; &#8220;Enable automatic wakeup from sleep&#8221;, is NOT checked, and &#8230; <a href="http://blog.newsyland.com/mac-os-x/vemedio-snowtape-radioagent">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In Mac OS X (10.6 Snow Leopard), after closing Snowtape version 2.0.4, I see in Activity Monitor there is a service/process running named RadioAgent. In Snowtape under Preferences &rarr; Recording &rarr; &#8220;Enable automatic wakeup from sleep&#8221;, is NOT checked, and thus I expect all related processes to quit when I exit the program.  However, this is their response to this:</p>
<p class="code">
This is intended behavior. The RadioAgent has a purpose. I won&#8217;t go into any<br />
detail. If you kill the agent manually you might get unexpected behavior we can<br />
not support.
</p>
<p>
If you do want to stop or deactivate the RadioAgent (for example, you are trying to upgrade Snowtape and get the message &#8220;The operation can&#8217;t be completed because the item &#8216;RadioAgent&#8217; is in use&#8221;.) is this the Terminal command to use: </p>
<p class="code">
launchctl remove com.vemedio.Snowtape.RadioAgent</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/mac-os-x/vemedio-snowtape-radioagent/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fix video stuttering in Firefox</title>
		<link>http://blog.newsyland.com/firefox/fix-video-stuttering-in-firefox</link>
		<comments>http://blog.newsyland.com/firefox/fix-video-stuttering-in-firefox#comments</comments>
		<pubDate>Thu, 02 Sep 2010 21:12:33 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=176</guid>
		<description><![CDATA[If you notice that Youtube and other video streams stutter or momentarily pause during playback, here&#8217;s a quick fix to prevent that: Type about:config into Firefox&#8217;s address bar In the filter box enter browser.sessionstore.interval Set the value to 120000 (which &#8230; <a href="http://blog.newsyland.com/firefox/fix-video-stuttering-in-firefox">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you notice that Youtube and other video streams stutter or momentarily pause during playback, here&#8217;s a quick fix to prevent that:</p>
<ol>
<li>Type <b>about:config</b> into Firefox&#8217;s address bar</li>
<li>In the filter box enter <b>browser.sessionstore.interval</b></li>
<li>Set the value to <b>120000</b> (which lengthens the period between snapshots to two minutes)</li>
</ol>
<p><a href="http://www.downloadsquad.com/2009/08/22/how-to-fix-flash-video-performance-in-firefox/">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/firefox/fix-video-stuttering-in-firefox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switched to WebFaction hosting and LightWord theme</title>
		<link>http://blog.newsyland.com/original/switched-to-webfaction-and-lig</link>
		<comments>http://blog.newsyland.com/original/switched-to-webfaction-and-lig#comments</comments>
		<pubDate>Wed, 07 Jul 2010 19:51:45 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[Original]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=167</guid>
		<description><![CDATA[Because 1and1 are asses when it comes to allowing SMTP (and other things), I switched my blog over to the WONDERFUL WebFaction hosting service. I also gave the blog a needed facelift with the LightWord theme.]]></description>
			<content:encoded><![CDATA[<p>Because <a href="http://www.1and1.com/?k_id=8170161">1and1</a> are asses when it comes to allowing SMTP (and other things), I switched my blog over to the WONDERFUL <a href="http://www.webfaction.com?affiliate=kirkireson">WebFaction</a> hosting service. I also gave the blog a needed facelift with the <a href="http://www.andrei-webdesign.com/">LightWord</a> theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/original/switched-to-webfaction-and-lig/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silencing Frigidaire mini in-window compact room Air Conditioner Model FAA065P7A</title>
		<link>http://blog.newsyland.com/original/silencing-frigidaire-mini-in-window-compact-room-air-conditioner-model-faa065p7a</link>
		<comments>http://blog.newsyland.com/original/silencing-frigidaire-mini-in-window-compact-room-air-conditioner-model-faa065p7a#comments</comments>
		<pubDate>Thu, 10 Jun 2010 17:51:04 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[Original]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=144</guid>
		<description><![CDATA[Instructions on Silencing Frigidaire Mini In-Window Compact Room Air Conditioner Model FAA065P7A &#8211; 6000 BTU MSII If you look at reviews for this otherwise nice, small A/C unit, you&#8217;ll see lots of people complaining about a loud beep every time &#8230; <a href="http://blog.newsyland.com/original/silencing-frigidaire-mini-in-window-compact-room-air-conditioner-model-faa065p7a">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Instructions on Silencing Frigidaire Mini In-Window Compact Room Air Conditioner Model FAA065P7A &#8211; 6000 BTU MSII </h3>
<p>If you look at reviews for this otherwise nice, small A/C unit, you&#8217;ll see lots of people <a href="http://www.newegg.com/Product/ProductReview.aspx?Item=N82E16896767777">complaining</a> about a <a href="http://www.amazon.com/a/product-reviews/B000Q7K64M">loud beep</a> every time you press a button on the unit or the remote (e.g. changing fan speed or temperature). It&#8217;s a high pitched, noisy, piercing, annoyingly loud beep, which wakes spouses and babies. I know of no way to disable or turn off this &#8220;feature&#8221;. I looked for a wiring diagram and didn&#8217;t find anything promising, so I decided to slightly disassemble the unit and hope to find a speaker. I wound up fixing it and here&#8217;s how you can to!:</p>
<p><b>Tools required:</b><br />
<a href="http://blog.newsyland.com/wp-content/uploads/2010/06/IMG_7948.jpg"><img src="http://blog.newsyland.com/wp-content/uploads/2010/06/IMG_7948.jpg" alt="" title="tools needed" width="518" height="388" class="size-full wp-image-135" /></a></p>
<ul>
<li>Phillips screwdriver</li>
<li>Flathead screwdriver</li>
<li>Glue (I used a glue stick)</li>
</ul>
<p><b>Time required:</b> about 10-15 minutes</p>
<p><b>Skills required:</b> Basic Handyman.  Having said that, here&#8217;s my disclaimer: Only skilled, certified electricians should attempt to fix electronic equipment.  These units may contain capacitors which hold electric charge. Do not touch any of the electronics. I am absolutely not responsible for loss of property or person, damage to this unit or your cat, accuracy of these instructions, nor do I guarantee that this will even work.  Opening this unit may void the warranty.</p>
<p><b>Steps:</b></p>
<ol>
<li>UNPLUG THE UNIT!</li>
<li>Swing open the front vent like you&#8217;re going to change/clean the filter and then gently and slowly swing open further to pop the two bottom hinges until it comes off. Set it and the filter aside.
<p><div id="attachment_136" class="wp-caption alignnone" style="width: 410px"><a href="http://blog.newsyland.com/wp-content/uploads/2010/06/IMG_7950.jpg"><img src="http://blog.newsyland.com/wp-content/uploads/2010/06/IMG_7950.jpg" alt="" title="swing open vent" width="400" height="300" class="size-full wp-image-136" /></a><p class="wp-caption-text">( First swing open, then remove vent )</p></div>
</li>
<li>Remove 3 large screws and set aside (be careful not to brush anything up against the fragile aluminum vents).<br />
<div id="attachment_137" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.newsyland.com/wp-content/uploads/2010/06/IMG_7951.jpg"><img src="http://blog.newsyland.com/wp-content/uploads/2010/06/IMG_7951-300x225.jpg" alt="" title="3 screws location" width="300" height="225" class="size-medium wp-image-137" /></a><p class="wp-caption-text">( Location of the 3 screws to be removed for removal of outer plastic ring )</p></div>
</li>
<li>Remove 4 (there may only be 3) small screws around the control panel and set aside.<br />
<div id="attachment_139" class="wp-caption alignnone" style="width: 209px"><a href="http://blog.newsyland.com/wp-content/uploads/2010/06/IMG_7954.jpg"><img src="http://blog.newsyland.com/wp-content/uploads/2010/06/IMG_7954-199x300.jpg" alt="" title="3 or 4 screws location" width="199" height="300" class="size-medium wp-image-139" /></a><p class="wp-caption-text">( Location of the 3 (or 4) small screws needed to remove the control panel )</p></div>
</li>
<li>Pop off the outer plastic front piece which has the top vents attached. Do this by gently inserting a flathead screwdriver from the inside into the slot about half-way down on the right side until that side comes off. Repeat for the left side. Then, the trick is to try and gently pull this outer plastic piece up (there are two tabs along the top like there were on each side). Be careful as there is a wire which attaches this piece to the rest of the unit, so orient it so that you don&#8217;t put any tension on this wire.<br />
<div id="attachment_138" class="wp-caption alignnone" style="width: 235px"><a href="http://blog.newsyland.com/wp-content/uploads/2010/06/IMG_7952.jpg"><img src="http://blog.newsyland.com/wp-content/uploads/2010/06/IMG_7952-225x300.jpg" alt="" title="tab to push" width="225" height="300" class="size-medium wp-image-138" /></a><p class="wp-caption-text">( From along the inside, press tab with screwdriver to assist in removal of outer plastic ring )</p></div><br />
<div id="attachment_140" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.newsyland.com/wp-content/uploads/2010/06/IMG_7955.jpg"><img src="http://blog.newsyland.com/wp-content/uploads/2010/06/IMG_7955-300x225.jpg" alt="plastic ring removed" title="front plastic ring removed" width="300" height="225" class="size-medium wp-image-140" /></a><p class="wp-caption-text">( Set plastic ring gently aside -- there's a wire connected to it )</p></div>
</li>
<li>Remove 3 screws (there may only be 2) which were behind the control panel and set aside.<br />
<div id="attachment_141" class="wp-caption alignnone" style="width: 234px"><a href="http://blog.newsyland.com/wp-content/uploads/2010/06/IMG_7956.jpg"><img src="http://blog.newsyland.com/wp-content/uploads/2010/06/IMG_7956-224x300.jpg" alt="" title="screw locations" width="224" height="300" class="size-medium wp-image-141" /></a><p class="wp-caption-text">( 2 (or 3) screws to remove from electronics plate )</p></div>
</li>
<li>Lift slightly (there are two hooks along the right edge) and carefully pull out this plate with attached electronics only far enough so that you can see and can just access to the small, black cylinder (about the size of an Altoid mint). This is the PCB mounted speaker.<br />
<div id="attachment_143" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.newsyland.com/wp-content/uploads/2010/06/IMG_7957.jpg"><img src="http://blog.newsyland.com/wp-content/uploads/2010/06/IMG_7957-300x253.jpg" alt="Top view of Speaker" title="speaker hole" width="300" height="253" class="size-medium wp-image-143" /></a><p class="wp-caption-text">( View of the hole to plug with glue (looking down) )</p></div>
</li>
<li>Take your glue and make a small (about the size of a grain of rice) ball and place on the end of your flathead screwdriver.</li>
<li>Carefully use the screwdriver to apply the glue ball to fill the hole which is at the center of this piece (don&#8217;t get glue on anything else).  Be sure to pack enough in the hole to muffle the sound (about 2 grains of rice worth). You can also use an unfolded paperclip to help push the glue inside the hole and to damage the diaphragm which makes the noise.</li>
<li>Now, carefully reassemble the unit in the reverse order.</li>
</ol>
<p><b>NOTES:</b></p>
<ul>
<li>I would not test your success until you have at least the two electronic panels securely screwed back into place.</li>
<li>For my three attempts at this, one now makes no beep, one left the beep barely audible and the other reduced the volume by half.</li>
<li>I did all this while my units were installed in windows.</li>
<li>If not obvious, this is basically irreversible.</li>
<li>This also works on model # FAA055P7A and may work on these model #s: FAA084P7A, FAC124P1A, FAA086P7A, FAA064P7A and FAC104P1A.</li>
</ul>
<p>Good Luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/original/silencing-frigidaire-mini-in-window-compact-room-air-conditioner-model-faa065p7a/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox, setup secure google search in quick search box</title>
		<link>http://blog.newsyland.com/firefox/firefox-setup-secure-google-search-in-quick-search-box</link>
		<comments>http://blog.newsyland.com/firefox/firefox-setup-secure-google-search-in-quick-search-box#comments</comments>
		<pubDate>Sat, 05 Jun 2010 23:01:19 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=128</guid>
		<description><![CDATA[Google now has encrypted Google web search. Here&#8217;s how to enable it in the quick search box in Firefox: In Mac OS X, edit this file /Applications/Firefox.app/Contents/MacOS/searchplugins/google.xml, (on Windows you should find it at C:\Program Files\Mozilla Firefox\searchplugins\google.xml ). Go to &#8230; <a href="http://blog.newsyland.com/firefox/firefox-setup-secure-google-search-in-quick-search-box">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google now has <a href="http://googleblog.blogspot.com/2010/05/search-more-securely-with-encrypted.html">encrypted Google web search</a>. Here&#8217;s how to enable it in the quick search box in Firefox:</p>
<p><a href="http://blog.newsyland.com/wp-content/uploads/2010/06/searchbox.png"><img class="size-full wp-image-127" title="Firefox search box" src="http://blog.newsyland.com/wp-content/uploads/2010/06/searchbox.png" alt="Firefox search box" width="370" height="64" /></a></p>
<p>In Mac OS X, edit this file /Applications/Firefox.app/Contents/MacOS/searchplugins/google.xml, (on Windows you should find it at C:\Program Files\Mozilla Firefox\searchplugins\google.xml ).  Go to the 7th line and add an &#8216;s&#8217; after &#8216;http&#8217;, so that it looks like this when done editing.</p>
<p class="code">&lt;Url type=&#8221;text/html&#8221; method=&#8221;GET&#8221; template=&#8221;https://www.google.com/search&#8221;&gt;</p>
<p>Save this file and relaunch Firefox.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/firefox/firefox-setup-secure-google-search-in-quick-search-box/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skydrive is kinda featureless&#8230;</title>
		<link>http://blog.newsyland.com/original/skydrive-is-kinda-featureless</link>
		<comments>http://blog.newsyland.com/original/skydrive-is-kinda-featureless#comments</comments>
		<pubDate>Wed, 12 May 2010 16:55:21 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[Original]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=117</guid>
		<description><![CDATA[Micro$oft&#8217;s latest addition of editing online docs to compete directly with Google is great, just check it out: Edit, 05 June, 2010: Wow, just wow, it&#8217;s been 3 weeks and it still looks like that. Stay classy Microsoft.]]></description>
			<content:encoded><![CDATA[<p>Micro$oft&#8217;s latest addition of editing online docs to compete directly with Google is great, just check it out:</p>
<p><a href="http://blog.newsyland.com/wp-content/uploads/2010/05/skydrive.png"><img src="http://blog.newsyland.com/wp-content/uploads/2010/05/skydrive-300x46.png" alt="" title="skydrive" width="300" height="46" class="alignnone size-medium wp-image-122" /></a></p>
<p>Edit, 05 June, 2010:<br />
Wow, just wow, it&#8217;s been 3 weeks and it <b>still</b> looks like that. Stay classy Microsoft.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/original/skydrive-is-kinda-featureless/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting Windows portion of data DVD/CD from Mac</title>
		<link>http://blog.newsyland.com/uncategorized/mounting-windows-portion-of-data-dvdcd-from-mac</link>
		<comments>http://blog.newsyland.com/uncategorized/mounting-windows-portion-of-data-dvdcd-from-mac#comments</comments>
		<pubDate>Tue, 17 Nov 2009 20:05:29 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=103</guid>
		<description><![CDATA[I have a data driver disk (CD / DVD) which has both Mac and Windows (i.e. a hybrid disk) portions with their respective driver files. When you put the disk in a Mac, it mounts only the Mac portion of &#8230; <a href="http://blog.newsyland.com/uncategorized/mounting-windows-portion-of-data-dvdcd-from-mac">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have a data driver disk (CD / DVD) which has both Mac and Windows (i.e. a hybrid disk) portions with their respective driver files.  When you put the disk in a Mac, it mounts only the Mac portion of the disk.  I want to also copy files off the Windows portion.  So, this is how to get access to the Windows files by mounting as a iso9660 format disk in Snow Leopard (version 10.6.2)</p>
<p>
1. Put the disk in the drive and let it mount normally.</p>
<p>2. From a Terminal Window (yes, we are using commands on the command line):</p>
<p>
Get mounted disk location, e.g. &#8221; Name: /dev/disk1 &#8221; (to be used in third command):</p>
<p class="code">
drutil status
</p>
<p>Make a temporary mount point:</p>
<p class="code">
sudo mkdir /tmp/foo/
</p>
<p>Mount the disk:</p>
<p class="code">
sudo mount_cd9660 /dev/disk1 /tmp/foo/
</p>
<p>
You now have access to the Windows files in the Finder.</p>
<p>When done, unmount the iso9660 portion:</p>
<p class="code">
sudo umount /tmp/foo/
</p>
<p>
Then unmount the rest of the disk as normal in Finder.</p>
<p>You can use this command to remove the temporary mount point, (or it should automatically get deleted upon reboot)</p>
<p class="code">
sudo rmdir /tmp/foo/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/uncategorized/mounting-windows-portion-of-data-dvdcd-from-mac/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Hookup two wireless routers</title>
		<link>http://blog.newsyland.com/original/howto-hookup-two-wireless-routers</link>
		<comments>http://blog.newsyland.com/original/howto-hookup-two-wireless-routers#comments</comments>
		<pubDate>Tue, 01 Sep 2009 03:55:09 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[Original]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=97</guid>
		<description><![CDATA[I have an Apple Airport Extreme wireless router. Because I have an iPhone (it can&#8217;t connect via 802.11n), I had to have my Airport Radio Mode set to &#8220;802.11n (802.11b/g compatible)&#8221;, which means when the iPhone was connected (and maybe &#8230; <a href="http://blog.newsyland.com/original/howto-hookup-two-wireless-routers">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have an Apple Airport Extreme wireless router.  Because I have an iPhone (it can&#8217;t connect via 802.11n), I had to have my Airport Radio Mode set to &#8220;802.11n (802.11b/g compatible)&#8221;, which means when the iPhone was connected (and maybe at other times) the Airport was broadcasting at the slower b/g protocol speeds.  Well, I also have a spare Linksys WRT54G v2.0 wireless router.  So, I flashed it with <a href="http://www.dd-wrt.com">dd-wrt</a> firmware, and following <a href="http://www.dd-wrt.com/wiki/index.php/Wireless_Access_Point">these instructions</a> I&#8217;ve configured the Linksys as a Wireless Access Point (WAP) and connected an ethernet cable from one of its LAN ports to a LAN port on the Airport (serving as the &#8220;main router&#8221;). I now have a 802.11g router (Linksys) for my iPhone to connect to, and my Airport&#8217;s Radio Mode is now set to &#8220;802.11n (5 GHz)&#8221; for my Macbook Pro and Macbook to connect to at their fastest speeds. Goodness.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/original/howto-hookup-two-wireless-routers/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Eclipse with Aptana plugin and SFTP support, a free website editor</title>
		<link>http://blog.newsyland.com/programming/php/eclipse-with-aptana-plugin-and-sftp-support-a-free-website-editor</link>
		<comments>http://blog.newsyland.com/programming/php/eclipse-with-aptana-plugin-and-sftp-support-a-free-website-editor#comments</comments>
		<pubDate>Tue, 10 Mar 2009 06:12:11 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=62</guid>
		<description><![CDATA[A friend wanted a good, free web development IDE for Mac. Personally, I use Coda and love it, but it&#8217;s not free. I found this resource as a starting point. I quickly found that although KompoZer and Nvu were good &#8230; <a href="http://blog.newsyland.com/programming/php/eclipse-with-aptana-plugin-and-sftp-support-a-free-website-editor">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A friend wanted a good, free web development IDE for Mac. Personally, I use <a href="http://www.panic.com/coda/">Coda</a> and love it, but it&#8217;s not free.</p>
<p>I found <a href="http://webdesign.about.com/od/htmleditors/tp/aatp_frehtedmac.-0cZ.htm">this resource</a> as a starting point.</p>
<p>I quickly found that although KompoZer and Nvu were good for her because they were WYSIWYG editors, they both don&#8217;t support SFTP, which was required in this case (and most cases really), and were also lacking a little love. SeaMonkey and the rest below that on the list were either too simple or too complex. For me, this left three: <a href="http://www.aptana.com/studio">Aptana</a>, <a href="http://www.activestate.com/komodo_edit/">Komodo Edit</a>, or <a href="http://www.eclipse.org/downloads/">Eclipse</a> to try.</p>
<p>The Komodo Editor is actually pretty good, but I felt didn&#8217;t have a very good remote connection tool. Aptana doesn&#8217;t officially support SFTP without paying $99/yr (I tried using their <a href="http://www.aptana.com/plugins">free SFTP plugin</a>, but it didn&#8217;t work in Eclipse 3.4.2). So, since I use Eclipse for my Python projects, I wanted to see if I could get Eclipse with the Aptana plugin to work.  I found <a href="http://webhostedservices.com/blog/?p=19">this blog with the answer</a>.</p>
<p>These are the shortened steps I followed:</p>
<ol>
<li>Download and install the <a href="http://download.eclipse.org/eclipse/downloads/drops/R-3.4.2-200902111700/macPlatform.php#EclipseSDK">Eclipse SDK ver. 3.4.2 (Ganymede)</a></li>
<li>Install the Aptana Studio <a href="http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration">as an Eclipse plugin</a></li>
<li>In the Aptana Perspective, &#8216;My Aptana&#8217; tab, select &#8216;Plugins&#8217; at the top, then choose to install &#8216;Aptana PHP&#8217;.<br />
<img class="alignnone size-full wp-image-65" title="aptana_plugins" src="http://blog.newsyland.com/wp-content/uploads/2009/03/aptana_plugins.png" alt="aptana_plugins" width="456" height="393" /></li>
<li>Using the Eclipse Software Updates, install a new remote site, Remote System Explorer, by adding this URL: http://download.eclipse.org/dsdp/tm/updates/, but you only need to select the &#8216;Remote System Explorer Core&#8217; and &#8216;RSE SSH Services&#8217; portions, found under the &#8216;RSE_Runtime&#8217; when selecting features to install.<br />
<img class="size-full wp-image-68" title="select" src="http://blog.newsyland.com/wp-content/uploads/2009/03/select.png" alt="select" width="347" height="236" /></li>
<li>Now, with the Remote System Explorer perspective selected (top right of the IDE), on the left side, in the Remote Systems tab, right-click and choose &#8216;New Connection&#8230;&#8217;, then input the settings to connect to your remote webserver.</li>
<p><img class="alignnone size-full wp-image-66" title="perspective" src="http://blog.newsyland.com/wp-content/uploads/2009/03/perspective.png" alt="perspective" width="226" height="62" /></p>
<p><img class="size-full wp-image-68" title="remote_connection" src="http://blog.newsyland.com/wp-content/uploads/2009/03/remote_connection.png" alt="remote_connection" width="220" height="245" /></p>
<li>Once you&#8217;ve logged into your site and see the files, right-click on the one(s) to edit and choose &#8216;Open With&#8217;, then &#8216;Aptana PHP Editor&#8217;</li>
<li>You can now edit with all the syntactic highlighting, auto complete and other features of Aptana Studio.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/programming/php/eclipse-with-aptana-plugin-and-sftp-support-a-free-website-editor/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

