• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Time to take the plunge, need advice

 
Ranch Hand
Posts: 251
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok, I've got a brand new Dell ready to go, a blank slate for me to play on... Time to install linux!
I'm wanting to set up a linux system that can replace my microsoft web server as well as be something I can play around with and learn.
`course, I can't just pick any... There's like a hundred different distros - so what do you distro do you recommend for a computer that is going to be responsible for:
-web server (apache)
-j2ee server (tomcat/jboss)
-database (mysql)
-email server
-dns server (possibly)
 
Author
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Few months ago, I was in the same situation.
My solution was to go out, buy Red Hat Linux 9 Bible (which comes with a set of CDs) and start installation from there. The CDs have all the stuff you are lookihng for.
 
Ranch Hand
Posts: 688
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nah... use debian, do the minimun installation (essential a bootstrap), then add applications as you need them.
-email server (postfix) as long as you have a (two is recommended) MX record in a public DNS server.
-dns server (possibly), I don't recomment this unless you have a static ip.
reply
    Bookmark Topic Watch Topic
  • New Topic