<?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>Michael&#039;s World &#187; Linux</title>
	<atom:link href="http://www.michael-kress.de/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michael-kress.de</link>
	<description>Mitten aus dem Leben</description>
	<lastBuildDate>Sun, 20 Nov 2011 21:03:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to remove .tb folders on a Seagate BLACKARMOR NAS 220</title>
		<link>http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/</link>
		<comments>http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 20:14:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://www.michael-kress.de/?p=194</guid>
		<description><![CDATA[Abstract It&#8217;s unbelievable &#8211; I bought this tiny little storage from Seagate and I had to learn it the hard way that I do not have control over my files. One would think that a storage which offers RAID provides the ultimate security for your data. And when a hard drive fails, you just replace [...]]]></description>
			<content:encoded><![CDATA[<h2>Abstract</h2>
<p>It&#8217;s unbelievable &#8211; I bought this tiny little storage from Seagate and I had to learn it the hard way that I do not have control over my files. One would think that a storage which offers RAID provides the ultimate security for your data. And when a hard drive fails, you just replace it, disaster avoided. All true, but what Seagate does not mention on this product&#8217;s web site is to NOT NAME YOUR FOLDERS   &#8220;.tb&#8221; &#8211; otherwise you cannot delete those.</p>
<p>Well, in this case, I even was not the scapegoat towards myself, it was my client operating system. Folders named .tb are being created when an OS such as MS Windows tries to store preview images (aka thumbnails aka tb) for a specific folder. That&#8217;s why it may be the case that when there&#8217;s lots of media on the NAS you might have lots of .tb folders.</p>
<h2>Support?</h2>
<p>So I wanted to post my question into a forum and discovered there were already numerous questions on that topic, all not really answered, especially not by the official Seagate Support. That&#8217;s why I submitted a Service Request to Seagate explaining my problem. Their answer was just ridiculous, the solution was supposed to be the following:</p>
<ol>
<li>Create a new share that is nearly named as your old share (e.g. old: video, new: videos)</li>
<li>Copy over all data from the old share to the new one and omit the .tb folders</li>
<li>Delete the old share</li>
</ol>
<p>Sorry about the term &#8220;ridiculous&#8221;, but as a customer of a high tec device I can expect a professional solution which would be a firmware update resolving the issue. This cannot be that difficult to resolve. Instead, push the device to the market and do not care about any design flaws. I think in this case, Customer Service still has a lot of potential for lessons to learn.</p>
<h2>Solution!</h2>
<ol>
<li>Remove the SATA drives from the NAS and connect them to any computer. You will need SATA ports on that. Make sure the BIOS sees the drives.</li>
<li>Boot that computer with a Live Linux distribution (any distribution will work, I&#8217;ve used CentOS)</li>
<li>Execute these commands:<br />
$ mdadm -A /dev/md0 /dev/sda1 /dev/sdb1<br />
mdadm: /dev/md0 has been started with 2 drives.<br />
$ mkdir /mnt/md0<br />
$ mount /dev/md0 /mnt/md0<br />
$ echo &#8220;ssh stream tcp nowait root /usr/sbin/dropbear dropbear -i&#8221; &gt;&gt; /mnt/md0/etc/inetd.conf</li>
<li>As the often mentioned default password &#8216;atsahs&#8217; did not work for me, I&#8217;d suggest the following:<br />
Edit /mnt/md0/etc/shadow   to reset root&#8217;s and remove the encrypted password between the colons. DO NOT DELETE MORE. The resulting line for root should look like this:<br />
root::14783:0:99999:7:::</li>
<li>Execute these commands:<br />
$ umount /mnt/md0<br />
$ mdadm -S /dev/md0</li>
<li>Shut down the Live Linux and move the two drives back to the NAS</li>
<li>Start up the NAS and ssh over to your NAS<br />
ssh root@&lt;NAS-IP&gt;</li>
<li>Set your new root password</li>
</ol>
<p>Now you can cd to your shares under /shares and do whatever you want, e.g.</p>
<p>find -type d -name .tb -exec rm -rf {} \;</p>
<p>This fails on some directories that contain spaces in their names, but you&#8217;ll be able to take care of them manually.</p>
<p>Next step would be to find out how deleting .tb folders can be enabled. Playing around with a few smb.conf options, which I can edit now.</p>
<p>PS: Sorry, aber dieser Artikel ist mal in Englisch, weil eine Menge Leute im Seagate-Forum das gleiche Problem haben und diese eben auf Englisch gefragt haben.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=281&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=196&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=288&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=48&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=286&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=219&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=27&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=266&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=292&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-buzzster">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=1&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this via Buzzster!">Share this via Buzzster!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-current">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=80&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-designbump">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=282&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=106&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=102&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=283&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=191&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=287&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=43&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=280&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=89&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=52&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=74&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=207&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=202&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=246&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=53&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=105&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://www.shareaholic.com/api/share/?title=TITLE&amp;link=PERMALINK&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=205&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=263&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=14&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=290&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=How%20to%20remove%20.tb%20folders%20on%20a%20Seagate%20BLACKARMOR%20NAS%20220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=269&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=33&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=298&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=4&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=268&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=98&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=289&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=195&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=21&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=264&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=238&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=243&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=247&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=279&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=45&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=44&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=218&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=210&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=236&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=&amp;tags=&amp;ctype=" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=59&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=278&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=61&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=100&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=265&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=46&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=190&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" 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="shr-stumpedia">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=192&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=204&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-tipd">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=188&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="http://www.shareaholic.com/api/share/?title=How%20to%20remove%20.tb%20folders%20on%20a%20Seagate%20BLACKARMOR%20NAS%20220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=294&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http%3A%2F%2Fwww.michael-kress.de%2F2011%2F09%2Fhow-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220%2F&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=78&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-twittley">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http%3A%2F%2Fwww.michael-kress.de%2F2011%2F09%2Fhow-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220%2F&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=277&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=92&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=291&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=284&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=285&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=20&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=267&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=293&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
		<li class="shr-box">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+remove+.tb+folders+on+a+Seagate+BLACKARMOR+NAS+220&amp;link=http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/&amp;notes=Abstract%0D%0AIt%27s%20unbelievable%20-%20I%20bought%20this%20tiny%20little%20storage%20from%20Seagate%20and%20I%20had%20to%20learn%20it%20the%20hard%20way%20that%20I%20do%20not%20have%20control%20over%20my%20files.%20One%20would%20think%20that%20a%20storage%20which%20offers%20RAID%20provides%20the%20ultimate%20security%20for%20your%20data.%20And%20when%20a%20hard%20drive%20fails%2C%20you%20just%20replace%20it%2C%20d&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=240&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this link to Box.net">Add this link to Box.net</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.michael-kress.de/2011/09/how-to-remove-tb-folders-on-a-seagate-blackarmor-nas-220/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Linux auf meinem Notebook</title>
		<link>http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/</link>
		<comments>http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 21:00:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.michael-kress.de/?p=84</guid>
		<description><![CDATA[Windows &#8211; ein lahmendes Etwas Ich war ja schon mal froh, überhaupt einen schnelleren Sub-Notebook (das sind die kleinen Dinger mit 13,3&#8243; Bildschirmdiagonale und mit viel Leistung) zu haben und stolz wie Oskar, Vista (Achtung) Business drauf zu haben. Es hat kein halbes Jahr gedauert, schon lahmte das Vista von Update zu Update, man konnte [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Windows &#8211; ein lahmendes Etwas</strong></p>
<p>Ich war ja schon mal froh, überhaupt einen schnelleren Sub-Notebook (das sind die kleinen Dinger mit 13,3&#8243; Bildschirmdiagonale und mit viel Leistung) zu haben und stolz wie Oskar, Vista (Achtung) Business drauf zu haben. Es hat kein halbes Jahr gedauert, schon lahmte das Vista von Update zu Update, man konnte schon bald die Minuten zählen, die man brauchte, um den Rechner zu starten und die erste Website aufzurufen. Dann war alles einfach zäh &#8211; und das auf einem Intel Core 2 Duo T6400 mit 3GB RAM (übrigens ein ASUS F6VE) &#8211; Browser starten: Gemessene (nicht nur gefühlte) 35 Sekunden, Word starten: 20 Sekunden, usw. Das war nicht mehr tragbar.</p>
<p><strong>Linux &#8211; der Jungbrunnen<br />
</strong></p>
<p>Die Entscheidung, Ubuntu auf den Notebook zu packen, fiel nach einem Test aller &#8220;exotischen&#8221; Geräte leicht: Fingerprint-Scanner, eingebaute Webcam, Soundkarte, WLAN-Modul, Card-Reader, Touchpad, Bluetooth. Dies hat Ubuntu mich alles netterweise per Live-CD erfolgreich ausprobieren lassen. Nun war ich sicher &#8211; es lief alles und ich konnte Linux installieren. Seit dem bin ich rund um zufrieden. Per Wine kann ich immer noch Microsoft Office betreiben, der Rest ist Open Source oder Freeware. Alles perfekt. Mittlerweile ist Linux nicht nur im Serverbereich mein Favorit sondern auch auf dem Desktop.</p>
<p><strong>Update 29.04.2010</strong></p>
<p>Es läuft immer noch alles und vor allem &#8211; es ist nichts langsamer geworden! Gerade vorhin hat mich meine Aktualisierungsverwaltung gefragt, ob ich das neue Release von Ubuntu einspielen möchte. Finde ich nett. Das macht Windows alles nicht, d.h. weder <strong>schnell bleiben</strong>, noch mich fragen ob ich <strong>das aktuelle Major Release </strong><strong>kostenlos </strong><strong>downloaden</strong> möchte. Windows 7 musste ich mir für über 100 Euro kaufen &#8211; und das ist auch schon wieder langsam. Ok, der Hersteller von Windows möchte Geld verdienen und das sehe ich auch ein. Ich würde allerdings auch für eine gute Linux-Distribution bezahlen.</p>
<p>Ich glaub, ich klicke gleich mal genüsslich auf &#8220;Aktualisieren&#8221; und berichte bei Gelegenheit mal von meinen Erfahrungen.</p>
<p><img class="size-full wp-image-85 alignnone" title="ubuntu-10.04-LTS ist verfügbar" src="http://www.michael-kress.de/wp-content/uploads/2010/04/ubuntu-10.04-LTS.png" alt="" width="638" height="53" /></p>
<p>(LOL, und gerade lief im Fernsehen ein Werbespot für einen aktuellen Browser einer großen US-amerikanischen Firma aus Redmond. Der Nutzwert des beworbenen Produkts erschließt sich mir jetzt im ersten Anlauf mal nicht. Zudem, die 45 Sekunden meines Lebens gibt mir keiner mehr zurück.)</p>
<p>&#8230; jetzt spann mich schon nicht so lange auf die Folter. <img src='http://www.michael-kress.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><img class="size-full wp-image-95 alignnone" title="ubuntu-10.04-LTS-start-aktualisierung" src="http://www.michael-kress.de/wp-content/uploads/2010/04/ubuntu-10.04-LTS-start-aktualisierung.png" alt="" width="490" height="421" /></p>
<p><strong>Update 30.04.2010:</strong></p>
<p>Fertig &#8211; funktioniert alles.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=281&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=196&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=288&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=48&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=286&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=219&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=27&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=266&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=292&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-buzzster">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=1&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this via Buzzster!">Share this via Buzzster!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-current">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=80&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-designbump">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=282&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=106&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=24&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=102&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=283&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=191&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=287&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=43&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=280&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=89&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=52&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=74&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=207&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=202&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=246&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=53&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=105&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://www.shareaholic.com/api/share/?title=TITLE&amp;link=PERMALINK&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=205&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=263&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=14&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=290&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu%20Linux%20auf%20meinem%20Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=269&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=33&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=298&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=4&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=268&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=98&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=289&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=195&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=21&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=264&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=238&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=243&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=247&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=279&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=45&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=44&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=218&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=210&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=236&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=&amp;tags=&amp;ctype=" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=59&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=278&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=61&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=100&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=265&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=46&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=190&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" 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="shr-stumpedia">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=192&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=204&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-tipd">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=188&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu%20Linux%20auf%20meinem%20Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=294&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http%3A%2F%2Fwww.michael-kress.de%2F2010%2F04%2Fubuntu-linux-auf-meinem-notebook%2F&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=78&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-twittley">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http%3A%2F%2Fwww.michael-kress.de%2F2010%2F04%2Fubuntu-linux-auf-meinem-notebook%2F&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=277&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=92&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=291&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=284&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=285&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=20&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=267&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=293&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
		<li class="shr-box">
			<a href="http://www.shareaholic.com/api/share/?title=Ubuntu+Linux+auf+meinem+Notebook&amp;link=http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/&amp;notes=Windows%20-%20ein%20lahmendes%20Etwas%0D%0A%0D%0AIch%20war%20ja%20schon%20mal%20froh%2C%20%C3%BCberhaupt%20einen%20schnelleren%20Sub-Notebook%20%28das%20sind%20die%20kleinen%20Dinger%20mit%2013%2C3%22%20Bildschirmdiagonale%20und%20mit%20viel%20Leistung%29%20zu%20haben%20und%20stolz%20wie%20Oskar%2C%20Vista%20%28Achtung%29%20Business%20drauf%20zu%20haben.%20Es%20hat%20kein%20halbes%20Jahr%20gedauert%2C%20schon%20lahmt&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=240&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this link to Box.net">Add this link to Box.net</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.michael-kress.de/2010/04/ubuntu-linux-auf-meinem-notebook/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

