Yesterday I searched a lot and could not find a correct link to download Firefox 64 bits, so to help everyone I am making it available here. Remember that flash now has a 64bit firefox addon. Download Mozilla Firefox 64 […]
flash 64bits +windows
Finally Adobe released a 64 bit of Flash Player!!! I have been waiting for long time for this day. It is called Adobe Flash Player “Square” go ahead and download it here More details: Adobe® Flash® Player “Square” is a […]
WinHTTP AutoProxy Support
Our windows event logs are filling with useless messages. I went ahead and disable that useless services. Event Type: Information Event Source: WinHttpAutoProxySvc Event ID: 12503 The WinHTTP Web Proxy Auto-Discovery Service has been idle for 15 minutes, it will […]
Nagios check_con
I wrote a simple plugin to check the number of established connections to a windows server. Just execute: cmd /c netstat -an |find /i “estab” /c I also wrote a script for Windows Here is the code I have also […]
nagios tray
Nagstamon is a Nagios status monitor for the desktop. It connects to multiple Nagios, Opsview and Centreon monitoring servers and resides in systray or as a floating statusbar at the desktop showing a brief summary of critical, warning, unknown, unreachable […]
replicate IIS configuration
Well if you have the mission to keep multiple webservers IIS 6.0 with exactly same setup its not an easy job! I was faced with this challenge and ended up writing yet another vbs script. I played with Microsoft tool […]
IIS with storage
How to Configure IIS 6.0 with Storage 1. Create a limited permissions account on the Domain Controller or the same name and password in all web servers. 2. Add your newly created account to the IIS_WPG Local security group. 3. […]