Synchronizing Time on Win 2000 Server

Well you would imagine that the Win 2000 Server would know what time it is. Well if you tell it what time it is, it will know, but you don’t want to go on telling it every week, just to make sure it is still in sync. So, there are a few little services wich will do that for you.

Lets open the cmd shell and type:

net time /querysntp

… if nothing is set up there won’t be much output. So go surf in the internet and pick yourself a time server which is near you. Let’s say you find sntp.atomictime.com.

Now we need to tell your server that this is the machine wich we are going to adjust the time to.

net time /setsntp:sntp.atomictime.com

or if you feel better about having two or more time servers available do the following:

net time /setsntp:"sntp.atomictime.com another.clock.org"

Weiterlesen

tiddlywiki – ein mini wiki zum mitnehmen

Ein einfaches aber elegantes und auch feature reiches wiki zum mitnehmen. Es besteht effektiv aus einer einzigen HTML Datei. Je nach grösse der Daten ist das Teil per mail zu verschicken … auf dem USB Stick mit zu nehmen oder gar einer Diskette (kennt das noch jemand?). http://www.tiddlywiki.com/

Viren Scanner für MacOSX for free

Bin gerade über die Seite gestolpert. Da dachte ich nun da ich schon die freien Viren Scanner für PC weiter unten aufliste, dann sollte der für MacOSX auch nicht fehlen. http://www.markallan.co.uk … ist umgezogen: http://www.clamxav.com/

Code Snippet Center

Ja was ist das denn? Ganz einfach, jemand (Thomas) hatte wohl die idee anstatt der vieln „fertig script“ Seiten mal eine Snippet Seite zu erstellen. Ich bekam dann eine Anfrage ob ich meine paar Snippets auch dort hochladen würde … tja, warum nicht? Ich meine mal ehrlich, script Seiten gibt es genug. Überfüllt mit „bezahl … Weiterlesen

MySQL – Monitor – Tuning

Hab in letzter Zeit einiges darüber gelesen, doch viel weiter bin ich nicht gekommen. Doch mit dem „wenig“ läuft die MySQL schon um einiges runder. 1. Ein Artikel von MySQL EDIT: http://dev.mysql.com/doc/refman/4.1/en/s…html?ff=nopfpls … seit Oracle am Werk ist existiert die Seite nicht mehr. 2. Und ein wenig nachschauen mit MyTop (ähnlich wie „top“ aber halt … Weiterlesen

Older IE standalone versions

While testing website code I often get to the point of using multiple computers and multiple systems and multiple VM Wares. I have some old CD-Roms with old browsers, but let’s get real, I don’t carry them around with me all the time, so I was out searching for some older IE versions and stumble … Weiterlesen

Quick Javascript Check for IE

Actually this wouldn’t be a big thing or anything, but there is one little thing that one needs to be aware of – OPERA! Opera can disguise itself as IE and that way pending on the user it can easily happen that in browserchecks the user get’s sent the wrong way. As mentioned above, this … Weiterlesen

The sun is comming out sooner or later

Well, here in Germany we might still wait a little bit untill the sun shows up again, but if you are lucky then you are already running yround in your shorts. So, how is your computer doing? A bit slower than usual? Got a Pentium4 and it might just be overheating without you noticing? Got … Weiterlesen