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?
4 Answers
Which ever OS you're more comfortable with. For what it sounds like you're doing, the differences don't mean much.

- 133,124
- 18
- 176
- 300
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.

- 31
- 2
Ubuntu very friendly and 32 bit uses less memory.

- 8,437
- 25
- 22
-
64 bit takes much less memory than you think: http://serverfault.com/questions/110219/which-os-distributions-have-64-bit-kernel-and-32-bit-userspace/110247#110247 – Teddy Feb 03 '11 at 07:22
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.

- 356
- 1
- 16