<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>sharealike.org &#187; Uncategorized</title>
	<atom:link href="http://sharealike.org/index.php/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharealike.org</link>
	<description>Law, Technology, Science, Music, Politics, and GNU/Linux</description>
	<lastBuildDate>Wed, 23 Jun 2010 23:50:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>
		<item>
		<title>links for 2010-05-20</title>
		<link>http://sharealike.org/index.php/2010/05/20/links-for-2010-05-20/</link>
		<comments>http://sharealike.org/index.php/2010/05/20/links-for-2010-05-20/#comments</comments>
		<pubDate>Fri, 21 May 2010 06:04:54 +0000</pubDate>
		<dc:creator>brianwc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sharealike.org/index.php/2010/05/20/links-for-2010-05-20/</guid>
		<description><![CDATA[

Pulte Homes, Inc. v. Laborers&#039; International Union of North America (E.D. Mich.)
(tags: recap archive.org docket cfaa)


]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.mied.242547/">Pulte Homes, Inc. v. Laborers&#039; International Union of North America (E.D. Mich.)</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/recap">recap</a> <a href="http://delicious.com/brianwc/archive.org">archive.org</a> <a href="http://delicious.com/brianwc/docket">docket</a> <a href="http://delicious.com/brianwc/cfaa">cfaa</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sharealike.org/index.php/2010/05/20/links-for-2010-05-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>High load average but low CPU usage</title>
		<link>http://sharealike.org/index.php/2010/01/17/high-load-average-but-low-cpu-usage/</link>
		<comments>http://sharealike.org/index.php/2010/01/17/high-load-average-but-low-cpu-usage/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 20:01:45 +0000</pubDate>
		<dc:creator>brianwc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sharealike.org/?p=500</guid>
		<description><![CDATA[One of my Debian servers had its load average pegged at 3.0 but top didn&#8217;t show anything using a lot of CPU. A little Google research revealed this approach that solved things for me:
top -b -n 1 &#124; awk '{if (NR ]]></description>
			<content:encoded><![CDATA[<p>One of my Debian servers had its load average pegged at 3.0 but <code>top</code> didn&#8217;t show anything using a lot of CPU. A little Google research revealed this approach that solved things for me:</p>
<p><code>top -b -n 1 | awk '{if (NR <=7) print; else if ($8 == "D") {print; count++} } END {print "Total status D: "count}'</p>
<pre>top - 11:53:48 up 5 days, 18:47,  1 user,  load average: 3.00, 3.00, 3.00
Tasks: 132 total,   1 running, 131 sleeping,   0 stopped,   0 zombie
Cpu(s):  0.2%us, 12.3%sy,  3.8%ni, 83.3%id,  0.2%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   2075620k total,  1773432k used,   302188k free,   395648k buffers
Swap:  2650684k total,      716k used,  2649968k free,  1165208k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
 8548 root      20   0  2296  684  576 D    0  0.0   0:00.00 find
 8675 root      20   0  2296  684  576 D    0  0.0   0:00.00 find
32070 root      20   0  2296  688  576 D    0  0.0   0:00.00 find
Total status D: 3
tempe:~# killall -9 find
</pre>
<p></code></p>
<p>After that, the load average immediately began dropping back to normal.</p>
]]></content:encoded>
			<wfw:commentRss>http://sharealike.org/index.php/2010/01/17/high-load-average-but-low-cpu-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>links for 2009-12-13</title>
		<link>http://sharealike.org/index.php/2009/12/13/links-for-2009-12-13/</link>
		<comments>http://sharealike.org/index.php/2009/12/13/links-for-2009-12-13/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 06:05:17 +0000</pubDate>
		<dc:creator>brianwc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sharealike.org/index.php/2009/12/13/links-for-2009-12-13/</guid>
		<description><![CDATA[

Internet Archive: Free Download: gov.uscourts.cacd.16693
Perfect 10 Inc v. Cybernet Ventures
(tags: RECAP federal district court docket)


Internet Archive: Free Download: gov.uscourts.ord.88823
In The Matter Of The Application Of The United States Of America For A Search Warrant For Contents Of Electronic Mail And For An Order Directing A Provider Of Electronic Communication Services To Not Disclose The Existence [...]]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.cacd.16693/">Internet Archive: Free Download: gov.uscourts.cacd.16693</a></div>
<div class="delicious-extended">Perfect 10 Inc v. Cybernet Ventures</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.ord.88823/">Internet Archive: Free Download: gov.uscourts.ord.88823</a></div>
<div class="delicious-extended">In The Matter Of The Application Of The United States Of America For A Search Warrant For Contents Of Electronic Mail And For An Order Directing A Provider Of Electronic Communication Services To Not Disclose The Existence Of The Search Warrant</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.nysd.333291/">Internet Archive: Free Download: gov.uscourts.nysd.333291</a></div>
<div class="delicious-extended">Virgin Enterprises Limited v. Virgin Eyes, LLC</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.nysd.333289/">Internet Archive: Free Download: gov.uscourts.nysd.333289</a></div>
<div class="delicious-extended">The Royalty Network Inc. v. Dishant.Com, LLC</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.idd.23449/">Internet Archive: Free Download: gov.uscourts.idd.23449</a></div>
<div class="delicious-extended">Alamar Ranch, LLC v. County of Boise</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.cand.25700/">Internet Archive: Free Download: gov.uscourts.cand.25700</a></div>
<div class="delicious-extended">Acco Brands, Inc. v. PC Guardian Anti-Theft Products, Inc.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.cand.205733/">Internet Archive: Free Download: gov.uscourts.cand.205733</a></div>
<div class="delicious-extended">Mainstream Media, EC v. Riven</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.cand.200285/">Internet Archive: Free Download: gov.uscourts.cand.200285</a></div>
<div class="delicious-extended">LG Electronics, Inc. v. Hitachi, Ltd.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.cand.15960/">Internet Archive: Free Download: gov.uscourts.cand.15960</a></div>
<div class="delicious-extended">Google Inc. v. American Blind &amp; Wallpaper Factory, Inc.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details/gov.uscourts.cacd.438950/">Internet Archive: Free Download: gov.uscourts.cacd.438950</a></div>
<div class="delicious-extended">Monex Deposit Company v. Gilliam</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.archive.org/details.php?identifier=gov.uscourts.cacd.415703">Internet Archive: Free Download: gov.uscourts.cacd.415703</a></div>
<div class="delicious-extended">United States v. Drew</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/RECAP">RECAP</a> <a href="http://delicious.com/brianwc/federal">federal</a> <a href="http://delicious.com/brianwc/district">district</a> <a href="http://delicious.com/brianwc/court">court</a> <a href="http://delicious.com/brianwc/docket">docket</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sharealike.org/index.php/2009/12/13/links-for-2009-12-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>links for 2009-12-10</title>
		<link>http://sharealike.org/index.php/2009/12/10/links-for-2009-12-10/</link>
		<comments>http://sharealike.org/index.php/2009/12/10/links-for-2009-12-10/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 06:04:30 +0000</pubDate>
		<dc:creator>brianwc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sharealike.org/index.php/2009/12/10/links-for-2009-12-10/</guid>
		<description><![CDATA[

Microsoft finally open sources Windows 7 tool
(tags: microsoft open_source)


]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://arstechnica.com/microsoft/news/2009/12/microsoft-finally-open-sources-windows-7-tool.ars">Microsoft finally open sources Windows 7 tool</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/microsoft">microsoft</a> <a href="http://delicious.com/brianwc/open_source">open_source</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sharealike.org/index.php/2009/12/10/links-for-2009-12-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Coverage of Cyberlawcases.com by Berkeley</title>
		<link>http://sharealike.org/index.php/2009/09/03/coverage-of-cyberlawcases-com-by-berkeley/</link>
		<comments>http://sharealike.org/index.php/2009/09/03/coverage-of-cyberlawcases-com-by-berkeley/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 02:01:44 +0000</pubDate>
		<dc:creator>brianwc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sharealike.org/?p=476</guid>
		<description><![CDATA[Nice coverage of our new blog, cyberlawcases.com, by Berkeley, though I don&#8217;t think I would have chosen such a large photo of myself.
]]></description>
			<content:encoded><![CDATA[<p>Nice <a href="http://www.berkeley.edu/news/media/releases/2009/09/03_cyberlawblog.shtml">coverage</a> of our new blog, <a href="http://cyberlawcases.com">cyberlawcases.com</a>, by Berkeley, though I don&#8217;t think I would have chosen such a large photo of myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://sharealike.org/index.php/2009/09/03/coverage-of-cyberlawcases-com-by-berkeley/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>links for 2009-05-24</title>
		<link>http://sharealike.org/index.php/2009/05/24/links-for-2009-05-24/</link>
		<comments>http://sharealike.org/index.php/2009/05/24/links-for-2009-05-24/#comments</comments>
		<pubDate>Mon, 25 May 2009 06:37:08 +0000</pubDate>
		<dc:creator>brianwc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sharealike.org/index.php/2009/05/24/links-for-2009-05-24/</guid>
		<description><![CDATA[

052109stein.pdf (application/pdf Object)
(S.D.N.Y. May 14, 2009)
(tags: Staufer &#34;Brooks Brothers&#34; patent &#34;qui tam&#34; &#34;bow tie&#34; &#34;false advertising&#34;)


]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.nylj.com/nylawyer/adgifs/decisions/052109stein.pdf">052109stein.pdf (application/pdf Object)</a></div>
<div class="delicious-extended">(S.D.N.Y. May 14, 2009)</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/Staufer">Staufer</a> <a href="http://delicious.com/brianwc/%22Brooks">&quot;Brooks</a> <a href="http://delicious.com/brianwc/Brothers%22">Brothers&quot;</a> <a href="http://delicious.com/brianwc/patent">patent</a> <a href="http://delicious.com/brianwc/%22qui">&quot;qui</a> <a href="http://delicious.com/brianwc/tam%22">tam&quot;</a> <a href="http://delicious.com/brianwc/%22bow">&quot;bow</a> <a href="http://delicious.com/brianwc/tie%22">tie&quot;</a> <a href="http://delicious.com/brianwc/%22false">&quot;false</a> <a href="http://delicious.com/brianwc/advertising%22">advertising&quot;</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sharealike.org/index.php/2009/05/24/links-for-2009-05-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>links for 2009-05-01</title>
		<link>http://sharealike.org/index.php/2009/05/01/links-for-2009-05-01/</link>
		<comments>http://sharealike.org/index.php/2009/05/01/links-for-2009-05-01/#comments</comments>
		<pubDate>Sat, 02 May 2009 06:02:56 +0000</pubDate>
		<dc:creator>brianwc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sharealike.org/index.php/2009/05/01/links-for-2009-05-01/</guid>
		<description><![CDATA[

ii.com · Procmail Quick Start: An introduction to email filtering with a focus on procmail by Nancy McGough
(tags: procmail recipes howto)


]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.ii.com/internet/robots/procmail/qs/#forwardingProbs">ii.com · Procmail Quick Start: An introduction to email filtering with a focus on procmail by Nancy McGough</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/brianwc/procmail">procmail</a> <a href="http://delicious.com/brianwc/recipes">recipes</a> <a href="http://delicious.com/brianwc/howto">howto</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sharealike.org/index.php/2009/05/01/links-for-2009-05-01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>
	</item>
	</channel>
</rss>
