<?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; security</title>
	<atom:link href="http://romkey.com/tag/security/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>Why I Don&#8217;t Self-Host Anymore</title>
		<link>http://romkey.com/2011/05/03/why-i-dont-self-host-anymore/</link>
		<comments>http://romkey.com/2011/05/03/why-i-dont-self-host-anymore/#comments</comments>
		<pubDate>Tue, 03 May 2011 17:52:17 +0000</pubDate>
		<dc:creator>romkey</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[apocalypse]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[isp]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://www.romkey.com/?p=244</guid>
		<description><![CDATA[I&#8217;m at An Event Apart and have just listened to a great presentation by Jeremy Keith on data permanency. He touched on many issues, from technical ones regarding physical recording media and logical file formats, to digital rights management, legal &#8230; <a href="http://romkey.com/2011/05/03/why-i-dont-self-host-anymore/">Continue reading <span class="meta-nav">&#8594;</span></a>(digital fingerprint:<br /> fcbe020f30624a362e1555f707ff15d1 (38.107.179.220) )</small>]]></description>
		<wfw:commentRss>http://romkey.com/2011/05/03/why-i-dont-self-host-anymore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Around Same-Origin Policy in Web Browsers</title>
		<link>http://romkey.com/2011/04/23/getting-around-same-origin-policy-in-web-browsers/</link>
		<comments>http://romkey.com/2011/04/23/getting-around-same-origin-policy-in-web-browsers/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 20:30:25 +0000</pubDate>
		<dc:creator>romkey</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[phonegap]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[same origin policy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.romkey.com/?p=236</guid>
		<description><![CDATA[Web browsers enforce a security policy called &#8220;Same Origin Policy&#8221; in order to protect their users from attacks by malicious web sites. The &#8220;Same Origin&#8221; policy requires that any attempt by Javascript on a web page to access a web &#8230; <a href="http://romkey.com/2011/04/23/getting-around-same-origin-policy-in-web-browsers/">Continue reading <span class="meta-nav">&#8594;</span></a>(digital fingerprint:<br /> fcbe020f30624a362e1555f707ff15d1 (38.107.179.220) )</small>]]></description>
		<wfw:commentRss>http://romkey.com/2011/04/23/getting-around-same-origin-policy-in-web-browsers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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.220) )</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.220) )</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>
	</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 44/61 queries in 0.095 seconds using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: dyoggv3jxr1oh.cloudfront.net

Served from: romkey.com @ 2012-02-07 02:29:06 -->
