Category Archives: Windows

E-mail Alert on Root SSH Login

You can get notification email when some one login to your server as root when you are using bash shell. To enable root login notification, do the following 1. cd /root 2. edit .bashrc file with command vi .bashrc 3. … Continue reading

Posted in Windows | Leave a comment

HOWTO: Moving MySQL

This is how I do it: Old server: cd /var/lib/mysql tar -zcvf filename.tgz databasename New server: cd /var/lib/mysql scp serverx.serverdomain.com:/var/lib/mysql/filename.tgz ./ [ enter password ] tar -zxvf filename.tgz Done.

Posted in Windows | Leave a comment

HOWTO: APF Firewall

APF(Advanced Policy Firewall) is a modular iptables-based firewall designed for ease of use and configurability. APF requires that you have Red Hat 7.2 or better Both quick-start and custom rules configurations are supported. APF has built in support for DShield.org’s … Continue reading

Posted in Windows | Leave a comment

HOWTO: log into your server using SSH

Are you a newbie trying to figure out how to remotely log into your server box securely for the first time? Well look no further, for what follows is a complete walk-through on how to properly log into your server … Continue reading

Posted in Windows | Leave a comment

Block IP in Windows 2003

1. Start > Run > Type mmc and click run 2. In the console select Add/Remove Snap-in from the File menu and click the Add button in the Standalone tab. 3. In the Add Standalone Snap-in dialog box select IP … Continue reading

Posted in Windows | Tagged , , | Leave a comment

Connecting MS SQL 2008 from SQL Management Studio

Download and install SQL Management Studio from http://download.microsoft.com/download/4/2/A/42A5A62F-9290-45CB-84CF-6A4E17888FDE/SQLManagementStudio_x64_ENU.exe

Posted in Windows | Tagged , , | Leave a comment

Join Multiple Videos With VirtualDub

Following Script join multiple videos VirtualDub.Open("movie_1.avi"); VirtualDub.Append("movie_2.avi"); VirtualDub.Append("movie_3.avi"); VirtualDub.Append("movie_4.avi"); VirtualDub.Append("movie_5.avi"); VirtualDub.Append("movie_6.avi"); VirtualDub.Append("movie_7.avi"); VirtualDub.Append("movie_8.avi"); VirtualDub.Append("movie_9.avi"); VirtualDub.SaveAVI("out.avi"); VirtualDub.Close(); Save the file in folder where videos are present. To run the script, Run VirtualDub. Click Files > Run Script, now select the script. … Continue reading

Posted in Windows | Leave a comment

Error Number 0X800CCC0E

Getting Error while sending mail form outlook The connection to the server has failed. Account: ‘customer-domain.com’, Server: ’174.36.188.24′, Protocol: SMTP, Port: 25, Secure(SSL): No, Socket Error: 10060, Error Number: 0x800CCC0E This is because the customer not able to connect to … Continue reading

Posted in Windows | Tagged , | Leave a comment

To disable the firewall portion of Windows Firewall with Advanced Security

Click Start, click All Programs, click Administrative Tools, and then click Windows Firewall with Advanced Security. In the navigation panel, right-click Windows Firewall with Advanced Security on Local Computer, and then click Properties. On each of the Domain Profile, Private … Continue reading

Posted in Windows | Tagged , , | Leave a comment

Microsoft Taken over DotNetPanel

Microsoft have taken over DotNetPanel, one of the popular web hosting control panel for windows. Now the software is available as open source. Owner and several staffs of DotNetPanel is part of Microsoft now. DotNetPanel is re branded to WebsitePanel. … Continue reading

Posted in Windows | Tagged , , | Leave a comment