Migration of RRD Graphs

Author: stephan  |  Category: Linux, Nagios, Netzwerk

[lang_de]
Ich hatte vor kurzem das Problem das RRD Graphen nicht mehr korrekt geupdatet wurden nach einer Migration.
Im Netz fand ich dann diesen => Guide

Auf der Quelle
for i in `ls *. rrd`; do rrdtool dump $i > $i.xml; done
Dann die Dateien auf das Ziel kopieren und folgendes eingeben
for i in `ls *.xml`; do rrdtool restore $i `echo $i |sed s/.xml//g`; done
[/lang_de]
[lang_en]
After a migration I had the problem that the Update of RRD Graphs failed.
The I found this guide in the internet => Guide

Source
for i in `ls *. rrd`; do rrdtool dump $i > $i.xml; done
Then copy the file to the target and do the following.
for i in `ls *.xml`; do rrdtool restore $i `echo $i |sed s/.xml//g`; done
[/lang_en]

beautiful simcity like 3d baidu maps

Author: stephan  |  Category: Sonstiges, Unterwegs, Weltgeschehen

[lang_de]
Ich bin bei den Stöbereien im Netz durch Zufall auf den Maps Dienst des chinesischen Google Konkurrenten Baidu aufmerksam geworden. Das Spannende sindd die größten Städte .Diese werden in einer Simcity artigen 3d Ansicht dargestellt.

Als Beispiel die Karte von Shanghai
The Map

[/lang_de]
[lang_en]
While surfing trough the Internet I found the map service of baidu , the chinese google“.
The most exciting are the big cities which are displayed in a simcity like 3D View.

as an example the map of Shanghai
The Map
[/lang_en]

A solution for the White screen of death on my Samsung NC10 Netbook

Author: stephan  |  Category: Linux, Netbook, windows

[lang_en]
I’m a victim of the White Screen of Death with the Samsung NC10 Netbook, too [¹]. After many tries I’m shure I found a workaround working for at least 24h.
It seems that the error depends on the brightness of the display. Setting the brightness to the absolute minimum and the errors seems gone.
Maybe this informations is helpful for others with the same Problem.

[¹]
http://en.wikipedia.org/wiki/NC10
[/lang_en]
[lang_de]
Auch ich bin leider Opfer des White Screen of Death Error mit meinem Samsung NC10 Netbook. [¹].
Nach vielen Versuchen habe ich nun einen Workaround gefunden . der seit 24 stabil funktioniert.
Der Fehler ist offenbar helligkeitsabhängig. Ich habe die Helligkeit auf ein Minimum gestellt und der Fehler scheint nicht wieder aufzutreten
Vielleicht ist die Information ja hilfreich für andere mit dem gleichen Problem.

[¹]
http://en.wikipedia.org/wiki/NC10
[/ang_de]