Dedicated Server Hosting


Mar 09

Define: Dedicated Server Hosting


Posted: under Dedicated Server Hosting.
Tags: , , , , , , ,

With dedicated server hosting, a client is having a server which is only dedicated to him and no one else and he is the only one who gets the complete control over the server and in comparison with shared or reseller hosting, dedicated server hosting is pretty much flexible as well as offers stability. A stable SEO Dedicated Server plays most important role in SEO, and this is the main factor to which webmasters overlook most of the time.

Choosing an OS (operating system)  usually depends on the price, demands and most important, its availability. Although you can have Linux for free, but when it comes to Microsoft, the cost of running a dedicated server increases. For windows operating system you will need to pay extra fees for the software and applications you will choose. Using an  operating system helps in reducing the burden of site management.

With dedicated server hosting you can update the OS, applications, monitor the server, update firewall on regular basis, update antivirus, perform security audits, backups and restoration, disaster recovery, software installations and lots more.

The service providers often charges the owners for the software they use and there are many companies who offer software with dedicated servers at cheaper rates. Multiple software’s are available but it depends on the requirement of client website and business and servers can be customized as per requirements.

As if we compare dedicated servers with shared hosting, you may find it more cheaper for setting up your website. As far as your business is concerned, dedicated server is more preferable. Dedicated server is the another name for freedom in the world of online business. You can make changes and fulfill your needs as per requirements because of its flexibility.

You may feel like dedicated servers are pretty much expensive but as time passes you will realize the benefits of hosting your website or online business with dedicated server hosting.

[Post to Twitter] Tweet This

Comments (0)



Nov 09

Reinstall GRUB boot loader on Linux Dedicated Servers


Posted: under Dedicated Server Hosting, Linux Dedicated server, dedicated servers.
Tags: , ,

Before we proceed towards the tutorial for Reinstallation of GRUB boot loader on Linux Dedicated Servers, I would suggest you to have a look at the short description about GRUB boot loader which is given below.

Most of us who belong to the web hosting industry are well aware of the fact that the products and applications released under the GNU project are free. GRUB is also a boot loader package which is available for free i.e. it is released under the GNU project. Now, I would like to explain what does GRUB do.

GRUB is actually one of the multiboot specification which will allow you to install and run 2 different operating systems of the same machine. As you will have 2 different operating systems installed on the machine, you will need an option to select the operating system you wish to run when the machine starts, otherwise this feature won’t be useful. This option is available if you have GRUB installed on the Linux Dedicated Server Hosting. Alongwith this feature, you can also select different images of the kernel and pass boot time parameters on a single operating system’s partitions to such kernels.

Most of the hosting providers who offer Linux Dedicated Servers will assist you to install GRUB boot loader on the Linux Dedicated Servers, however, it might be possible that you will have to reinstall it on your Linux Dedicated Server Hosting. For this purpose, below are some steps which can be followed in order to reinstall GRUB boot loader on Linux Dedicated Servers.

Important : The steps given below are for RedHat and CentOS operating systems only and the steps should be followed in rescue mode. Also, the steps given below are to reinstall a grub which is deleted by mistake or which is corrupted due to some reason.

1. Firstly, it is important to boot the system and hence you should do this before you proceed.

2. As the installation is to be done in the rescue mode, you should enter the rescue mode first and you can do this by entering the Linux rescue command as given below.

Note : Make sure that you enter the Linux rescue command at the installation prompt.

Quote:
linux rescue

3. In order to mount the root partition, enter the command given below :

Quote:
chroot /mnt/sysimage

4. /dev/hda is the boot partition where you need to reinstall the GRUB boot loader and you can enter the command below to do so.

Quote:
/sbin/grub-install /dev/hda

5. Check the file /boot/grub/grub.conf again.

Reason for the confirmation : It might be possible that some additional entries may be needed for GRUB.

6. There is only step to follow i.e. Reboot the system and you are done.

7. Congratulations as you have already Reinstalled GRUB boot loader on your Linux Dedicated Server Hosting.

[Post to Twitter] Tweet This

Comments (0)



Nov 06

TCP Wrapper on Linux Dedicated Servers


Posted: under Dedicated Server Hosting, Linux Dedicated server, dedicated servers.
Tags: , ,

TCP Wrapper actually acts as a firewall for your Linux based dedicated server hosting. The reason it is referred to a kind of firewall is the fact that the incoming packets are monitored by the TCP Wrapper. If you have a Linux dedicated server then it might be possible that a hacker attempts to login into your Linux dedicated server.

TCP Wrapper will check if the external source is authorized to connect to the server. If it is not authorized, the login permission will be denied and if it is authorized, the login attempt will be successful. For this reason, you can also call TCP Wrapper as a domain computer program. It is one of the best programs available to keep hackers away from your Linux based dedicated server hosting.

