maxmind_logoInterested in working with identifying where an IP originates from geographically?  Maybe for your website (you could localise the display or whatever) or maybe for your applications?  Actually I heard about this in connection to how the Conficker worm/virus works, Conficker actually use this database to orient itself, yeah I know it’s a crazy world out there 😉

Both a free and a payable version is available, I haven’t looked into the API yet – but if you are into web development then this is not likely to ruin your day.

http://www.maxmind.com/app/geolitecountry

facebookEverything these days is about social networks (it’s all a bit too virtual to me, I still like the ‘personal’ contact 🙂 )..  But I’m not immune to the media, and hence I may be looking into ways of making my blog social network aware.

I found this webcast on making your blog Facebook ‘aware’, sadly it’s not all that compatible with the way my contact form work, but I’ll look a bit further into it some time in the future;
http://mashable.com/2008/12/11/facebook-connect-blog/

Here is some info on WordPress implementation;
http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/

paneldeamonSo you would like an easy approach to delegate service administration for your servers, well that is easily done with PanelDaemon.

You install IIS and then PanelDaemon on your server, now you can create users/groups that can remotely manage services on your server (start, stop and restart etc)..  You can upon user/group creation decide which services a user should be able to manage and thus not necessarily give control to all services.

It’s cool, it works and it’s free 🙂  Just the way we like it..

Get it here

timezone_mapAs I work in an international company I often have to contact people in different timezones, and its not always easy keeping track of what the time is where.

Especially annoying is it when you have to inform about maintenance and (because you are just a tad service minded) try to write all the local times as well as local time.

Anyhow, I got a few pointers this morning;

The quick way to get local time anywhere is;
http://www.timeticker.com/

If you are planning meetings etc;
http://www.timeanddate.com
The latter site has some useful features, meeting planner and national holiday information.

If you are living in Denmark and would like to know which SMTP server to use (and can´t seem to find this on your ISP’s web-site), then try www.iptools.dk and click “SMTP servers” – from your IP these guys seem to be able to determine most popular ISP’s smtp servers.

Besides the SMTP feature there are a bunch of other cool tools on the site, so give it a spin if you are from these parts of the world.

iptools

fdmlogoIf you use the excellent “Free downloadmanager” (FDM) you should make sure you have the latest version and patches installed, a serious security bug was discovered on feb 2nd 2009 by Secunia.com

So you need to fiddle a bit with Windows Update, the reasons can be many;

  1. you want to centrally initiate an update
  2. you are paranoid and want to script a daily/weekly or monthly Windows Update (in case the automatic detection fail).

Well, for help on how to launch it on different remote machines I suggest you visit Dave’s Blog;
http://skatterbrainz.blogspot.com/2009/01/script-code-batch-running-wuauclt.html

A Desktop shortcut;
You could also simply create a desktop shortcut linking to

wuauclt.exe /resetauthorization /detectnow

This would force a Windows Updates detection to run upon clicking the shortcut, somewhat easier than launching the website.

The script you would need locally could look something like this;

@Echo off
Echo Stopping Windows Update Service
net stop wuauserv
Echo Starting Windows Update Service
net start wuauserv
Echo Forcing Windows Update detection
%windir%system32wuauclt.exe /detectnow

I also stumbled across some neat commands to try in case you are debugging Windows Update (update not working);
http://www.techsupportforum.com/microsoft-support/windows-xp-support/279270-automatic-update-not-started-error-1058-a.html

net stop wuauserv 
del /f /s /q %windir%SoftwareDistribution*.*
net start wuauserv 
wuauclt.exe /detectnow
_____________________

net stop bits 
net stop wuauserv 
%windir%system32
egsvr32.exe /s %windir%system32atl.dll 
%windir%system32
egsvr32.exe /s %windir%system32jscript.dll 
%windir%system32
egsvr32.exe /s %windir%system32msxml3.dll 
%windir%system32
egsvr32.exe /s %windir%system32softpub.dll 
%windir%system32
egsvr32.exe /s %windir%system32wuapi.dll 
%windir%system32
egsvr32.exe /s %windir%system32wuaueng.dll 
%windir%system32
egsvr32.exe /s %windir%system32wuaueng1.dll 
%windir%system32
egsvr32.exe /s %windir%system32wucltui.dll 
%windir%system32
egsvr32.exe /s %windir%system32wups.dll 
%windir%system32
egsvr32.exe /s %windir%system32wuweb.dll 
net start bits 
net start wuauserv 
wuauclt /resetauthorization /detectnow
_____________________________

net stop bits 
net stop wuauserv 
regsvr32 /u wuaueng.dll /s
del /f /s /q %windir%SoftwareDistribution*.*
del /f /s /q %windir%windowsupdate.log
regsvr32 wuaueng.dll /s
net start bits
net start wuauserv
wuauclt.exe /resetauthorization /detectnow

PPS. Vista/Win2008 users beware.
Stopping services etc under windows vista/2008/7  require the scripts to be run as an administrator.

So if you have a PHP driven web hotel and want to create a simple browsing system for your files there (lets say you got a directory with subfolders and files etc that users need to browse around in), well take a look at TotalIndex it looks simple enough and furthermore its free 😀 nice..

en_virustotal-uploaderYou may recall me mentioning Virus Total, this is a priceless service that allow you to upload a file and have it checked by many different antivirus engines within seconds. Excellent if you are suspicious about a file, or just if you want to be sure that the file you just downloaded is clean.

Well I did not mention another neat feature from Virus Total, a “send to” addition to Windows right click options. Once this is installed you can right click on ANY file and have it uploaded to Virus Total for analysis easy and painless.

VirusTotal Uploader

skypeSo you are a network administrator and are concerned about Skype (supernodes and all), well take a swing around https://www.cs.uwaterloo.ca/twiki/view/CF/SkypeConfiguration here you will find links to some very interesting Skype disections and tips on how to prevent becomming a supernode.

Be sure to read the text from Blackhat 2006;
https://www.blackhat.com/presentations/bh-europe-06/bh-eu-06-biondi/bh-eu-06-biondi-up.pdf