rsync using ssh which is using customed port

Rsync is a common command that users and administrator alike uses it to synchronize files. The closest function that Microsoft uses is xcopy .

(more…)

Install PEAR in Windows Vista or Windows Server 2008

System and OS : Windows Vista or Windows Server 2008
PHP Version :  PHP 5.2.6 or 5.2 major version
Web Server : IIS6 or IIS7
Assumption : PHP 5 is installed and web application running PHP-CGI or FastCGI

1. Open command prompt as Administrator. (more…)

Update wordpress manually step-by-step

1. Disable all your plugin and change template to default wordpress.

2. Logon to SSH using your favorite SSH Client.

(more…)

Moving MySQL Database from Windows to Linux RedHat

The question is can it be done. My reply is yes… terms and condition applies. (more…)

Migrating MSDE 2000 db to MSSQL 2005 Express

Scenario :
An ASP web application in which the backend DBMS is running on MSDE 2000 SQL Server.

Objective :
Making the ASP web application to use MSSQL 2005 Express on to the server. On top of that database created on the MSDE 2000 Instance needs to be migrated over to the MSSQL 2005 .

Scope :
1. MSDE 2000 SQL Server instance name is localhostHELM , MSSQL db name HelmDb.
2. MSDE 2000 SQL Server instance is running at a non MSSQL default port (not 1433).
3. MSSQL Server 2005 Express is used.
4. Using default MSSQL Server 2005 Express instance localhostSQLEXPRESS .
5. OS used Windows Server 2003.

Workflow : (more…)