This program was basically developed as your Linux dedicated server is connected to the network and it is necessary to filter the network before the server anyone can gain access to the server. TCP Wrapper is indeed a very good program, however, you can read below to find out how does it work.

When someone tries to login into the server, “/etc/hosts.allow†is checked for an entry file. If it is present, it is possible to continue. Even if this is not found, it is possible to continue. However, “/etc/hosts.deny†file is checked. If there are no matches found this time too, you will be able to continue, however, if a match is found this time, you won’t be able to continue and the service will be blocked.

For better understanding about this, you can go through the below example:

Example “/etc/hosts.deny” file:

SSHD: 192.168.1.1

If the above file is present, it will block access to the computer with IP address, 192.168.1.1.

Note : It’s when someone from the computer with the IP address, 192.168.1.1 tries to login via SSH, it is possible for you to run commands on your Linux dedicated server.

The below command will send an email to the email address you have registered.

sshd: 192.168.1.1: spawn (echo -e “%d %h %H %u”| /bin/mail -s ‘hosts.deny entry’ root)
Important : It is possible for you to run commands in “/etc/hosts.allow” if you would like to receive emails for successful login attempts on your Linux based dedicated server hosting.

[Post to Twitter] Tweet This

Comments (0)



Mar 29

Linux Dedicated servers:customize error pages


Posted: under Dedicated Server Hosting, Linux Dedicated server, dedicated servers.
Tags: , ,

Error pages are the pages which are displayed when the visitor does a mistake in entering the domain name in the browser. These error pages have to be made for website with the help of the control panel. If you have websites on a Linux Dedicated Servers then it is easy for you to customize the error pages. You can do this with the help of the cPanel control panel which is generally provided with Linux Dedicated server.
You can customize these error pages for your websites according to you which is preferred by many user as they do not want to show the odd looking error pages like 400 Bad request, 401 Authorization Required, 403 Forbidden, 404 Wrong page, 500 Internal Server Error etc. to the visitors who wish to visit their site and enter wrong URL or some incorrect information into the browser. You can customize the wierd looking error pages to the error pages which look good according to you.
To customize error pages just follow the steps given below :-
1) First click on the Error Pages link under the ‘Site Management’ header in cPanel.
2) After that click on the button of the required Error Page, such as the 500 button.
3) Now Enter the HTML code for the Error Page. You can use the buttons at the top of the page to insert variables into the displayed code.
4) Click on the ‘SAVE’ button.

[Post to Twitter] Tweet This

Comments (0)



Mar 27

Linux Dedicated server: Zend optimizer installation


Posted: under Dedicated Server Hosting, Linux Dedicated server, dedicated servers.
Tags: , , ,

Zend Optimizer on a Dedicated Server Hosting

Zend Encoder and Zend SafeGuard Suite are some software’s which encode some files. Zend optimizer is a free application software which runs these files while boosting the running speed of PHP applications. Zend Optimizer is required by many scripts so that you can run the scripts on your server while decrypting and running them on the fly while increasing runtime performance.

http://www.zend.com/store/products/zend-optimizer.php

Installation of Zend optimizer :

Follow the steps given below to install Zend optimizer :-

1) First off grab a copy of the optimizer Linux glibc2.1to install it on your dedicated server. http://www.zend.com/store/free_download.php?pid=1

2) You will have to upload the file on your web server once you have downloaded the file locally. FTP to your server and upload it to a directory of your choice.

3) Now Uncompress/extract the file
tar zvfx ZendOptimizer*.tar.gz
cd ZendOptimizer-2.5.3-linux-glibc21-i386/

4) Now run the installer,
./install.sh

5) The welcome screen

6) The agreement

7) Where do you want to install Zend Optimizer?

8) Locate your php.ini file

9) Select Yes, chances are you are using Apache web server

10) Enter the location of where apache files are located

11) Zend changing your php.ini file location, make a note of this.

12) Restart your web server for the changes to take effect.

13) Apache should restart successfully.
Note:You may also restart Apache manually using # /etc/init.d/httpd restart

15) Please ensure that Zend Optimizer is working you can do the following in the shell.
php -v

16) After the installation is completed you can remove the directory.
cd to where the extracted Zend first.
rm –rf ZendOptimizer-2.5.3-linux-glibc21-i386

[Post to Twitter] Tweet This

Comments (0)



Mar 23

Setup remote MySQL on Linux Dedicated server Hosting


Posted: under Dedicated Server Hosting, Linux Dedicated server, dedicated servers.
Tags: , , ,

MySQL Server can be changed from local server (”localhost”) to point on remote server. You will be able to connect to MySQL through a remote location by this way.

Follow the steps given below to setup Remote MySQL :

1) Login to WHM

2) Click on SQL Services

3) Click on Setup Remote MySQL Server

4) Enter the name of the remote server in the host section and its password in the Remote MySQL Host Root Password

5) Click on ‘Setup’.

