October 2009
M T W T F S S
« Aug   Nov »
 1234
567891011
12131415161718
19202122232425
262728293031  
  1. We welcome any feedback, questions or comments

Automated backup for MSSQL server 2005

Hello,

I have a requirement for taking daily backup SQL server 2005 express on a remote windows 2003 server. How to solve ??????

Yeah thinking and familiar with Google search will be your best friend. After the 2 hours search one of my tech-guy comes up with a solution. But I tested it through before [...]

Port redirection using Apache

Hello,

Suppose your are running serveral application on different port and you want to make this application available using a clean url what will you going to do ????

Thinking … google will guide you lots of solutions. But I prefer the gaint webserver ” Apache” can do it well.

The real time scenario is [...]

At least one `LoadModule’ directive already has to exist’ PHp installation error

I was stuck for a few mins just now when trying to do a ‘make install’ for php 5.2.1.

I am getting the following error:

apxs:Error: Activation failed for custom /etc/apache2/httpd.conf file.. apxs:Error: At least one `LoadModule’ directive already has to exist.. make: *** [install-sapi] Error 1

As you can see the assumption is that [...]

How to disable usb storage device on Linux

As some of them can easily disable usb device port either by disabling it on BIOS or applying registry patch on Windows.

But it’s difficult to block a device on linux. But after some google research give me answer. My tricks are,

How to disable the USB storage device on Linux box Edit

vi /etc/modprobe.conf [...]

Windows ftp backup scheduler

This simple ftp script will help you upload files to remote ftp location and able to use it as scheduler in windows.

Suppose we have remote windows 2003 server

For doing this we need 2 component.

1. Ftp.exe ( copy the ftp.exe from windows xp which support upload more than 2 GB on a single [...]

How to setup customize nagios servers for different clients

Hello,

This is my basic idea about controlled, manageable and isolated nagios interface for different client using a nagios server. Infra structures. 1. 2 windows servers ( nagios host) a. install nsclient application from http://sourceforge.net/projects/nscplus and enable nrpe/nsclient except wmichecks. “allowed_hosts= b, If you are enabled windows firewall, pls open the port 5666 and 12489 [...]