+ Reply to Thread
Results 1 to 12 of 12




  

Thread: Dedicated Server Tutorials

      
  1. #1
    SM-Xiled
    Forum Guest

    Default Choosing The Right Dedicated Server

    Rapid growth happens often with popular Web sites. They start out using a simple shared account, only to consume so much of the server's resources that they are forced to a dedicated server. Other times, a company will simply want the flexibility a dedicated server offers, even if they do not operate a high-traffic Web site.

    Put simply, a dedicated server is a computer located in a data center that is used for a single Web hosting account, whereas shared accounts can potentially share a server with hundreds of other sites. A site on a dedicated server has the same Internet connection as all the other servers, but it doesn't have to share it with anybody. This can be a tremendous boon for anyone who operates a large site.

    One of the things that dedicated servers provide is customizability. Since the client is going to be leasing the entire computer rather than just a portion of it, many Web hosts allow the client to select the components used in the server. These can range from hardware, such as disk size and the amount of memory, to software. Most hosts can set up dedicated servers with Unix or Windows-based Operating Systems - the choice is typically left to the site owner.

    There are typically two categories of dedicated servers: managed and unmanaged. Managed servers are usually operated by the Web host, while the client provides the Web site data. In these cases, a good host will fully monitor the server and have technicians standing by in case of difficulty. An unmanaged server is operated and maintained by the client; the Web host provides the storage space, physical security, and bandwidth. However, often a Web host will have a consultant available to assist clients operating an unmanaged server - this is usually provided at a nominal fee.

    Looking for a suitable dedicated server is something that takes time and research. Not all Web hosts are created equal, and neither are all dedicated servers. There are several issues that must be addressed before a client can choose the best server.

    First of all, what does the Web site actually need, and how much space will it need to grow? This is an incredibly important question, as any computer has limited capabilities. Before one can select a dedicated server, one has to know exactly how much disk space the site will require, along with memory and bandwidth.

    Second, what amount of customization and upgrades will the Web host allow? Many Web hosts offer specific dedicated hosting plans, and have the client choose between them. Some offer full customization of the Web server. What works best depends on the Web site.

    Upgrades, however, are another matter. If a Web host doesn't upgrade its machines on a regular basis, there is something wrong. Technology is infamous for moving extremely quickly, and a Web host that doesn't keep its machines up to date will quickly find itself, and its clients, falling behind.

    Third, where is the server stored? A good host will keep the server in a safe, secured environment, usually at a data center. A Web host that stores a dedicated server elsewhere is usually a bad sign.

    Finally, what support does the host offer? Even for unmanaged servers, there should always be an account representative available to handle client concerns. There should also be a managed hosting plan that one can opt into, just in case managing the server solo is too much. Also, upgrades and customizations should be seamless, with little or no impact on the users of the site.

    Dedicated Servers that i recommend:

    www.rackfirm.com - Cheap, Managed & Quality Servers
    www.hostgator.com - Expensive, Managed or Un-Managed & O.K. Servers

  2. #2
    I'm New! Amar is on a distinguished road Amar's Avatar
    Join Date
    April 19, 2006
    Posts
    39
    Rep Power
    7
    Feedback Score
    0

    Default Welcome Text - Shell (SSH)

    Shell access is now much more secure than past years. However to be protected by your ISP, when something does go wrong, put a welcome text in your shell, so that users are warned not to access unauthorised areas.

    So here is how to add a message to your shell:

    1) Login to SSH.

    2) Enter: su -

    3) Enter the following command: pico /etc/motd

    4) Now enter your legal message/welcome text

    5) Save the session

    6) Exit

    6) Relogon to the shell, and view the fruits of your labour.

  3. #3
    I'm New! Amar is on a distinguished road Amar's Avatar
    Join Date
    April 19, 2006
    Posts
    39
    Rep Power
    7
    Feedback Score
    0

    Default Zend Installation

    Zend optimiser is a revolution in PHP encryption and optimisation. Dedicated servers that wish to hold clients, must have zend installed, or they will loose business to competitors. Zend is free to use, so why not install it?

    Here is the process of installation:

    1) Login to SSH.

    2) Enter: su -

    4) Enter: /scripts/installzendopt

    5) Follow all on screen instructions with default settings

    6) Restart apache!

  4. #4
    I'm New! Amar is on a distinguished road Amar's Avatar
    Join Date
    April 19, 2006
    Posts
    39
    Rep Power
    7
    Feedback Score
    0

    Default Securing PHP Scripts

    If you don't set restrictions on your servers PHP usage, it can be a liability When you host many clients on your server you don't want them to take advantage of PHP's functions. shell_exec(), exec(), passthru() and system() are built functions of PHP which you do not want any of your users to have access to unless you want to give them access to trash your server.

    Enter these Commands at shell:

    1) pico -w /etc/php.ini
    2) pico -w /usr/lib/php.ini
    3) pico -w /usr/local/lib/php.ini
    4) pico -w /usr/local/cpanel/3rdparty/etc/php.ini
    5) pico -w /usr/local/cpanel/3rdparty/lib/php.ini

    Search for line: 'disable_functions' alter for: 'disable_functions = shell_exec, exec, system, passthru'

    And your done

  5. #5
    I'm New! Vanhalen4041 is on a distinguished road
    Join Date
    April 20, 2006
    Location
    Under your bed.
    Posts
    33
    Rep Power
    7
    Feedback Score
    0

    Cool

    Thank you for the tutorial. Pretty cool of you.

  6. #6
    AC3
    Forum Guest

    Default

    Good tutorial.

  7. #7
    I'm New! pr0p3R is on a distinguished road
    Join Date
    April 20, 2006
    Posts
    17
    Rep Power
    7
    Feedback Score
    0

    Default

    Thank you. Very helpful.

  8. #8
    The Force is Strong! fedder is on a distinguished road fedder's Avatar
    Join Date
    October 15, 2006
    Posts
    65
    Rep Power
    6
    Feedback Score
    0

    Default

    thanks for the tutorial

  9. #9
    I'm New! mali is on a distinguished road
    Join Date
    August 29, 2006
    Posts
    1
    Rep Power
    0
    Feedback Score
    0

    Default

    Thanks for this tutorial

  10. #10
    The Force is Strong! DarrenC is just really niceDarrenC is just really niceDarrenC is just really niceDarrenC is just really niceDarrenC is just really niceDarrenC is just really niceDarrenC is just really nice
    Join Date
    September 23, 2006
    Posts
    637
    Rep Power
    6
    Feedback Score
    0

    Default

    Why did you like the tutiorial guys?

    Are they any bits of information that you would like to have been added.

    Let's start a discussion, you can use the 'thanks' button if you want to thank someone.
    Last edited by Colleen; Oct 30th, 2006 at 1:50 pm. Reason: typo

  11. #11
    sandy
    Forum Guest

    Default :))

    Quote Originally Posted by DarrenC View Post
    Why did you like the tutiorial guys?

    Are they any bits of information that you would like to have been added.

    Let's start a discussion, you can use the 'thanks' button if you want to thank someone.
    I agree with you

  12. #12
    I'm New! webhostbeez is on a distinguished road webhostbeez's Avatar
    Join Date
    January 26, 2008
    Posts
    5
    Rep Power
    0
    Feedback Score
    0

    Default

    ya very helpful tutorial

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. What is a Dedicated Server?
    By grim in forum Dedicated / VPS Hosting
    Replies: 9
    Last Post: May 30th, 2011, 7:29 am

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
WebTalkForums
WebTalkForums
Recent Forum Threads