Pages

Friday, July 2, 2010

CAG Certs & installer

CAG? Click Here

Thursday, June 17, 2010

Mastering Joomla 1.5

The professional Guide to Programming Joomla!

Download Here

This is a second edition of Mastering Joomla 1.5. For those who interested to this just click on above link.

Tuesday, May 18, 2010

ping is not recognized as an internal or external command

Follow below steps if you received this error when performing any commands in command prompt.

Right click "My Computer" and click "Properties". Click the "Advanced" tab up top followed by the "Environment Variables" button at the bottom. In the 2nd list box, scroll down to the 5th or 6th entry "Path", select it and click "Edit". Add "%SystemRoot%\system32;%SystemRoot%;" (minus the quotes) to the beginning of the line. Okay the changes and try out your commands now.

Thursday, April 29, 2010

Issue

to enable and disable network using VLAN

Tuesday, April 6, 2010

Monday, March 15, 2010

Sharepoint Back Up and Restore by Using Stsadm

When you back up by using the Stsadm command-line tool, you can back up individual aspects of your SharePoint Products and Technologies deployment. For example, you can back up an individual site collection or you can back up the entire farm.

To export sites from your SharePoint Products and Technologies deployment, you use the following Stsadm command.

Stsadm –o export –url -filename .cmp

To back up a site collection, you must use the following stsadm command.

stsadm –o backup –url -filename

To back up an individual database, Web application, or the entire farm, you can use the following Stsadm command.

stsadm –o backup –directory -backupmethod



Restore

To import sites to your SharePoint Products and Technologies deployment, you use the following Stsadm command.

Stsadm –o import –url -filename .cmp

To restore a site collection, you must use the following Stsadm command.

stsadm –o restore –url -filename

To restore an entire farm you can use the following Stsadm command.

stsadm –o restore –directory -restoremethod

taken from here

Tuesday, March 9, 2010

Create a batch file to do a sharepoint backup

Type the following to notpad

@echo off
echo ===============================================================
echo Back up the farm to \\portal\backup
echo ===============================================================
cd "C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN"
@echo off
stsadm.exe -o backup -directory \\portal\backup -backupmethod full
echo completed
}

How to restore Sharepoint Services 3.0

1. Go to command prompt and change the directory to the following directory
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN>

2. Type the following command, and then press ENTER
stsadm -o restore -directory \\portal\backup -restoremethod overwrite

If the restore completes successfully, the command window displays the following text:

Completed with 0 warnings.
Completed with 0 errors.
Restore completed successfully.
-------------------------------------------------
Operation completed successfully.

How to backup Sharepoint Services 3.0

Back up a server farm by using the Stsadm command-line tool

1. On the drive on which SharePoint Products and Technologies is installed, change to the following directory.
%COMMONPROGRAMFILES%\Microsoft shared\Web server extensions\12\Bin.

example:
c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN>


2. Type the following command, and then press ENTER:
stsadm -o backup -directory <\\server name\folder name> -backupmethod full

example:
stsadm -o backup -directory \\portal\backup -backupmethod full

If the backup completes successfully, the command window displays the following text:


Completed with 0 warnings.
Completed with 0 errors.
Backup completed successfully.
-------------------------------------------------
Operation completed successfully.

how to install nrpe_nt

1. copy nrpe folder to c: or d:
2. go to command prompt
3. type as following command

Friday, January 22, 2010

Sound Recorder FreeWare

I just found this software which is interesting tool to record any sound to your PC. Download Link as below.

Free Sound Recorder

This is a Freeware.