<?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>Two Drifters &#187; Language</title>
	<atom:link href="http://blog.ideaday.de/max/category/language/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ideaday.de/max</link>
	<description>Off to see the world.</description>
	<lastBuildDate>Sun, 05 Feb 2012 16:48:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Concrete 5 SQL errors during installation</title>
		<link>http://blog.ideaday.de/max/2012/02/concrete-5-sql-errors-during-installation/</link>
		<comments>http://blog.ideaday.de/max/2012/02/concrete-5-sql-errors-during-installation/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 19:57:24 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Concrete 5]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[C5]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[explanation]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql error]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.ideaday.de/max/?p=1667</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2012/02/concrete-5-sql-errors-during-installation/' addthis:title='Concrete 5 SQL errors during installation '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>We have seen this error with Concrete 5.5.1 You try to setup Concrete 5, and get strange SQL errors during the installation: If installing with an empty site, like this you get: mysql error: [1048: Column 'uID' cannot be null] in EXECUTE("INSERT INTO Config (cfKey,cfValue,uID) VALUES ('NEWSFLOW_LAST_VIEWED','FIRSTRUN',NULL)") If installing with Sample content with Blog: The [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2012/02/concrete-5-sql-errors-during-installation/' addthis:title='Concrete 5 SQL errors during installation ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2012/02/concrete-5-sql-errors-during-installation/' addthis:title='Concrete 5 SQL errors during installation '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>We have seen this error with <strong>Concrete 5.5.1</strong></p>
<p>You try to setup Concrete 5, and get <strong>strange SQL errors</strong> during the installation:</p>
<p>If installing with an <strong>empty site</strong>, like this</p>
<p align="center"><a href="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2012/02/c5-nosample-content-chosen.png"><img hspace="10" alt="c5-nosample-content-chosen" vspace="10" src="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2012/02/c5-nosample-content-chosen-small.png" width="450" height="208" /></a></p>
<p>you get:</p>
<p align="center"><a href="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2012/02/c5-mysql-error.png"><img hspace="10" alt="c5-mysql-error" vspace="10" src="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2012/02/c5-mysql-error-small.png" width="450" height="129" /></a></p>
<p><em>mysql error: [1048: Column 'uID' cannot be null] in EXECUTE("INSERT INTO Config (cfKey,cfValue,uID) VALUES ('NEWSFLOW_LAST_VIEWED','FIRSTRUN',NULL)")</em></p>
<p>If installing with <strong>Sample content with Blog</strong>:</p>
<p align="center"><a href="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2012/02/c5_with_sample_content.png"><img hspace="10" alt="c5 with sample content" vspace="10" src="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2012/02/c5_with_sample_content-small.png" width="450" height="276" /></a></p>
<p>The error you get is:</p>
<p><em>Catchable fatal error: Argument 1 passed to ContentImporter::importPageAreas() must be an instance of Page, boolean given, called in /concrete/libraries/content/importer.php on line 75 and defined in /concrete/libraries/content/importer.php on line 197.</em></p>
<p>&nbsp;</p>
<p><strong>Solution:</strong></p>
<p>You don't run Varnish by any chance, do you? We do, and we had it set up to &#8230; dispose of some cookies. The solution is, in Varnish' case, to enable pass-through for the host you are installing on.</p>
<p>You want to enable cookies.</p>
<p>&nbsp;</p>
<p><strong>Explanation:</strong></p>
<p>The code which breaks is located in <em>concrete5.5.1\concrete\models\package\starting_point.php</em></p>
<blockquote>
<p>  Config::save('SITE', SITE);<br />
  Config::save('SITE_APP_VERSION', APP_VERSION);<br />
  $u = new User();<br />
  $u-&gt;saveConfig('NEWSFLOW_LAST_VIEWED', 'FIRSTRUN');</p>
</blockquote>
<p>As you see, this is the first time a User is created and used.</p>
<p>The User class is defined in <em>concrete5.5.1\concrete\models\user.php</em></p>
<blockquote>
<p> <strong> if (isset($_SESSION['uID'])) {<br /></strong>     $this-&gt;uID = $_SESSION['uID'];<br />
     $this-&gt;uName = $_SESSION['uName'];<br />
     $this-&gt;uTimezone = $_SESSION['uTimezone'];<br />
     if (isset($_SESSION['uDefaultLanguage'])) {<br />
      $this-&gt;uDefaultLanguage = $_SESSION['uDefaultLanguage'];<br />
     }<br />
     $this-&gt;superUser = ($_SESSION['uID'] == USER_SUPER_ID) ? true : false;<br />
    } else {<br />
    <strong> $this-&gt;uID = null;<br /></strong>     $this-&gt;uName = null;<br />
     $this-&gt;superUser = false;<br />
     $this-&gt;uDefaultLanguage = null;<br />
     $this-&gt;uTimezone = null;<br />
    }<br />
    $this-&gt;uGroups = $this-&gt;_getUserGroups();<br />
    if (!isset($args[2])) {<br />
     $_SESSION['uGroups'] = $this-&gt;uGroups;<br />
    }<br />
   }</p>