The aobve process is to setup Remote MySQL on Dedicated Server Hosting

[Post to Twitter] Tweet This

Comments (0)



Mar 21

Linux Dedicated server:Manually bind IP address range


Posted: under Dedicated Server Hosting, Linux Dedicated server, dedicated servers.
Tags: , ,

Following are some steps which are to be followed if you want to bind IP address range manually on your Dedicated web server Hosting.

1. First, login to the server via SSH :

Code :

root@server [~]# cd /etc/sysconfig/network-scripts/

2. Then, Create a blank file ifcfg-eth0-range0 and edit :

Code :

[root@server network-scripts]# vi ifcfg-eth0-range0

3. Here IP range starts from 192.168.5.10 upto 192.168.5.30 .
Add following lines in ifcfg-eth0-range0 :

Code :

IPADDR_START=192.168.5.10
IPADDR_END=192.168.5.30
CLONENUM_START=1

IPADDR_START >> starting IP address
IPADDR_END >> ending IP address
CLONENUM_START >> will create interfaces such as eth0:0, eth0:1, eth0:2 etc …

4. As we have done some changes with the network-scripts directory,The following commands should be executed so that the changes are applied and the IP range is activated

Code :

root@server [~]# /etc/init.d/network restart

5. Now you can verify the IP address range has been added on the server with the command :

root@server [~]# ifconfig

[Post to Twitter] Tweet This

Comments (0)



Mar 19

Linux Dedicated server:Apache configuration


Posted: under Dedicated Server Hosting, Linux Dedicated server, dedicated servers.
Tags: , ,

Some of the basic but important points which should be noted when you are configuring Apache in Linux Dedicated servers are as follows:

> Do not consider Apache configuration file as Data Storage. Scripts are the examples of the changes which are made to the configuration file.

> State of the domain will be lost if the configuration file is currupted. This is one of the most important file.

> You cannot consider Apache configuration file as configuration interface. Not editing the configuration file is the best way.

> Creating the configuration that works. Ofcourse, creation of nonfunctional configuration also works.

> The changes which are seen in the configuration due to various possibilities should be noted.

[Post to Twitter] Tweet This

Comments (0)



Mar 19

Linux Dedicated server advantages


Posted: under Dedicated Server Hosting, Linux Dedicated server, dedicated servers.
Tags: , , ,

Linux is an operating system which is installed on the server. This is the reason that the server is known as Linux Dedicated Web Server Hosting. Linux Dedicated server has all the advantages which you will get with the dedicated server. Also, you will get some of the benefits which are due to the Linux operating system installed on the server.

The very first advantage of Linux is the fact that Linux is an open source operating system. This means, you will not have to pay the high licensing fees which you will have to pay if you opt for other operating systems which are available. You are able to download Linux for free and use it. The Linux website can be changed as per the users requirements and the user can even convert the Linux website to the Windows website without much trouble. Linux is very economical as you might have to pay the distribution cost to the host or the owner instead of the high licensing fees which you will have to pay if you opt for other operating systems.

Linux dedicated server hosting

If your website requires scripting languages like PHP, MySQL, or Perl etc. then Linux is the best for you as Linux is reliable and is free which will fulfill all your needs. Web hosting providers generally providers MySQL and PostgreSQL databases with Linux but there are many other databases which are supported on Linux. Linux is the first choice for web designers and programmers and the reason for this is the circles which secure Linux operating system and the server which have Linux as an operating system installed on them.

Due to these reasons which are in favor of the user Linux operating system preferred and this makes the Linux Dedicated server the choice of many users. Apart from all these benefits you will also get the benefits you get with a dedicated server. These are some of the reasons for the Linux Dedicated server to be the choice of many users.

[Post to Twitter] Tweet This

Comments (0)



Mar 17

Linux Dedicated server:Kill user


Posted: under Dedicated Server Hosting, Linux Dedicated server, dedicated servers.
Tags: , ,

If you wish to kill the process of a user on your Dedicated server Hosting or if you want to terminate a users process from the shell then you can use the commands given below :-

If you want the user jason’s process detailsps -aux |grep jason

from the output just kill the process id of that user and that user will be out from the shell without any wall message for him/her.

If you wish to complete this process by any other way then you can follow the steps given below :-

Task: How to halt/stop user called jason

Type the skill command as follows:
# skill -STOP -u jason

You muse be root to stop other users.
Task: How to resume an already halted user called jason

To send a CONT signal to user jason, type the following command:
# skill -CONT -u jason
Task: How to kill and logout user called jason

To send a KILL signal, type the following command:
# skill -KILL -u jason
Task: Kill and logout all users

The ultimate command to kill and logout all users, type the following command:
# skill -KILL -v /dev/pts/*

Important:Make sure that you send a notice or a warning message to the users to logout before you use the wall command which will prevent the data loss.

[Post to Twitter] Tweet This

Comments (0)