LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-08-2005, 03:48 AM   #1
ultramagneus
LQ Newbie
 
Registered: Mar 2005
Posts: 7

Rep: Reputation: 0
server distro?


what would be the best distro for a web server that can serve about 30 people at a time without blinking? preferably easy to use cuz i have never used linux much before.... but i know its more secure that windows server editions! (and cheaper...)
 
Old 03-08-2005, 04:01 AM   #2
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Any distro will do, but some are simpler to administer than others. Some distros are optimised as server distributions and others as general distros that can be used for multiple purposes. I personlly prefer CentOS.

Last edited by reddazz; 03-08-2005 at 04:02 AM.
 
Old 03-08-2005, 04:04 AM   #3
ultramagneus
LQ Newbie
 
Registered: Mar 2005
Posts: 7

Original Poster
Rep: Reputation: 0
thanks, i forgot to say, i need somthing pritty (read: very) unbloated as im going to be running this on a machine with a <500mhz processor probabally (or possibly a duel slot 1 PII system)
 
Old 03-08-2005, 04:10 AM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Well, try something like Slack or Debian. I am sure CentOS or RHEL will run fine on your processor if you just install the packages you need and use a lightweight gui.
 
Old 03-08-2005, 04:11 AM   #5
ultramagneus
LQ Newbie
 
Registered: Mar 2005
Posts: 7

Original Poster
Rep: Reputation: 0
packages?

and doesnt slack require compileing..... i dont have a clue what compiling is.... let alone how to do it
 
Old 03-08-2005, 04:39 AM   #6
amosf
Senior Member
 
Registered: Jun 2004
Location: Australia
Distribution: Mandriva/Slack - KDE
Posts: 1,672

Rep: Reputation: 46
I'd stick with a trimmed down version of suse of mandrake with a light gui (or no gui once you have it set up)... That would be easier for you...
 
Old 03-08-2005, 05:15 AM   #7
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
Can you be a bit more specific about how you want to do this. Is it for a local lan or via adsl or T1? I have some info and links on adsl Internet servers on my site at http://www.oats.org.uk/linux/server.htm .
 
Old 03-08-2005, 05:47 AM   #8
floppywhopper
Member
 
Registered: Aug 2004
Location: Western Australia
Distribution: Mageia , Centos
Posts: 643
Blog Entries: 2

Rep: Reputation: 136Reputation: 136
Have a look at SME Server 6

easy to set up
good documentation

http://contribs.org/modules/news/

live long and prosper
floppy
 
Old 03-08-2005, 08:07 AM   #9
OneManArmy
Member
 
Registered: Apr 2004
Location: Motherboard
Distribution: Debian GNU/Linux
Posts: 156

Rep: Reputation: 30
Re: server distro?

Quote:
Originally posted by ultramagneus
what would be the best distro for a web server that can serve about 30 people at a time without blinking? preferably easy to use cuz i have never used linux much before.... but i know its more secure that windows server editions! (and cheaper...)
Dude, go for Debian woody (stable branch).
 
Old 03-09-2005, 07:46 AM   #10
ultramagneus
LQ Newbie
 
Registered: Mar 2005
Posts: 7

Original Poster
Rep: Reputation: 0
debian woody? linky?

and this is for a web server to hoast websites for people to access over the internet, and its ADSL

whats T1 lol?

edit: i forgot to say i will need to be able to set up ftp accounts for differnt people so they can access only certain folders, how would i do this?

Last edited by ultramagneus; 03-09-2005 at 07:50 AM.
 
Old 03-09-2005, 08:20 AM   #11
halo14
Senior Member
 
Registered: Apr 2004
Location: Surprise, AZ
Distribution: Debian | CentOS | Arch
Posts: 1,103

Rep: Reputation: 45
Here goes....

As usual, ANY distro will work...Personally I recommend FreeBSD over Linux for webservers, as it will outperform any other OS on equivalent hardware, and it's the #1 webserver in the world... However, FreeBSD can be a little daunting for someone with no experience, but it's not 'hard' and documentation is excellent!!!

Slackware is a great choice, and NO, it doesn't require compiling, that's Gentoo... Slackware is about the oldest Linux distro still around, and it's greatly stable and robust. It focuses on simplicity, stability, security, and performance. The only thing some people have concerns with is the lack of a good updating tool. Which means you just watch the changelogs on the slackware site, when updates are released, download and install them... Debian woody is okay.. but very outdated... Debian sarge is a little more current, but technicaly not considered 'stable' It's a fine distro though, I just never got really comfortable with it...

Back to compiling.... You CAN compile on any distro.. but it's unnecessary on most--compiling is the process of getting the source code for given packages and compiling them into usable items on your computer--which is generally a simple automated task accomplished by the following:

-download source code in a .tar.gz (or similar) file
-extract the contents
-enter the folder of the extracted contents
-run 'make'
-run 'make install'
-done...

this is done witht he command line.. but obviously.. isn't too difficult..

Some people recommending newbie oriented distros(Mandrake, SuSE, CentOS) These are fine... and generally stable.. but if you want better performance (which it sounds like) I would recommend Slackware or FreeBSD...

Good Luck!

Last edited by halo14; 03-09-2005 at 08:57 AM.
 
Old 03-09-2005, 08:52 AM   #12
wpn146
Member
 
Registered: Jan 2005
Distribution: Solaris, Linux Fedora Core 6
Posts: 170

Rep: Reputation: 30
Quote:
-download source code in a .tar.gz (or similar) file
-extract the contents
-ender the folder of the extracted contents
-run 'make'
-run 'make install'
-done...
Don't forget "./configure". That is what creates the Makefile.
Quote:
-download source code in a .tar.gz (or similar) file
-extract the contents
-enter the folder of the extracted contents
-run './configure'
-run 'make'
-run 'make install' <-- you need to be "root"
-done...
 
Old 03-09-2005, 08:55 AM   #13
halo14
Senior Member
 
Registered: Apr 2004
Location: Surprise, AZ
Distribution: Debian | CentOS | Arch
Posts: 1,103

Rep: Reputation: 45
ah yes.. true you are..however, it's not required with ALL source compiling.. small things such as window decorations and whatnot, often don't require that step.

(and I hope he would do more research before doing that to compile source code )
 
Old 03-10-2005, 06:09 AM   #14
ultramagneus
LQ Newbie
 
Registered: Mar 2005
Posts: 7

Original Poster
Rep: Reputation: 0
ok, i think i will probabally try freebsd first, thanks for the advice

umm, linux and bsd does support multiple processors right?
 
Old 03-10-2005, 07:37 AM   #15
bitt_u
Member
 
Registered: Mar 2005
Posts: 39

Rep: Reputation: 15
It has to, all top 500 cluster work on linux. Talking about multiple processors Rocks is a great Clustering tool. Make a cluster in 15 min ......... flat!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is FreeBSD a server distro or a desktop distro with good server capatabilities? matthew5 *BSD 16 06-06-2006 03:11 PM
best server distro berrance Linux - Distributions 4 03-02-2005 06:07 AM
Which distro for an old server bruallen Linux - Newbie 1 02-10-2004 12:03 AM
Best Server Distro? gsibble Linux - Newbie 6 08-10-2003 06:03 AM
Best Distro For a Server Artimus Linux - Distributions 11 03-18-2003 07:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration