Facebook
Categories
- Apache (8)
- asp (3)
- business (2)
- Cpanel Server (41)
- Database (5)
- dedicated server (5)
- DNS (4)
- errors (1)
- Exim (2)
- ffmpeg (1)
- file sharing (10)
- firefox (1)
- flash (1)
- free stuff (1)
- FreeBSD Server (16)
- Funny (3)
- general (12)
- Git (5)
- hosted scripts (1)
- image hosting (3)
- Installation (4)
- large sites (9)
- Linux (69)
- CentOS (5)
- Debian Linux (1)
- Linux Desktop (1)
- ubuntu (10)
- Mail Server (3)
- Qmail Server (2)
- Monotize (3)
- myspace clone (1)
- mysql (7)
- OpenVZ (7)
- PHP (16)
- PHP Tutorial (1)
- symfony (2)
- zend framework (1)
- Plesk (1)
- Programming (3)
- perl (1)
- Ruby On Rails (1)
- search engine (2)
- security (6)
- Server (10)
- social networking (1)
- Uncategorized (198)
- unmetered servers (6)
- Video (13)
- Video Sharing (21)
- Video Sharing Scripts (6)
- Web (77)
- Web Hosting (4)
- Windows (48)
- iis (1)
- Windows Server Administration (2)
- YouTube (17)
- youtube clone (21)
- yui (2)
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
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
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
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
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