</blockquote>
<p>The constructor checks in the Session for a valid user ID. If no user ID is found, it is set to zero. This happens <strong>if you throw away the cookies</strong>! Because the session is stored in them.</p>
<p>HTH. Feel free to comment on similar errors and solutions.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2012/02/concrete-5-sql-errors-during-installation/' addthis:title='Concrete 5 SQL errors during installation ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ideaday.de/max/2012/02/concrete-5-sql-errors-during-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good timer software</title>
		<link>http://blog.ideaday.de/max/2012/02/good-timer-software/</link>
		<comments>http://blog.ideaday.de/max/2012/02/good-timer-software/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 17:31:09 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[recommendation]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[timer]]></category>

		<guid isPermaLink="false">http://blog.ideaday.de/max/?p=1656</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2012/02/good-timer-software/' addthis:title='Good timer software '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>An easy to use Freeware Timer: http://www.sonoragraphics.com/timer.html#downloads<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2012/02/good-timer-software/' addthis:title='Good timer software ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2012/02/good-timer-software/' addthis:title='Good timer software '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>An easy to use Freeware Timer:</p>
<p><a href="http://www.sonoragraphics.com/timer.html#downloads">http://www.sonoragraphics.com/timer.html#downloads</a></p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2012/02/good-timer-software/' addthis:title='Good timer software ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ideaday.de/max/2012/02/good-timer-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Sprache mit der Konsole wechseln</title>
		<link>http://blog.ideaday.de/max/2012/01/ubuntu-sprache-mit-der-konsole-wechseln/</link>
		<comments>http://blog.ideaday.de/max/2012/01/ubuntu-sprache-mit-der-konsole-wechseln/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 11:23:49 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Chinesisch]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[Hilfestellung]]></category>
		<category><![CDATA[Konsole]]></category>
		<category><![CDATA[locale]]></category>
		<category><![CDATA[Neustart]]></category>
		<category><![CDATA[Sprache ändern]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.ideaday.de/max/?p=1622</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2012/01/ubuntu-sprache-mit-der-konsole-wechseln/' addthis:title='Ubuntu Sprache mit der Konsole wechseln '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>Mein Bruder hat auf seinem Ubuntu Notebook chinesisch als Hauptsprache installiert. Klar, wir sprechen alle Chinesisch &#8230; nicht! Jetzt hatte er mich gebeten etwas für ihn daran zu machen. Also musste erst Chinesisch durch z.b. Englisch ersetzt werden. Leider müsste man in der GUI auch erkennen, welche chinesichen Zeichen denn jetzt dafür stehen, dass man [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2012/01/ubuntu-sprache-mit-der-konsole-wechseln/' addthis:title='Ubuntu Sprache mit der Konsole wechseln ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2012/01/ubuntu-sprache-mit-der-konsole-wechseln/' addthis:title='Ubuntu Sprache mit der Konsole wechseln '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Mein Bruder hat auf seinem Ubuntu Notebook chinesisch als Hauptsprache installiert. Klar, wir sprechen alle Chinesisch &#8230; nicht!</p>
<p>Jetzt hatte er mich gebeten etwas für ihn daran zu machen. Also musste erst Chinesisch durch z.b. Englisch ersetzt werden.</p>
<p>Leider müsste man in der GUI auch erkennen, welche chinesichen Zeichen denn jetzt dafür stehen, dass man die Sprache konfigurieren kann. Ich habe probeweise ein paar angeklickt, es kamen jedoch immer irgendwelche Dialoge mit noch mehr Chinesisch (im wahrsten Sinne des Wortes!).</p>
<p>Nach einer Internetrecherche, dank <a href="http://blog.andrewbeacock.com/2007/01/how-to-change-your-default-locale-on.html" target="_blank">dieser Seite </a> die Lösung:</p>
<ul>
<li>
<div>eine Konsole aufrufen (die erkennt man an dem Konsolen-Icon)</div>
</li>
<li>
<div>sudo nano /etc/default/locale</div>
</li>
<li>
<div>ggf. User-passwort eingeben</div>
</li>
<li>
<div>eintragen:</div>
</li>
</ul>
<blockquote>
<p>LANG="en_GB"<br />
LANGUAGE="en_GB:en"</p>
</blockquote>
<ul>
<li>
<div>speichern (Ctrl + O)</div>
</li>
<li>
<div>schließen (Ctrl + X)</div>
</li>
<li>
<div>System neustarten ( sudo reboot )</div>
</li>
</ul>
<p>Nach dem Neustart sind wichtige Teile des Systems &#8211; bspw. die Menüleiste ganz oben &#8211; in Englisch. Das sollte es einem ermöglichen auch den Rest umzustellen &#8230; falls notwendig.</p>
<p>Andere Teile, bspw. FireFox bleiben allerdings in Chinesisch, und sind daher verteufelt schwer zu bedienen &#8230; so muss sich ein Analphabet vorkommen!</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2012/01/ubuntu-sprache-mit-der-konsole-wechseln/' addthis:title='Ubuntu Sprache mit der Konsole wechseln ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ideaday.de/max/2012/01/ubuntu-sprache-mit-der-konsole-wechseln/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finestra</title>
		<link>http://blog.ideaday.de/max/2012/01/finestra/</link>
		<comments>http://blog.ideaday.de/max/2012/01/finestra/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 23:20:33 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[Finestra]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[Window Manager]]></category>
		<category><![CDATA[working Finestra]]></category>

		<guid isPermaLink="false">http://blog.ideaday.de/max/?p=1620</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2012/01/finestra/' addthis:title='Finestra '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>Running Windows 7? For a working Finestra (with correct Z-Order) use Version 1.1. Version 1.2 messes up the Z-Order, and Version 2.0 and Version 2.1 both crash when hitting Win + Z to display the window overview (known bug). Sometimes the newest version is not the best one :-) About Finestra Finestra is a Virtual [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2012/01/finestra/' addthis:title='Finestra ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2012/01/finestra/' addthis:title='Finestra '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Running Windows 7? For a working Finestra (with correct Z-Order) use <strong><a title="Working Finestra" href="http://vdm.codeplex.com/releases/view/60501" target="_blank">Version 1.1</a></strong>.</p>
<p>Version 1.2 messes up the Z-Order, and Version 2.0 and Version 2.1 both crash when hitting Win + Z to display the window overview (known bug). Sometimes the newest version is not the best one :-)</p>
<p><strong>About Finestra</strong></p>
<p>Finestra is a Virtual Desktop Manager for Windows. Freeware, fast switching, graphical indication to which desktop it switches.</p>
<p>Ability to drag windows to other desktops (using Win + Z to show the preview). Also useful for recovering windows which have been moved to outside your monitor by accident (believe me, it happens. Especially when using different monitor setups on notebooks)</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2012/01/finestra/' addthis:title='Finestra ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ideaday.de/max/2012/01/finestra/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business!</title>
		<link>http://blog.ideaday.de/max/2012/01/business/</link>
		<comments>http://blog.ideaday.de/max/2012/01/business/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 21:53:23 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[blasting mind]]></category>
		<category><![CDATA[creativity]]></category>
		<category><![CDATA[getting started]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[just do it]]></category>
		<category><![CDATA[life purpose]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://blog.ideaday.de/max/?p=1618</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2012/01/business/' addthis:title='Business! '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>How to get started in business? Get obsessed about an idea, talk with everybody about it &#8230; then register a domain name and start setting up! WordPress is a great solution, easily installed, and there you are &#8211; you're a business with it's own website! What about the next steps? Obviously, you don't want to [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2012/01/business/' addthis:title='Business! ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2012/01/business/' addthis:title='Business! '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p><strong>How to get started in business?</strong></p>
<p>Get <strong>obsessed</strong> about an idea, talk with <strong>everybody</strong> about it &#8230; then register a domain name and start setting up! WordPress is a great solution, easily installed, and there you are &#8211; you're a business with it's own website!</p>
<p><strong>What about the next steps?</strong></p>
<p>Obviously, you don't want to stop talking about your new idea! Post it to FaceBook, set up camp in Twitter, start referring to it until people actually start to get annoyed :-)</p>
<p>To organize your ideas you might want to use <a href="https://usd.swreg.org/cgi-bin/s.cgi?s=46266&amp;p=46266-2009&amp;v=2&amp;d=0&amp;q=1&amp;a=MaximilianBatz">XMind</a>! (Yeah, there's a superb free version, available, too!)</p>
<p>Don't forget to <a href="http://www.amazon.co.uk/?&amp;tag=surf01b-21&amp;camp=1694&amp;creative=6710&amp;linkCode=ur1&amp;adid=0H1AHY2XQSK7KS9HEDFW&amp;&amp;ref-refURL=http%3A%2F%2Fideaday.de%2Ftimo">read all</a> you can about business, and oh &#8211; do <a href="http://www.goodsync.com/?affid=idday" target="_blank">backup </a> your files regularly!</p>
<p>If your page actually starts getting massive hits, we recommend working together with us (!) and <a href="http://tracking.maxcdn.com/c/19034/6297/378">MaxCDN</a> for all your content delivery needs.</p>
<p><strong>The most important thing</strong></p>
<p>Is just to get going, to love the idea and business creativity. To do it for a purpose, to change the world! Get excited, and people will follow you. Read Napoleon Hill's book &#8211; Think and get rich &#8211; to understand what I mean.</p>
<p><strong>Want help?</strong></p>
<p>Head on over to <a title="CatFind.it - Don't search." href="http://www.catfind.it/" target="_blank">CatFind.it</a> and get your answers. (See what I mean?)</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2012/01/business/' addthis:title='Business! ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ideaday.de/max/2012/01/business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Offizieller Launch von CatFind.it</title>
		<link>http://blog.ideaday.de/max/2012/01/offizieller-launch-von-catfind-it/</link>
		<comments>http://blog.ideaday.de/max/2012/01/offizieller-launch-von-catfind-it/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 18:44:08 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Angebot]]></category>
		<category><![CDATA[Bing Alternative]]></category>
		<category><![CDATA[CatFind.it]]></category>
		<category><![CDATA[finden statt suchen]]></category>
		<category><![CDATA[Google Alternative]]></category>
		<category><![CDATA[Profis am Werk]]></category>
		<category><![CDATA[Recherche]]></category>
		<category><![CDATA[Rechercheservice]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[Stecknadel im Heuhaufen]]></category>
		<category><![CDATA[zufriedene Kunden]]></category>

		<guid isPermaLink="false">http://blog.ideaday.de/max/?p=1613</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2012/01/offizieller-launch-von-catfind-it/' addthis:title='Offizieller Launch von CatFind.it '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>Heute, am 03.01.2012 ist nach längerer Vorbereitung das Projekt CatFind.it online gegangen. Wofür ist CatFind.it? CatFind.it ersetzt mühselige eigene Recherche in Google, BING, Altavista und wie sie alle heißen mögen durch einen preiswerten, zeitsparenden und professionellen Rechercheservice. Warum sollte ich CatFind.it nutzen? Die Suche mit der schwarzen Katze findet Ihnen das wonach Sie suchen &#8211; [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2012/01/offizieller-launch-von-catfind-it/' addthis:title='Offizieller Launch von CatFind.it ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2012/01/offizieller-launch-von-catfind-it/' addthis:title='Offizieller Launch von CatFind.it '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Heute, am 03.01.2012 ist nach längerer Vorbereitung das Projekt <a href="http://www.catfind.it/">CatFind.it</a> online gegangen.</p>
<p><strong><img src="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2012/01/johnny_automatic_cat_reading-3.png" alt="johnny automatic cat reading" width="225" height="336" align="left" hspace="10" vspace="10" />Wofür ist CatFind.it?</strong></p>
<p><a href="http://www.catfind.it/">CatFind.it</a> ersetzt mühselige eigene Recherche in Google, BING, Altavista und wie sie alle heißen mögen durch einen preiswerten, zeitsparenden und professionellen Rechercheservice.</p>
<p><strong>Warum sollte ich CatFind.it nutzen?</strong></p>
<p>Die Suche mit der schwarzen Katze findet Ihnen das wonach Sie suchen &#8211; da unsere Rechercheprofis darauf trainiert sind, die Stecknadel im Heuhafen zu finden. Übertragen auf das Web bedeutet es: wir filtern aus den Milliarden von Webseiten die für Sie richtigen Informationen heraus und bereiten sie in einem Blog-Eintrag auf.</p>
<p><strong>Was kostet der Service?</strong></p>
<p>Anfangs ist geplant, mit 29 € pro Recherche (inklusive Mehrwertsteuer) zu starten. Später werden bei komplexereren Anfragen wahrscheinlich auf Sie zugeschnittene Preisangebote von unserer Seite erfolgen.</p>
<p><strong>Wie kann ich jetzt schon komplexe Fragen stellen?</strong></p>
<p>Teilen Sie die Frage einfach in mehrere Unterfragen auf, die dann entsprechend aufbereitet werden!</p>
<p>Wir laden Sie herzlich ein, <a title="Finden statt suchen - Die Suche mit der schwarzen Katze" href="http://www.catfind.it/" target="_blank">einer der ersten Nutzer</a> von CatFind.it zu sein!</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2012/01/offizieller-launch-von-catfind-it/' addthis:title='Offizieller Launch von CatFind.it ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ideaday.de/max/2012/01/offizieller-launch-von-catfind-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great looking Websites</title>
		<link>http://blog.ideaday.de/max/2011/12/great-looking-websites/</link>
		<comments>http://blog.ideaday.de/max/2011/12/great-looking-websites/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 16:22:19 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[good examples]]></category>
		<category><![CDATA[good pages]]></category>
		<category><![CDATA[website link]]></category>

		<guid isPermaLink="false">http://blog.ideaday.de/max/?p=1606</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2011/12/great-looking-websites/' addthis:title='Great looking Websites '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>University of Iowa Healthcare Clean looking informative entertaining / attention-grasping<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2011/12/great-looking-websites/' addthis:title='Great looking Websites ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2011/12/great-looking-websites/' addthis:title='Great looking Websites '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p><a href="http://www.uihealthcare.org/">University of Iowa Healthcare</a></p>
<ul>
<li>
<div>Clean looking</div>
</li>
<li>
<div>informative</div>
</li>
<li>
<div>entertaining / attention-grasping</div>
</li>
</ul>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2011/12/great-looking-websites/' addthis:title='Great looking Websites ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ideaday.de/max/2011/12/great-looking-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visa-Scam</title>
		<link>http://blog.ideaday.de/max/2011/12/visa-scam/</link>
		<comments>http://blog.ideaday.de/max/2011/12/visa-scam/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 10:58:32 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[betrug]]></category>
		<category><![CDATA[deutsche bank AG]]></category>
		<category><![CDATA[kreditkarte]]></category>
		<category><![CDATA[mastercard]]></category>
		<category><![CDATA[scam]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[visa]]></category>
		<category><![CDATA[vorsicht]]></category>

		<guid isPermaLink="false">http://blog.ideaday.de/max/?p=1604</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2011/12/visa-scam/' addthis:title='Visa-Scam '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>Die nachfolgende e-Mail ist GANZ OFFENSICHTLICH EIN BETRUGSVERSUCH!!!! Banken würden bei Problemen ihre Kunden nicht auf diese Art und Weise (d.h. per e-Mail) kontaktieren! EINFACH IGNORIEREN! &#160; Lieber Visa und Mastercard Mitglied, Ihr Konto wurde gesperrt. Aus Sicherheitsgründen können Sie diese Kreditkarte nicht mehr im Internet einsetzen. Damit Sie Ihre Kreditkarte wieder sicher und uneingeschränkt [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2011/12/visa-scam/' addthis:title='Visa-Scam ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2011/12/visa-scam/' addthis:title='Visa-Scam '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Die nachfolgende e-Mail ist <strong>GANZ OFFENSICHTLICH EIN BETRUGSVERSUCH!!!!</strong></p>
<p>Banken würden bei Problemen ihre Kunden nicht auf diese Art und Weise (d.h. per e-Mail) kontaktieren!</p>
<p><strong>EINFACH IGNORIEREN!</strong></p>
<p>&nbsp;</p>
<p>Lieber Visa und Mastercard Mitglied,</p>
<p>
Ihr Konto wurde gesperrt. Aus Sicherheitsgründen können Sie diese<br />
Kreditkarte<br />
nicht mehr im Internet einsetzen.</p>
<p>
Damit Sie Ihre Kreditkarte wieder sicher und uneingeschränkt im<br />
Internet einsetzen können,<br />
laden Sie bitte das beigefügte Formular.</p>
<p>
Wenn Sie nicht abgeschlossen haben das beigefügte Formular,<br />
wird Ihre Kreditkarte dauerhaft eingeschränkt werden.</p>
<p>&nbsp;</p>
<p>Mit freundlichen Grüßen,<br />
Customer Communications Manager,<br />
Copyright ? 2011 Deutsche Bank AG, Frankfurt am Main</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2011/12/visa-scam/' addthis:title='Visa-Scam ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ideaday.de/max/2011/12/visa-scam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Zenoss Core on OpenVZ and Ubuntu-VEs</title>
		<link>http://blog.ideaday.de/max/2011/12/installing-zenoss-core-on-openvz-and-ubuntu-ves/</link>
		<comments>http://blog.ideaday.de/max/2011/12/installing-zenoss-core-on-openvz-and-ubuntu-ves/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 20:22:59 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[AMD x64]]></category>
		<category><![CDATA[device infrastructure monitoring]]></category>
		<category><![CDATA[Google Maps API Key]]></category>
		<category><![CDATA[IT monitoring]]></category>
		<category><![CDATA[OpenVZ]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[server monitoring]]></category>
		<category><![CDATA[SNMP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Zenoss Core]]></category>
		<category><![CDATA[Zenoss stack]]></category>

		<guid isPermaLink="false">http://blog.ideaday.de/max/?p=1601</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2011/12/installing-zenoss-core-on-openvz-and-ubuntu-ves/' addthis:title='Installing Zenoss Core on OpenVZ and Ubuntu-VEs '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>What is Zenoss Core? Zenoss Core is a fabulous, Open Source, network and device monitor. It allows you to collect statistics, track uptime and get alerts for a wide array of devices and applications, i.e. printers, routers, Linux and Windows servers, Varnish cache and many more. It is important to see the performance of your [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2011/12/installing-zenoss-core-on-openvz-and-ubuntu-ves/' addthis:title='Installing Zenoss Core on OpenVZ and Ubuntu-VEs ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2011/12/installing-zenoss-core-on-openvz-and-ubuntu-ves/' addthis:title='Installing Zenoss Core on OpenVZ and Ubuntu-VEs '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p><strong>What is Zenoss Core?</strong></p>
<p>Zenoss Core is a fabulous, Open Source, network and device monitor. It allows you to collect statistics, track uptime and get alerts for a wide array of devices and applications, i.e. printers, routers, Linux and Windows servers, Varnish cache and many more.</p>
<p>It is important to see the performance of your digital assets, to ensure optimum experience for the users, and be able to react before someone notices the problems on the outside of your organisation.</p>
<p>Mission-critical components, i.e. corporate e-mail servers can be monitored with this solution.</p>
<p><strong>Setting up Zenoss Core on an Ubuntu-VPS under OpenVZ</strong></p>
<p>OpenVZ can be installed in a OpenVZ container. I chose to use the contributed Ubuntu 10.04 minimal template downloaded from <a href="http://ftp.openvz.org/template/precreated/contrib/">OpenVZ.org</a>. It will be a dedicated VE, just for Zenoss Core.</p>
<p>"<em>ubuntu-10.04-minimal_10.04_amd64.tar.gz</em>"</p>
<ul>
<li>
<div>10.04 is LTS (long term supported)</div>
</li>
<li>the minimal comes without Apache or other services</li>
</ul>
<p>The installation of the Zenoss stack will fail if your resource limits (particularly memory) are set too low. Here's an excerpt from the configuration file of my VPS:</p>
<blockquote>
<p>ONBOOT="yes"</p>
<p># UBC parameters (in form of barrier:limit)<br />
KMEMSIZE="14372700:14790164"<br />
LOCKEDPAGES="256:256"<br />
PRIVVMPAGES="1175000:1250000"<br />
SHMPAGES="21504:21504"<br />
NUMPROC="240:240"<br />
PHYSPAGES="0:9223372036854775807"<br />
VMGUARPAGES="33792:9223372036854775807"<br />
OOMGUARPAGES="26112:9223372036854775807"<br />
NUMTCPSOCK="360:360"<br />
NUMFLOCK="188:206"<br />
NUMPTY="16:16"<br />
NUMSIGINFO="256:256"<br />
TCPSNDBUF="1720320:2703360"<br />
TCPRCVBUF="2703360:3003360"<br />
OTHERSOCKBUF="1126080:2097152"<br />
DGRAMRCVBUF="262144:262144"<br />
NUMOTHERSOCK="360:360"<br />
DCACHESIZE="3409920:3624960"<br />
NUMFILE="9312:9312"<br />
AVNUMPROC="180:180"<br />
NUMIPTENT="128:128"</p>
<p># Disk quota parameters (in form of softlimit:hardlimit)<br />
DISKSPACE="5242880:5242880"<br />
DISKINODES="200000:220000"<br />
QUOTATIME="0"</p>
<p># CPU fair sheduler parameter<br />
CPUUNITS="1000"</p>
</blockquote>
<p>You need to install wget and binutils.</p>
<blockquote>
<p>apt-get install wget binutils</p>
</blockquote>
<p>Then download the newest Zenoss Stack DEB package from <a href="http://community.zenoss.org/docs/DOC-3240">Zenoss</a>. The stack includes webserver, a dedicated MySQL instance and other things for running Zenoss. Choose from the native stacks (DEBIAN/UBUNTU), DEB based. In <em>/tmp</em> :</p>
<blockquote>
<p>wget <a href="http://dev.zenoss.org/deb/dists/main/stable/binary-amd64/zenoss-stack_3.2.1_x64.deb">http://dev.zenoss.org/deb/dists/main/stable/binary-amd64/zenoss-stack_3.2.1_x64.deb</a></p>
</blockquote>
<p>I used the x64 stack, as we have a 64bit server. </p>
<p>Install the stack using dpkg:</p>
<blockquote>
<p> dpkg -i zenoss-stack_3.2.1_x64.deb</p>
</blockquote>
<p>This will take quite some time! On finish, start Zenoss Core with</p>
<blockquote>
<p>/etc/init.d/zenoss-stack start</p>
</blockquote>
<p>Now you are finished with the console part. Fire up your browser, and go to the installation server's IP, port 8080. I.e. <a href="http://www.example.com:8080">http://www.example.com:8080</a>.</p>
<p>Here you will be asked to setup the admin password and a new user for "everyday usage". After creating them, you will be given the opportunity to automatically discover devices and servers, to manually set them up, or to skip to the dashboard. (You can, of course, always add devices and servers later on).</p>
<p>After getting to the dashboard, you can set up a Google Maps API Key. That is pretty self-explanatory, Zenoss Core will help you do it.</p>
<p>Good luck!</p>
<p><strong>Further reading / watching:</strong></p>
<p><strong>Zenoss installation &amp; monitoring a Linux server with SNMP</strong></p>
<p><iframe height="480" src="http://www.youtube.com/embed/KfnUEQEwCuE" frameborder="0" width="640" allowfullscreen=""></iframe></p>
<p>More information about <a href="http://castix.wordpress.com/2009/03/02/installing-zenoss-and-monitoring-server-via-snmp/">this screencast on Castix</a> &#8211; also includes the example snmpd.conf mentioned in the screencast.</p>
<p><strong>Zenoss Core Getting Started &#8211; Adding Devices</strong></p>
<p><iframe height="442" src="http://blip.tv/play/AYKkq3MC.html?p=1" frameborder="0" width="550" allowfullscreen=""></iframe><embed style="DISPLAY: none" type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYKkq3MC" /></p>
<p><strong>Links</strong></p>
<ul>
<li><a href="http://blip.tv/zenoss-monitor-everything-everywhere">Zenoss Blip.TV Channel</a> (with how-to videos and discussions)</li>
</ul>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2011/12/installing-zenoss-core-on-openvz-and-ubuntu-ves/' addthis:title='Installing Zenoss Core on OpenVZ and Ubuntu-VEs ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ideaday.de/max/2011/12/installing-zenoss-core-on-openvz-and-ubuntu-ves/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Festplatten sind empfindlich</title>
		<link>http://blog.ideaday.de/max/2011/12/festplatten-sind-empfindlich/</link>
		<comments>http://blog.ideaday.de/max/2011/12/festplatten-sind-empfindlich/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 14:32:58 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Backup-Software]]></category>
		<category><![CDATA[Datenrettung]]></category>
		<category><![CDATA[Festplatte]]></category>
		<category><![CDATA[GoodSync]]></category>
		<category><![CDATA[PC Kult]]></category>
		<category><![CDATA[Platter]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[Tipp]]></category>

		<guid isPermaLink="false">http://blog.ideaday.de/max/2011/12/festplatten-sind-empfindlich/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2011/12/festplatten-sind-empfindlich/' addthis:title='Festplatten sind empfindlich '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>Bild: Die Festplatte mit entferntem zweiten Platter und beschädigtem oberen Lesekopf (in der Hoffnung, dass die Platte diesen dann ignorieren würde, hat sie aber nicht) Was kann passieren wenn man eine Festplatte fallen lässt? Die Festplatte besteht im Inneren aus sog. Plattern, das sind Scheiben auf denen die Daten gespeichert sind. Lese/Schreibköpfe werden über die [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2011/12/festplatten-sind-empfindlich/' addthis:title='Festplatten sind empfindlich ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2011/12/festplatten-sind-empfindlich/' addthis:title='Festplatten sind empfindlich '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p><a href="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2011/12/broken-hard-drive.png"><strong><img alt="broken-hard-drive" src="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2011/12/broken-hard-drive-small.png" width="450" height="378" /></strong></a></p>
<p><em>Bild: Die Festplatte mit entferntem zweiten Platter und beschädigtem oberen Lesekopf (in der Hoffnung, dass die Platte diesen dann ignorieren würde, hat sie aber nicht)</em></p>
<p><strong>Was kann passieren wenn man eine Festplatte fallen lässt?</strong></p>
<p>Die Festplatte besteht im Inneren aus sog. Plattern, das sind Scheiben auf denen die Daten gespeichert sind. Lese/Schreibköpfe werden über die Festplatte geschwenkt und können so die Daten von den Plattern nutzen.</p>
<p>Wenn man die Platte fallen lässt, können im schlimmsten Fall die empfindlichen Platter, die manchmal aus einer glasähnlichen Substanz bestehen, kaputtgehen. Wenn man die Festplatte dann leicht schüttelt, scheppert es innendrin. Wenn man sie anmacht, funktioniert sie nicht mehr wie gewöhnlich, sondern macht "komische Geräusche". Kratzen, Klicken, oder auch gar kein Laufgeräusch sind schlimme Zeichen.</p>
<p><a href="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2011/12/broken-platter.png"><img alt="broken-platter" src="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2011/12/broken-platter-small.png" width="450" height="135" /></a></p>
<p><em>Bild: einzelne Splitter eines kaputten Platters.</em></p>
<p><strong>Was kann man tun wenn es passiert ist?</strong></p>
<p>Wenn tatsächlich einer der Platter defekt ist, hilft nur noch ein professioneller Recovery-Service, um die Daten in einem Reinraum mit Hilfe spezieller Instrumente auszulesen. Dieser Service kann hunderte von Euros kosten.</p>
<p><strong>Wie kann man so einem Fall vorbeugen?</strong></p>
<p>Zunächst: Backup, Backup, Backup! Ich empfehle die sehr gute Software <a href="http://www.goodsync.com/?affid=idday" target="_blank">GoodSync</a>, die sehr leicht zu benutzen ist. GoodSync kann auch "vergangene Versionen" speichern, d.h. falls man eine Datei zwischen zwei Backups versehentlich ändert, kann man die vorigen Versionen problemlos wiederherstellen.</p>
<p>SSD Festplatten haben DIESE Probleme nicht &#8211; es sind keine empfindlichen mechanischen Teile enthalten, die beim Fallenlassen kaputtgehen könnten. SSDs haben außerdem den Vorteil wesentlich schnellere Zugriffe auf die Daten und schnellere Transferraten zu haben. Es kann gleichzeitig auf Daten die weit auseinander liegen zugegriffen werden, Defragmentierung ist ein Ding der Vergangenheit. Sie haben jedoch auch einen Nachteil: den Preis. Momentan liegt er bis zu zehnmal höher als für klassische Festplatten mit der gleichen Kapazität.</p>
<p>Ich empfehle vor allem für die Systemfestplatte SSD Laufwerke zu nutzen, da das Arbeiten dadurch viel angenehmer wird. Man wartet weniger auf den Computer, die Anwendungen schalten schneller untereinander um, große Dateien werden schneller geöffnet, &#8230;. ich selber nutze eine <strong>Vertex 2 von OCZ Technologies</strong> in meinem Notebook mit 240 GB Speicherkapazität und bin sehr zufrieden.</p>
<p>Man muss auf jeden Fall beide Möglichkeiten kombinieren: Backups sind das A und O. Im Fall des Falles &#8211; und es kann sehr viel passieren &#8211; kann man die Daten ohne Probleme wiederherstellen, und damit weiterarbeiten. Im anderen Fall kann es sehr teuer werden.</p>
<p><strong>Ein Ansprechpartner für alle Fälle &#8230;.</strong></p>
<p>Eine befreundete Firma, <a href="http://www.pc-kult.de/start.php" target="_blank">PC Kult</a>, berät bei Backup-Lösungen und Daten-Wiederherstellung. Mit fairen Preisen und freundlichen Mitarbeitern ist sie der ideale Ansprechpartner bei allen Fragen rund um PC, Mac und SmartPhones.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2011/12/festplatten-sind-empfindlich/' addthis:title='Festplatten sind empfindlich ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ideaday.de/max/2011/12/festplatten-sind-empfindlich/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/38 queries in 0.035 seconds using disk: basic
Object Caching 1177/1312 objects using disk: basic
Content Delivery Network via ideadayblog.ideaday.netdna-cdn.com

Served from: blog.ideaday.de @ 2012-02-06 19:38:38 -->
