What would I need to know if I ever get a dedicated server?

Discussion in 'Domains, Hosting and Servers' started by Soliloquy, Jun 7, 2009.

  1. Soliloquy

    Soliloquy Regular Member

    Joined:
    Jun 3, 2009
    Messages:
    2,402
    Likes Received:
    66
    Location:
    New York City
    I'm not at the point yet where I need to get my own server, but I'd like to someday when I have the money. What skills will I need for managing it? What web sites or books should I be reading now?

    In particular I'm worried about setting it up and security; I hear too many stories about new server admins screwing things up. I have a little UNIX experience, but no real opportunity to practice as I don't have ssh access to my web host.
     
  2. Tyler

    Tyler The Badministrator

    Joined:
    Dec 23, 2007
    Messages:
    3,079
    Likes Received:
    63
    Location:
    Long Island, NY
    First Name:
    Tyler
    Moved to Domains, Hosting, & Servers (we recently added servers to this last night). :)
     
  3. Wayne Luke

    Wayne Luke Regular Member

    Joined:
    Apr 2, 2009
    Messages:
    992
    Likes Received:
    276
    Learn these commands:

    man
    li
    mv
    cp
    chmod
    mkdir
    su

    Those are the basics. You should know how to configure and restart Apache, NGINX, or Lighttpd, whichever you're going to be using. You should also know basic MySQL command line functions. You can learn other things as you go. I would recommend taking an intermediary step to a Managed VPS server if you are not there already. Learn everything you can on the VPS server. I say Managed because you'll get more support if you break something. ;)

    You can also learn by getting a Linux boot disk or putting Linux on another partition or in a virtual environment. This allows you to work with it on your local computer and learn.

    If you're dedicated server happens to be a Windows Machine than you need to learn Remote Desktop and IIS inside and out. You'll also probably want to learn XML because all the configuration files for IIS are in XML these days. Though I find the format a lot easier to work with than .htaccess.
     
    3 people like this.
  4. Soliloquy

    Soliloquy Regular Member

    Joined:
    Jun 3, 2009
    Messages:
    2,402
    Likes Received:
    66
    Location:
    New York City
    Check...
    Need to work on this.
    check

    I'm not sure about this one; I type using a voice recognition program that won't run on Linux. I have heard of others using one computer to telnet in to the computer running Linux, or a virtual machine (??), but don't know how to set that up.


    This sounds like the way to go. Thanks!
     

Share This Page