<?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 &#187; Uncategorized</title>
	<atom:link href="http://blog.newsyland.com/category/uncategorized/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>Wed, 07 Jul 2010 19:51:45 +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>Firefox, setup secure google search in quick search box</title>
		<link>http://blog.newsyland.com/uncategorized/firefox-setup-secure-google-search-in-quick-search-box</link>
		<comments>http://blog.newsyland.com/uncategorized/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[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=128</guid>
		<description><![CDATA[Google now has encrypted Google web search. Here'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 the 7th line and add an 's' after 'http', so that it looks like this [...]]]></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'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 's' after 'http', so that it looks like this when done editing.</p>
<p class="code">&lt;Url type="text/html" method="GET" template="https://www.google.com/search"&gt;</p>
<p>Save this file and relaunch Firefox.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/uncategorized/firefox-setup-secure-google-search-in-quick-search-box/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 the disk. I want to also copy files off the Windows portion. So, this is [...]]]></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. " Name: /dev/disk1 " (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>
	</channel>
</rss>
