I'm setting up a PHP based website and some cron jobs for getting some external data, how do I pick what kind of server OS for my VPS?

link|improve this question
feedback

4 Answers

Which ever OS you're more comfortable with. For what it sounds like you're doing, the differences don't mean much.

link|improve this answer
feedback

Assuming you are comfortable using either RH based or Debian based linux distribution, I would check to see which version of PHP you need as Ubuntu's packages are usually newer. Also, how much memory are you going to have? If more then 4G, use 64bit, otherwise, probably won't matter.

If you have never set one up before, Ubuntu has a "LAMP" software collection that will install all the software you listed.

link|improve this answer
feedback

Ubuntu very friendly and 32 bit uses less memory.

link|improve this answer
64 bit takes much less memory than you think: serverfault.com/questions/110219/… – Teddy Feb 3 '11 at 7:22
feedback

I would go with ubuntu and follow these guides if you are a true noob: http://articles.slicehost.com/ubuntu-10

These articles do not go into very much depth, but will get you up and running.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.