I would install destop to give me a gui.
Main Topics
Browse All TopicsI'm having a new server built with an Intel motherboard and 2 Intel 64 bit quad core xeon processors. It will have RAID 1+0, dual power supply and 1GB ethernet nic+1 and 8GB or RAM (up to 32GB capacity). This 2U rack server will serve up cfm and php web pages and will sit in a nice and cool co-location facility.
The thought was to install windows server 2008 but the licensing is a deterrent to me. I've decided to install the latest version of ubuntu server 9.04 and ubuntu desktop.
Questions:
1) Is my server hardware overkill for a linux debian kernal install?
2) What is your opinion on installing ubuntu 9.04 on a Intel motherboard?
3) Have you had any issues installing Railo on ubuntu 9.04?
4) Have you had any issues installing Webmin on ubuntu 9.04?
5) Do I need to install Resin if I install Railo?
6) Have you experienced http error 500 errors using ubuntu?
7) How does ubuntu handle RAID?
8) How often would I have to upgrade ubuntu?
9) How secure is ubuntu and what types of hardware and/or software firewalls would you suggest?
10) Does it makes sense to have a proxy server set up for added security? If so, what would that look like?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You don't need the GUI on the server. You can connect to it through SSH from any PC on the LAN, and you can even start apps that run under a GUI from the server, and they will run as a Window there. For that you don't require the GUI directly on it.
Linux has no problems with multiple cores and processors. A lot of the time it will have better built-in hardware support than m$ OS's.
ah, ok. I'm looking at this tutorial to set up ubuntu and LAMP.. http://www.losepoundsdaily
What do you think of it?
Hm? Can't see anything about how to setup a Server on there... Did you post the wrong Link?
I'd look at the official Ubuntu Server Documentation, I've found it to be pretty complete (you won't have to install/setup everything from there):
https://help.ubuntu.com/9.
oops, yea this one.. http://www.ubuntugeek.com/
No not really. Those two distro's sell their enterprise versions of the OS and provide support for that price. Also you'll get driver support from intel for those OS's, but it is very unlikely that Ubuntu doesn't include the necessary drivers within it's kernel, Ubuntu is usually more up-to-date than the commercial ones, up-to-date OS's will have more support for drivers, particularly new ones. It's also pretty quick to get the OS installed and to find out if it works with the hardware.
The mainboard won't be an issue. The RAID driver may, but shouldn't. If possible get the RAID controller's model number and manufacturer.
Also, there is free clone of Red-Hat available, so if you would need another distro because Ubuntu doesn't work, get CentOS. It is just the same as Red-Hat and is therefore indirectly supported by intel.
A buddy of mine installed the latest version of Ubuntu 9.04 on intel 64 bit and it worked just fine. I have a further question about RAID 10. Do I need to install Ubuntu with software RAID 10. I found this link..
http://www.howtoforge.com/
Again, the system have a hardware RAID controller.
Business Accounts
Answer for Membership
by: rindiPosted on 2009-08-19 at 04:46:28ID: 25131506
1&2: No.Just make sure you use the 64 bit version of Ubuntu, and why the desktop?
3. What is railo? Never heard of that.
4. No problem with Webmin.
5. What is resin? Never heard of that.
6. Don't know, as I don't do webhosting.
7. If you use a good Hardware RAID Controller to which Ubuntu has a driver, the OS doesn't handle RAID but rather the controller and it's utility Software. If you use a softraid controller, then don't use the controller's RAID setup, but rather use Linux's software DMRAID, that works well, much better than m$'s software RAID.
8. Depends on the Version. Ubuntu's LTS version (Long Term Support), ie Ubuntu 8.04 LTS is maintained until 2013, while the 9.04 version until next year. This, though, usually isn't a problem, as upgrades work seamlessly through the package manager, and are almost as simple as running the day-to-day updates. An advantage with linux updates and upgrades when compared with m$ OS's is that the complete system is updated, not just the OS, as long as you don't have anything installed that isn't supplied through the distribution's or 3rd party repositories through the package manager.
9. Depends how you use it and what you install. A standard Server installation is very secure, if you add a Desktop GUI you can loose some security. It has a built-in firewall based on iptables, very secure.
10. Squid is the proxy server you would normally use in Linux, but it would only be really useful if you have internal PC's. It would also provide caching which would make access to already used external sites faster.