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

Author: stephan  |  Category: Linux, Netbook

[lang_en]
I reduced the the white screens of death [¹] but randomly they still occur.
Now I found a better solution
I placed this into my /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash i950.modeset=1″

and run a update-grub
[¹]
http://blog.hlawatsch.org/wp-admin/post.php?post=482
[/lang_en]
[lang_de]
Ich hatte die Anzahl der White Screens of death[¹] reduziert aber nicht ganz eleminiert.
Nun habe ich eine bessere Lösung gefunden.
Ich habe meine /etc/default/grub folgendermassen editiert

GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash i950.modeset=1″

und danach ein update-grub ausgeführt.
[¹]
http://blog.hlawatsch.org/wp-admin/post.php?post=482
[lang_de]

Es folgt Werbung der Parteien zur Berlinwahl 2011

Author: stephan  |  Category: satire, Sonstiges, Weltgeschehen

dnsblacklists

Author: stephan  |  Category: Linux, Netzwerk, Weltgeschehen, windows

[lang_de]
Was sind DNS Blacklists ?
Das Sind Spezielle Namesserver die statt DNS Records Spamsserver ausliefern.
The advantages are the fast updaterate and
Wie bekomme ich heraus ob ein Server auf dieser Blackliste steht .
Man mus eine DNS Abfrage mit folgender Syntax starten ( Mit der IP von blog.hlawatsch.org und der DNS-Blacklist des Heiseverlag [¹] als Beispiel) :
Die IP: 217.10.14.27
Die Abfrage
host 27.14.10.217.ix.dnsbl.manitu.net

Der Server ist auf der Blacklist, wenn die Antwort llocalhost enthält.
Der Server ist nicht auf der Blackliste bei einer leeren Antwrt

[¹]
http://www.dnsbl.manitu.net/
[/lang_de][lang_en]
What are DNS blacklists ?
This are special namesserver returning spamming servers instead of DNS Records.
The advantages are fast updaterate and the availability. And its works everywhere where DNS is working.

Is my server on a blacklist ? .
You need a DNS query with a special syntax ( with the IP of blog.hlawatsch.org and the dnsblacklist of heise.de [¹] as example) :
the IP: 217.10.14.27
the query
host 27.14.10.217.ix.dnsbl.manitu.net

your server is blacklisted if the returned answer contains localhost.
youre server isn’t blacklisted if the returned answer is empty.

[¹]
http://www.dnsbl.manitu.net/
[/lang_en]

A Workaround, when harddrive c: is getting to small

Author: stephan  |  Category: windows

[lang_de]
Was tun , wenn c: auf einem Windowssystem zu klein wird aber man auf anderen Partitionen noch genug frei hat ?
Ein sehr einfacher Weg geht mit dem Tool junction [¹]
Damit kann man nun auch unter Windows symbolische Verknüfungen erstellen
Ein Beispiel:
junction c:\mydir d:\daten\mydir

[¹]
http://download.sysinternals.com/Files/junction.zip

[/lang_de]
[lang_en]
What can you do when your harddrive c: on awindowssystem ist getting to small , but on the other partitions is enough space ?

A very simple solution is with a tool named junction [¹]
With junction you are able to create symlinks under windows
One example:
junction c:\mydir d:\daten\mydir

[¹]
http://download.sysinternals.com/Files/junction.zip

[/lang_en]

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]

New Design

Author: stephan  |  Category: Sonstiges

[lang_en]
I found a new pretty cool theme and revamped the blog in this way.
Have you mentiioned the clock on the left ( my customization )
[/lang_en]
[lang_de]
Ich habe ein neues cooles Theme gefunden und damit das Blog ein bischen überarbeitet.
Hat jemand die Uhr auf der linken bemerkt ( die habe ich mir gebastelt)
[/lang_de]

Metalist of free DNS servers

Author: stephan  |  Category: Linux, Netzwerk, windows

[lang_en]
DNS is on of the most important elements of the internet. Without we had to surf with ip adresses. Good to know that you can choose your DNS Server freely and you not depend from the DNS of your provider

There are a lot of good lists with free DNS in the Internet so I link to them instead of building a new one.

http://provider-stoerung.de/blog/ubersicht-dns-server/
http://www.ccc.de/censorship/dns-howto/
http://www.fixmbr.de/opendns-und-andere-freie-dns-server/
http://www.adriansauer.com/2010/09/07/frei-verwendbare-dns-server/
[/lang_en][lang_de]
DNS ist eines der wichtigsten Elemente des Internets. Ohne müsste wir mit IP Adressen surfen. Wichtig zu wissen , das die DNSfrei konfigurierebar sind und man nicht abhängig ist von den DNS Servern seines Providers.

Da es schon eine Menge hervorragender Listen mit freien DNS Servern gibt möchte ich auf diese Verweisen anstatt eine eigene Anzufangen.

http://provider-stoerung.de/blog/ubersicht-dns-server/
http://www.ccc.de/censorship/dns-howto/
http://www.fixmbr.de/opendns-und-andere-freie-dns-server/
http://www.adriansauer.com/2010/09/07/frei-verwendbare-dns-server/
[/lang_de]

howto name Areas in Excel/Calc

Author: stephan  |  Category: Linux, Sonstiges, windows

[lang_de]
Ein kurzer Tipp für Excel/Calc

Man markiert einen Bereich. Dann steht links oben z.B. D4:D13 . Jetzt ersetzt man in besagtem Feld D4:D13 durch Testspalte.
Ab jetzt bietet einem Excel/Calc an ,Testspalte in Formeln zu integrieren.

=SUMME(Testspalte)
[/lang_de]
[lang_en]
A short tipp for Excel/Calc

Mark an area . Than you see at the left e.g. D4:D13 . Now you change D4:D13 into Testspalte in this Field.
Now Excel/Calc offers to integrate Testspalte into Formulas.

=SUMME(Testspalte)
[/lang_en]