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]