Archive for the 'GeekersGoHere' Category


Change Windows 2003 / XP Product Key

Tuesday, July 28th, 2009

Did you thinking of changing your Windows XP / 2003 product key? Copy below script and paste it on notepad, save it as ChangeVLKey.vbs. Then go to command prompt, and type “%DIR%\ChangeVLKey.vbs ABCD-EFGH-IJKL-MNOP-QRST” without the quotes where %DIR% is the directory of the vbs file and the ABCD-EFGH-IJKL-MNOP-QRST is your new product key.


ASP Page return “The requested resource is in use.”

Thursday, March 5th, 2009

Ya ya ya ya ya ya yaa.. a problem one after another… If you facing the “The requested resource is in use.” page displayed, you might need to do as folowing; 1) Make sure “Cache ISAPI Applications” was marked. It should be tuned off ONLY AND ONLY IF for testing purposes. Right click on the [...]


Virus komputer misteri

Monday, January 26th, 2009

LONDON – Satu virus komputer misteri kini merebak dengan pantas dan sudah menjangkiti lebih 15 juta komputer di seluruh dunia, lapor sebuah akhbar semalam. Dalam tempoh tiga hari sahaja, sebanyak enam juta komputer dijangkiti virus itu yang merupakan jenis cecacing dikenali sebagai Downadup, Conficker atau Kido. Sehingga kini pakar-pakar masih belum mengetahui apakah tujuan virus [...]


Blue Screen of Death on Windows XP – ati2dvag.dll

Sunday, November 16th, 2008

Suddenly my beloved PC hung after reloading windows. I believe, it problem arise after running an update on windows. After some research, I learn that it was something to do with the ATI driver. The solution, just re-install your driver. If the problem still persist, download the latest version from manufacturer site or from windows [...]


Redirect traffic/port Based on Host Header

Sunday, July 13th, 2008

If you have multiple web server (let say a apache and IIS) running in a single box, is there a way to filter the domain/host header and direct them to appropriate server? Yes it was. Use a reverse proxy daemon instead, end of story.