<?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>romkey.com &#187; macintosh</title>
	<atom:link href="http://romkey.com/tag/macintosh/feed/" rel="self" type="application/rss+xml" />
	<link>http://romkey.com</link>
	<description></description>
	<lastBuildDate>Wed, 18 Jan 2012 01:18:39 +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>Fixing Perl after MacOS X Security Update 2009-001</title>
		<link>http://romkey.com/2009/02/16/fixing-perl-after-macos-x-security-update-2009-001/</link>
		<comments>http://romkey.com/2009/02/16/fixing-perl-after-macos-x-security-update-2009-001/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 02:36:24 +0000</pubDate>
		<dc:creator>romkey</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[macos x]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://romkey.com/2009/02/16/fixing-perl-after-macos-x-security-update-2009-001/</guid>
		<description><![CDATA[ Apple&#39;s first security update of 2009 for MacOS X may solve some security issues in the OS but it also seriously breaks Perl by installing old versions of some modules along with Perl.   It looks like Perl works okay for things that MacOS X uses it for, but if you do development using it or have installed other modules than what it came bundled with you may find that it no longer works. 


...You&#39;ll probably need to download it from  CPAN  by hand as the  CPAN  shell itself is broken by the update. 


 The current version (as of the time I&#39;m writing this article) is 1.2301 - you can find it at  http://search.cpan.org/~gbarr/IO-1.2301/IO.pm  
 <a href="http://romkey.com/2009/02/16/fixing-perl-after-macos-x-security-update-2009-001/">Continue reading <span class="meta-nav">&#8594;</span></a>(digital fingerprint:<br /> fcbe020f30624a362e1555f707ff15d1 (38.107.179.224) )</small>]]></description>
		<wfw:commentRss>http://romkey.com/2009/02/16/fixing-perl-after-macos-x-security-update-2009-001/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use sudo Without a Password on Your Mac</title>
		<link>http://romkey.com/2008/11/08/use-sudo-without-a-password-on-your-mac/</link>
		<comments>http://romkey.com/2008/11/08/use-sudo-without-a-password-on-your-mac/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 13:40:11 +0000</pubDate>
		<dc:creator>romkey</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[macos x]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://romkey.com/2008/11/08/use-sudo-without-a-password-on-your-mac/</guid>
		<description><![CDATA[Usually you'll use it to execute a single command:    sudo dmesg    or to start a shell:    sudo -s     sudo  is similar to the  su  command - the  su  command also allows you to become another user (most likely root). ...  Next, load  /etc/sudoers  in your favorite text editor, and add a line to it that looks like this:   USERNAME ALL=(ALL)  NOPASSWD: ALL   Replace  USERNAME  with your short username (so in my case, my username is  romkey  or  johnromkey  rather than  'John Romkey' ).   You can find your username with the  who  command - but if you don't already know what it is or who to find it, you probably shouldn't be disabling passwords on  sudo  in the first place.  ...  There are other ways to do this (in particular, there are ways to say that anyone in a particular UNIX group can become use  sudo  without a password), but this is the simplest way to let a single user do this.   <a href="http://romkey.com/2008/11/08/use-sudo-without-a-password-on-your-mac/">Continue reading <span class="meta-nav">&#8594;</span></a>(digital fingerprint:<br /> fcbe020f30624a362e1555f707ff15d1 (38.107.179.224) )</small>]]></description>
		<wfw:commentRss>http://romkey.com/2008/11/08/use-sudo-without-a-password-on-your-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Offline jQuery Documentation for  MacOS X</title>
		<link>http://romkey.com/2008/10/30/offline-jquery-documentation-for-macos-x/</link>
		<comments>http://romkey.com/2008/10/30/offline-jquery-documentation-for-macos-x/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 01:53:38 +0000</pubDate>
		<dc:creator>romkey</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[macos x]]></category>

		<guid isPermaLink="false">http://romkey.com/2008/10/30/offline-jquery-documentation-for-macos-x/</guid>
		<description><![CDATA[I don't always have reliable online access when I'm coding - in particular, I was on a bus today for a couple of hours and didn't always have Internet access.   There are a couple of dashboard widgets for MacOS X which I found that helped out on the jQuery documentation front.  ...  This widget is designed for browsing... click around in it, but don't expect to search it.  ...  This widget is designed for searching - if you know what you're looking for, you can find it quickly.   <a href="http://romkey.com/2008/10/30/offline-jquery-documentation-for-macos-x/">Continue reading <span class="meta-nav">&#8594;</span></a>(digital fingerprint:<br /> fcbe020f30624a362e1555f707ff15d1 (38.107.179.224) )</small>]]></description>
		<wfw:commentRss>http://romkey.com/2008/10/30/offline-jquery-documentation-for-macos-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacOS X DVDs &#8211; Versions and Saving a Little Money on Them</title>
		<link>http://romkey.com/2008/10/05/macos-x-dvds-versions-and-saving-a-little-money-on-them/</link>
		<comments>http://romkey.com/2008/10/05/macos-x-dvds-versions-and-saving-a-little-money-on-them/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 02:10:48 +0000</pubDate>
		<dc:creator>romkey</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[deal]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://romkey.com/2008/10/05/macos-x-dvds-versions-and-saving-a-little-money-on-them/</guid>
		<description><![CDATA[The family pack is licensed for use for up to five machines in one household, and lists for $199, a pretty good deal for staying legal at less than the cost of two single user licenses. ...  At the time I wrote this, they were charging  $26 less than list for the single user edition  and  $44.51 less than list for the family pack , both with free shipping.  ...  You should be forewarned that, in my experience, the restore DVD that comes with a computer will only work with that computer or class of computers. ...  Amazon also has a pretty good deal on Leopard Server:  $104.51 off the 10 user version  (normal list price $499) and  $168.46 off the unlimited user version  (normal list price $999).  <a href="http://romkey.com/2008/10/05/macos-x-dvds-versions-and-saving-a-little-money-on-them/">Continue reading <span class="meta-nav">&#8594;</span></a>(digital fingerprint:<br /> fcbe020f30624a362e1555f707ff15d1 (38.107.179.224) )</small>]]></description>
		<wfw:commentRss>http://romkey.com/2008/10/05/macos-x-dvds-versions-and-saving-a-little-money-on-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple&#8217;s iPod Event on September 9th</title>
		<link>http://romkey.com/2008/09/09/apples-ipod-event-on-september-9th/</link>
		<comments>http://romkey.com/2008/09/09/apples-ipod-event-on-september-9th/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 13:51:38 +0000</pubDate>
		<dc:creator>romkey</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[macintosh]]></category>

		<guid isPermaLink="false">http://romkey.com/2008/09/09/apples-ipod-event-on-september-9th/</guid>
		<description><![CDATA[Tuesday September 9th 2008 (today as I finish this; I meant to get this out sooner) is a special Apple event called "Let's Rock" - although they haven't specified, it's clearly related to the iPod/music side of their business. ...  The unfortunate downside for all of us who already have iPhone 3Gs is that I can't see us being able to buy a new, bigger phone at the normal price because AT&#038;T is now subsidizing the phones up-front. ...  Rumors hold out for a new 'grid view' in it, a new music suggestion feature (of course advising you to buy from the iTunes Store), HD TV and movie support (currently only available on the Apple TV).  ...  The long-rumored Apple tablet could be marketed as a Mac or as an iPod... if it's marketed as an iPod it might be introduced at an event like today's, but I doubt it as it's clear the focus of the event is music.  <a href="http://romkey.com/2008/09/09/apples-ipod-event-on-september-9th/">Continue reading <span class="meta-nav">&#8594;</span></a>(digital fingerprint:<br /> fcbe020f30624a362e1555f707ff15d1 (38.107.179.224) )</small>]]></description>
		<wfw:commentRss>http://romkey.com/2008/09/09/apples-ipod-event-on-september-9th/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 45/58 queries in 0.097 seconds using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: dyoggv3jxr1oh.cloudfront.net

Served from: romkey.com @ 2012-02-07 02:33:25 -->
