Hello This is my first time installing debian, aswell as my first experience touching a server machine. I want to install debian to my server, can be seen here, what version of debian shall I install ? Between [alpha][amd64][arm][armel][hppa][i386][ia64][mips][mipsel][powerpc][sparc] choices.

Thanks

link|improve this question
feedback

4 Answers

up vote 2 down vote accepted

Use amd64 or i386ΕΎ amd64 is better (64 bit, can address more ram)

link|improve this answer
thanks for the suggestion but I am abit confused, "Up to two (2) Quad-Core Intel® Xeon® 5400 series processors", so installing amd64 to an intel machine ? – Crib Jul 23 '09 at 8:23
2  
It's just a name because amd started first on 64 bit so the port for 64 bit has been named amd64, but it also works for intel 64bit processor – radius Jul 23 '09 at 8:26
2  
It works for both, see: debian.org/ports/amd64 – Kjetil Joergensen Jul 23 '09 at 8:29
feedback

Depends on your hardware. Most likely your CPU is x86 architecture and supports 64bit, you should use amd64, otherwise i386 is your distro of choice.

If you have an intel CPU, use this http://processorfinder.intel.com/ to see if it supports 64bit.

link|improve this answer
feedback

On a Quad-Core Intel Xeon with more than 4GB RAM always install debian/lenny amd64.
ia64 (itanium) is not compatible with your Processor.

link|improve this answer
feedback

If you plan on experimenting heavily on server setup and configuration, might I recommend doing it with a virtual server? You can install an i386 or AMD64 version of Debian Lenny and then install either OpenVZ or VirtualServer on it. Lenny has default packages for them. It will certainly help you when you wish to experiment.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown