Tutorial Categories
Tools and Software
Site Search


Advanced Search
Tutorial Options
Popular Tutorials
  1. Photoshop Concept Car Makeover
  2. Photoshop Man Of Fire Part I
  3. Photoshop Magic Marker Effect
  4. Photoshop Man Of Fire Part II
  5. Photoshop Car Makeover Part II
No popular tutorials found.
Popular Authors
  1. Cory Crampton
  2. Daniel Phillips
  3. tanmay goswami
  4. Rails Forum
  5. Brendan Horverson
  6. CodeCrunch Tutorial Bot
  7. PhotoshopBee .com
  8. Jamie Lewis
  9. Nick Cote
  10. Luther Avery
No popular authors found.
 »  CodeCrunch  »  Web Server Tutorials  »  Getting your own server
Getting your own server
By Cory Crampton | Published  03/18/2006 | Web Server Tutorials | This tutorial viewed 1746 times
Decide on an OS

The Operating System of any server is probably the most important decision you will have to make. You may be limited in choice due to the scripting language your sites run in.

This simply means if you program only in ASP, the best and first choice should be a Windows based server. This is not to say that ports do not exist to run ASP on other servers, but why add a layer of complication to your hosting configuration?

If you like *nix variations, the most popular platforms for hosting are by far :

  • Redhat products
  • Bsd variations

From a server maintenance perspective, you are going to have to 'up your game' a notch - and learn to become proficient with the basics of the OS you choose. Each has it's advantages, and reading up on your choices is the best thing you can do.

At a minimum, you'll need to become aquainted with command line usage, a text editor such as VI or PICO (used at the command line), and an SSH client. (We use the freely available and reliable PUTTY)




Tutorial Series
This article is part 1 of a 2 part series. Other articles in this series are shown below:
  1. Getting your own server
  2. Getting your own server Part II
Comments