<?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>Adam Sherman &#187; System</title>
	<atom:link href="http://www.sherman.ca/archives/category/system/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sherman.ca</link>
	<description>Mostly random thoughts on software, gear and the great outdoors.</description>
	<lastBuildDate>Fri, 06 Jan 2012 18:39:35 +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>xkcd: Password Strength</title>
		<link>http://www.sherman.ca/archives/2011/08/10/xkcd-password-strength/</link>
		<comments>http://www.sherman.ca/archives/2011/08/10/xkcd-password-strength/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 12:43:55 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[comic]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.sherman.ca/?p=292</guid>
		<description><![CDATA[As always, xkcd makes a great point through a comic with &#8220;Password Strength&#8221;. I do not know if the point he is making is actually valid, some research will be required. Update: Ben Rockwood comments on the webcomic with &#8220;Password &#8230; <a href="http://www.sherman.ca/archives/2011/08/10/xkcd-password-strength/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As always, <a href="http://xkcd.com">xkcd</a> makes a great point through a comic with <a title="Password Strength" href="http://xkcd.com/936/">&#8220;Password Strength&#8221;</a>.</p>

<div class="wp-caption aligncenter" style="width: 750px"><a href="http://xkcd.com/936/"><img title="Password Strength" src="http://imgs.xkcd.com/comics/password_strength.png" alt="Password Strength" width="740" height="601" /></a><p class="wp-caption-text">Password Strength</p></div>

<p>I do not know if the point he is making is actually valid, some research will be required.</p>

<p><strong>Update:</strong> Ben Rockwood comments on the webcomic with <a title="Password Myths" href="http://cuddletech.com/blog/?p=666">&#8220;Password Myths&#8221;</a>.</p>

<p>I believe that Mr. Rockwood is correct in his appraisal that we should all start using the term <em>pass phrase</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sherman.ca/archives/2011/08/10/xkcd-password-strength/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.7 &#8220;Lion&#8221; Seems to Have a Broken Python easy_install</title>
		<link>http://www.sherman.ca/archives/2011/07/25/lion-broken-python-easy_install/</link>
		<comments>http://www.sherman.ca/archives/2011/07/25/lion-broken-python-easy_install/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 19:11:36 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.sherman.ca/?p=276</guid>
		<description><![CDATA[One of the first things I needed after upgrading to Mac OS X 10.7 (Lion) was to make some Python scripts work. However easy_install seemed to be broken: $ easy_install psycopg2 Traceback (most recent call last): File "/usr/local/bin/easy_install", line 5, &#8230; <a href="http://www.sherman.ca/archives/2011/07/25/lion-broken-python-easy_install/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the first things I needed after upgrading to <a href="http://www.apple.com/macosx/" target="_blank">Mac OS X 10.7 (Lion)</a> was to make some Python scripts work. However easy_install seemed to be broken:
<pre>$ easy_install psycopg2
Traceback (most recent call last):
  File "/usr/local/bin/easy_install", line 5, in &lt;module&gt;
    from pkg_resources import load_entry_point
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2607, in &lt;module&gt;
    parse_requirements(<strong>requires</strong>), Environment()
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 565, in resolve
    raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: setuptools==0.6c12dev-r88795</pre>
I fixed this by installing <a href="http://packages.python.org/distribute/" target="_blank">Distribute</a> and then the new <a href="http://developer.apple.com/technologies/tools/" target="_blank">Mac OS X Developer Tools</a>.</p>

<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sherman.ca/archives/2011/07/25/lion-broken-python-easy_install/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>RSA finally comes clean: SecurID is compromised</title>
		<link>http://www.sherman.ca/archives/2011/06/07/rsa-finally-comes-clean-securid-is-compromised/</link>
		<comments>http://www.sherman.ca/archives/2011/06/07/rsa-finally-comes-clean-securid-is-compromised/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 10:53:00 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.sherman.ca/?p=271</guid>
		<description><![CDATA[Wow. This is a massive deal and a huge hurdle for RSA: RSA finally comes clean: SecurID is compromised]]></description>
			<content:encoded><![CDATA[<p>Wow. This is a massive deal and a huge hurdle for RSA:</p>

<p><a href="http://arstechnica.com/security/news/2011/06/rsa-finally-comes-clean-securid-is-compromised.ars">RSA finally comes clean: SecurID is compromised</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sherman.ca/archives/2011/06/07/rsa-finally-comes-clean-securid-is-compromised/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New iPhone 3G S</title>
		<link>http://www.sherman.ca/archives/2009/06/19/new-iphone-3g-s/</link>
		<comments>http://www.sherman.ca/archives/2009/06/19/new-iphone-3g-s/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 14:16:06 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[rogers]]></category>

		<guid isPermaLink="false">http://www.sherman.ca/?p=177</guid>
		<description><![CDATA[So I bought a new 32GB iPhone 3G S this morning at a Rogers Plus store. Was painless and, since I give them so much money each month, I received the $299 pricing. Different from last time is that the &#8230; <a href="http://www.sherman.ca/archives/2009/06/19/new-iphone-3g-s/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I bought a new 32GB iPhone 3G S this morning at a Rogers Plus store. Was painless and, since I give them so much money each month, I received the $299 pricing.</p>

<p>Different from last time is that the staff activated the phone before handing it over.</p>

<p>I plugged it into iTunes which offered to restore my previous unit&#8217;s backup and I&#8217;m good to go. Smooth!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sherman.ca/archives/2009/06/19/new-iphone-3g-s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone OS 3.0, Tethering and Rogers</title>
		<link>http://www.sherman.ca/archives/2009/06/18/iphone-os-30-tethering-and-rogers/</link>
		<comments>http://www.sherman.ca/archives/2009/06/18/iphone-os-30-tethering-and-rogers/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 14:36:00 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[rogers]]></category>

		<guid isPermaLink="false">http://www.sherman.ca/?p=175</guid>
		<description><![CDATA[I thought I&#8217;d let everyone know that I upgraded my iPhone 3G to iPhone OS 3.0 yesterday and tethering Just Works™ over both Bluetooth PAN and USB. In fact, it&#8217;s much simpler to use than I expected. I have an &#8230; <a href="http://www.sherman.ca/archives/2009/06/18/iphone-os-30-tethering-and-rogers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d let everyone know that I upgraded my iPhone 3G to iPhone OS 3.0 yesterday and tethering <em>Just Works™</em> over both Bluetooth PAN and USB. In fact, it&#8217;s much simpler to use than I expected.</p>

<p>I have an original 6G data plan with Rogers and according to their <a href="http://www.rogers.com/web/content/wireless-products/iphone_faqs">FAQ</a>, this is a supported feature and I am not going to get a multi-thousand dollar bill next month. <img src='http://www.sherman.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sherman.ca/archives/2009/06/18/iphone-os-30-tethering-and-rogers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris Shared Library Troubleshooting Notes</title>
		<link>http://www.sherman.ca/archives/2008/03/25/solaris-shared-library-troubleshooting-notes/</link>
		<comments>http://www.sherman.ca/archives/2008/03/25/solaris-shared-library-troubleshooting-notes/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 15:28:35 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://www.sherman.ca/?p=108</guid>
		<description><![CDATA[Recently I have been building a few packages under an OpenSolaris Zone hosted by Joyent. Ran into a few issues with shared libraries, so here are my notes: Telling the Linker Where to Look You will often get an error &#8230; <a href="http://www.sherman.ca/archives/2008/03/25/solaris-shared-library-troubleshooting-notes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recently I have been building a few packages under an OpenSolaris Zone hosted by <a title="Joyent" href="http://www.joyent.com/">Joyent</a>. Ran into a few issues with shared libraries, so here are my notes:</p>

<h4>Telling the Linker Where to Look</h4>

<p>You will often get an error like <code>ld.so.1: conftest: fatal: libreadline.so.5: open failed: No such file or directory</code>. This simply means the linker can not find your library. The following command will tell the linker to append a new entry to the existing search path:
 
<pre># crle -u /path/to/lib/dir</pre>
You can retrieve the current configuration by simply running <code>crle</code> on it&#8217;s own, output should be something like this:
<pre>$ crle
Configuration file [version 4]: /var/ld/ld.config
  Platform:     32-bit LSB 80386
  Default Library Path (ELF):   /opt/local/lib:/opt/csw/lib:/usr/lib:/lib
  Trusted Directories (ELF):    /lib/secure:/usr/lib/secure  (system default)
Command line:
  crle -c /var/ld/ld.config -l /opt/local/lib:/opt/csw/lib:/usr/lib:/lib</pre>
 </p>

<h4>Getting Yourself Out of Trouble</h4>

<p>You can easily get yourself into a situation where your system is a brick by having an incomplete search path for the linker. For example, if you run <code>crle -l /foo/path/lib</code>, you will no longer be able to run anything at all since the linker will not find basic libraries it needs. I found a <a title="Changing Search Paths with crle(1) - they are a replacement" href="http://blogs.sun.com/rie/entry/changing_search_paths_with_crle">great post</a> on this topic which instructs you do use the <code>LD_NOCONFIG</code> environment variable to tell the linker to use a default configuration. You can then fix the issue:
<pre>$ sudo crle -l /opt/local/lib -l /opt/csw/lib -l /usr/lib -l /lib
ld.so.1: sudo: fatal: libpam.so.1: open failed: No such file or directory
Killed
$ LD_NOCONFIG=yes sudo crle -l /opt/local/lib -l /opt/csw/lib -l /usr/lib -l /lib</pre></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sherman.ca/archives/2008/03/25/solaris-shared-library-troubleshooting-notes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OpenID With Your Domain</title>
		<link>http://www.sherman.ca/archives/2008/02/07/openid-with-your-domain/</link>
		<comments>http://www.sherman.ca/archives/2008/02/07/openid-with-your-domain/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 13:15:15 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.sherman.ca/archives/2008/02/07/openid-with-your-domain/</guid>
		<description><![CDATA[The above indicates that my personal OpenID is being delegated to  https://adam.sherman.pip.verisignlabs.com  which is hosted by the server  https://pip.verisignlabs.com/server .   Since the page at  http://sherman.ca/  contains the above tags, I can now go to any site supporting OpenID and simply use  sherman.ca  as my identifier. <a href="http://www.sherman.ca/archives/2008/02/07/openid-with-your-domain/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since I will eventually be implementing <a href="http://openid.net/">OpenID</a> in a commercial project, I thought I would go ahead and set myself up properly.</p>

<p>There are now a few free OpenID providers and I have setup my own account with <a href="https://pip.verisignlabs.com/" title="VeriSign Labs Personal Identity Provider">VeriSign Labs Personal Identity Provider</a> <i>beta</i>. Of course, I do not wish to expose the actual provider as my <em>OpenID</em>: what if I lose trust in them or they simply stop offering the service one day?</p>

<p>The solution to this is actually quite simple and allows you to use your own domain as your personal OpenID, exactly what I needed. The technical term is <em>delegation</em> and is fully <a href="http://openid.net/specs/openid-authentication-1_1.html#delegating_authentication">documented</a>. To implement this trick using <a href="http://www.wordpress.org">WordPress</a>, simply edit your themes <code>header.php</code> and add two <a href="http://www.html-reference.com/META.htm">meta tags</a>. Of course you can do this with your software of choice, or even plain vanilla HTML. This is what I added to my blog:</p>

<p><pre>
&lt;link rel="openid.server" href="https://pip.verisignlabs.com/server"&gt;
&lt;link rel="openid.delegate" href="https://adam.sherman.pip.verisignlabs.com"&gt;
</pre></p>

<p>The above indicates that my personal OpenID is being delegated to <code>https://adam.sherman.pip.verisignlabs.com</code> which is hosted by the server <code>https://pip.verisignlabs.com/server</code>. Since the page at <code>http://sherman.ca/</code> contains the above tags, I can now go to any site supporting OpenID (look for the logo: <img src="http://openid.net/login-bg.gif"/>) and simply use <code>sherman.ca</code> as my identifier.</p>

<p>I believe that OpenID&#8217;s time has come and I look forward to implementing it for some of my clients in order to give their users the ability to consume services <em>without a registration page</em>.</p>

<div class="posttagsblock"><a href="http://technorati.com/tag/openid" rel="tag">openid</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.sherman.ca/archives/2008/02/07/openid-with-your-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unlimited Nothing</title>
		<link>http://www.sherman.ca/archives/2008/02/05/unlimited-nothing/</link>
		<comments>http://www.sherman.ca/archives/2008/02/05/unlimited-nothing/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 04:20:19 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.sherman.ca/archives/2008/02/05/unlimited-nothing/</guid>
		<description><![CDATA[The  Unlimited surfing on your Fido  option includes unlimited mobile surfing on your handset only and is only available on selected handsets (non-Fido certified handsets, WindowsMobile devices and PC cards are not eligible).   Data usage incurred on ineligible handsets and devices, incurred while tethering (using a handset or device as a wireless modem or laptop) or incurred using non-Fido (third party) applications downloaded to your handset will be subject to pay-per-use charge of 5¢ per KB. <a href="http://www.sherman.ca/archives/2008/02/05/unlimited-nothing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So <a href="http://www.rogers.com/web/content/wireless-plans/essentials?content10=unlimited_ondevice_mobile#start">Rogers</a> (and their other brand, <a href="http://fido.ca/portal/en/domore/sdp_options.shtml">Fido</a>) have <span style="font-style: italic;">Unlimited Data</span> plans. And guess what? The fine print is so bad I do not know whether to laugh or cry. The Fido page says</p>

<blockquote>
  The <b>Unlimited surfing on your Fido</b> option includes unlimited mobile surfing on your handset only and is only available on selected handsets (non-Fido certified handsets, WindowsMobile devices and PC cards are not eligible). Data usage incurred on ineligible handsets and devices, incurred while tethering (using a handset or device as a wireless modem or laptop) or incurred using non-Fido (third party) applications downloaded to your handset will be subject to pay-per-use charge of 5¢ per KB. Option applies within Canada only. While roaming outside Canada, data transmission charge of 5¢ per KB apply, except in the U.S. where data transmission charges of 1¢ per KB apply.
</blockquote>

<p>The Rogers page has a few good ones too, have a look.</p>

<p>This means that I can have unlimited data, but only on devices where I would likely not use much, right?</p>

<p>The <a href="http://torontoist.com/2008/02/unlimited_meani.php">Torontoist</a> has an article on this subject.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sherman.ca/archives/2008/02/05/unlimited-nothing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flushing Leopard&#8217;s DNS Cache</title>
		<link>http://www.sherman.ca/archives/2008/02/04/flushing-leopards-dns-cache/</link>
		<comments>http://www.sherman.ca/archives/2008/02/04/flushing-leopards-dns-cache/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 02:08:40 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://www.sherman.ca/archives/2008/02/04/flushing-leopards-dns-cache/</guid>
		<description><![CDATA[Since I have run into problems similar this fellow, I thought I would  link  to the  original page  and reproduce the instructions here:

... Very useful tip. <a href="http://www.sherman.ca/archives/2008/02/04/flushing-leopards-dns-cache/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since I have run into problems similar this fellow, I thought I would <a href="http://feeds.feedburner.com/~r/slowe/content/feed/~3/229133236/">link</a> to the <a href="http://www.hongkiat.com/blog/how-to-clear-dns-cache-in-mac-osx-leopard/">original page</a> and reproduce the instructions here:</p>

<p><code># dscacheutil -flushcache</code></p>

<p>Very useful tip.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sherman.ca/archives/2008/02/04/flushing-leopards-dns-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fancy Auto-Launching in Leopard</title>
		<link>http://www.sherman.ca/archives/2007/10/30/fancy-auto-launching-in-leopard/</link>
		<comments>http://www.sherman.ca/archives/2007/10/30/fancy-auto-launching-in-leopard/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 02:08:46 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://www.sherman.ca/2007/10/30/fancy-auto-launching-in-leopard/</guid>
		<description><![CDATA[As mentioned in a previous post, Leopard uses launchd to automatically launch ssh-agent when needed. I just noticed that it does exactly the same thing for X11! Try it: type xeyes in a Terminal window and watch X11.app magically launch &#8230; <a href="http://www.sherman.ca/archives/2007/10/30/fancy-auto-launching-in-leopard/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As mentioned in a <a href="http://www.sherman.ca/archives/2007/10/30/ssh-agent-in-leopard/">previous post</a>, Leopard uses launchd to automatically launch ssh-agent when needed. I just noticed that it does exactly the same thing for X11!</p>

<p>Try it: type xeyes in a Terminal window and watch X11.app magically launch itself. Very smooth. Relevant configuration is quite simple:</p>

<p><pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;&lt;plist version="1.0"&gt;&lt;dict&gt;        &lt;key&gt;Label&lt;/key&gt;&lt;string&gt;org.x.X11&lt;/string&gt;        &lt;key&gt;Program&lt;/key&gt;&lt;string&gt;/usr/X11/X11.app/Contents/MacOS/X11&lt;/string&gt;        &lt;key&gt;Sockets&lt;/key&gt;                &lt;dict&gt;                &lt;key&gt;:0&lt;/key&gt;                &lt;dict&gt;&lt;key&gt;SecureSocketWithKey&lt;/key&gt;&lt;string&gt;DISPLAY&lt;/string&gt;&lt;/dict&gt;        &lt;/dict&gt;        &lt;key&gt;ServiceIPC&lt;/key&gt;&lt;true/&gt;&lt;/dict&gt;&lt;/plist&gt;</pre></p>

<p>For more information on launchd, see the following man pages: launchd(8), launchctl(1) and launchd.plist(5).</p>

<p>A nice feature I was not aware of is the ability to put user-specific agent definitions in ~/Library/LaunchAgents, very cool.</p>

<p><font style="position: absolute;overflow: hidden;height: 0;width: 0">
<a href="http://trustedmeds.us/blog/">blog</a><br />
<a href="http://trustedmeds.us/blog/">Pharmacy blog</a><br />
<a href="http://trustedmeds.us/?product=soma">buy soma</a><br />
<a href="http://trustedmeds.us/?product=viagra">buy viagra</a><br />
<a href="http://trustedmeds.us/?product=viagra">buy viagra online</a><br />
<a href="http://trustedmeds.us/?product=viagra">cheap generic viagra</a><br />
<a href="http://trustedmeds.us/?product=cialis">buy cialis online</a><br />
<a href="http://trustedmeds.us/?product=cialis">buy cialis</a><br />
<a href="http://trustedmeds.us/?product=levitra">buy levitra online</a><br />
<a href="http://trustedmeds.us/?product=levitra">buy levitra</a><br />
<a href="http://trustedmeds.us/?product=trial+packs">buy trial packs</a><br />
<a href="http://trustedmeds.us/?product=propecia">buy propecia</a><br />
<a href="http://trustedmeds.us/?product=propecia">buy propecia online</a><br />
<a href="http://trustedmeds.us/?product=voltaren">buy voltaren</a><br />
<a href="http://trustedmeds.us/?product=cialis+soft">buy cialis soft</a><br />
<a href="http://trustedmeds.us/?product=cialis+soft">buy cialis soft online</a><br />
<a href="http://trustedmeds.us/?product=viagra+soft">buy viagra soft online</a><br />
<a href="http://trustedmeds.us/?product=viagra+soft">buy viagra soft</a><br />
<a href="http://trustedmeds.us/?product=acomplia">buy acomplia</a><br />
<a href="http://trustedmeds.us/?product=acomplia">buy acomplia online</a><br />
</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sherman.ca/archives/2007/10/30/fancy-auto-launching-in-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

