A denial-of-service attack (DoS attack) or distributed denial-of-service attack (DDoS attack) is a attack in which the server resources become unavailable to its intended users. There is one quick command via which you can check if your server is under DDOS attack or not. netstat -anp |grep ‘tcp\|udp’ | awk ‘{print $5}’ | cut -d: […]
Category: Dedicated Hosting
Resolve Premature End of Script Headers On Apache
The error logs that are normally checked by the user or clients on the web server only tell you about “Premature end of script headers” in some script. First, a quick refresher course about cgi scripts. Under normal conditions, a web server will just serve files to browsers requesting them (You want “index.html”? Here it […]
How To Mount Mailboxes In Microsoft Exchange Server 2003
Microsoft server hosting has gained popularity because of the features offered. Exchange server 2003 and Exchange server 2007 are available in the market; however the most important is the Exchange Server 2010 and its features. Usually Exchange server is known for its Portable access, Shared Calender and Public folder; these are the most important features […]
Getting A Dedicated Server Mirrored
In the history of Internet, web server and hosting location is also provided so it is equally possible to co-relate these changes with the uptime of the site as well as the server uptime has the maximum importance in the Internet world. Getting a Dedicated Server mirrored can help you stay online at any given […]
Utility Of SEO Dedicated Server
Majority of the offshore organization at the moment which are more and more creative with in a dedicated seo server to avail the facilities supplied by the SEO consultants. A dedicated SEO server provides you with majority around the clock web site promotion and different Search Engine Optimization services. Thus, buting a dedicated SEO server […]
Migrating your localhost MySQL to a Dedicated Server
This is one of the often unanticipated problems faced by clients. If a client or web masters switch to dedicated web hosting server, even when upgrading with the same web hosting company we will focus on the use of MySQl database. If you are planning to switch to dedicated hosting you should obviously back up […]
Locate Command Doesn’t work. Error: locate: decode_db() aborted. Corrupt database
When running locate command you receive the error: locate: decode_db() aborted. Corrupt database Simply run via ssh: updatedb Try using the locate command now.
How can you back up a database on Dedicated server via SSH?
If you want to backup your MySQL database on your Linux dedicated server via SSH the below mentioned steps are as follows Step I :- Do login to your dedicated server as root via SSH. Step II :- Please type the following command in order to create a backup of your MySQL database: #mysqldump DATABASE_NAME […]
How to change RDP port on Windows Dedicated Server.
Using RDP facility provided with Windows OS you can login to your server and can play with it’s setting as per your requirements. Once you order a Windows Dedicated server with Webhosting UK you will get server login details within 24 hours after order and payment is verified. Welcome email will contain Server IP, control […]
Perl installation on Linux VPS and Dedicated Servers.
How to install Perl on a Linux VPS Dedicated server. Perl is one of the popular programing language usually used to develop common gateway interface (CGI) programs due to its attractive text manipulation facility. If you planning to use Perl on your server you need to install it first. As you have root access to […]