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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
03-08-2005, 03:48 AM
|
#1
|
LQ Newbie
Registered: Mar 2005
Posts: 7
Rep:
|
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...)
|
|
|
03-08-2005, 04:01 AM
|
#2
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
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.
|
|
|
03-08-2005, 04:04 AM
|
#3
|
LQ Newbie
Registered: Mar 2005
Posts: 7
Original Poster
Rep:
|
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)
|
|
|
03-08-2005, 04:10 AM
|
#4
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
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.
|
|
|
03-08-2005, 04:11 AM
|
#5
|
LQ Newbie
Registered: Mar 2005
Posts: 7
Original Poster
Rep:
|
packages?
and doesnt slack require compileing..... i dont have a clue what compiling is.... let alone how to do it
|
|
|
03-08-2005, 04:39 AM
|
#6
|
Senior Member
Registered: Jun 2004
Location: Australia
Distribution: Mandriva/Slack - KDE
Posts: 1,672
Rep:
|
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...
|
|
|
03-08-2005, 05:15 AM
|
#7
|
Senior Member
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380
Rep:
|
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 .
|
|
|
03-08-2005, 05:47 AM
|
#8
|
Member
Registered: Aug 2004
Location: Western Australia
Distribution: Mageia , Centos
Posts: 644
Rep: 
|
Have a look at SME Server 6
easy to set up
good documentation
http://contribs.org/modules/news/
live long and prosper
floppy
|
|
|
03-08-2005, 08:07 AM
|
#9
|
Member
Registered: Apr 2004
Location: Motherboard
Distribution: Debian GNU/Linux
Posts: 156
Rep:
|
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).
|
|
|
03-09-2005, 07:46 AM
|
#10
|
LQ Newbie
Registered: Mar 2005
Posts: 7
Original Poster
Rep:
|
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.
|
|
|
03-09-2005, 08:20 AM
|
#11
|
Senior Member
Registered: Apr 2004
Location: Surprise, AZ
Distribution: Debian | CentOS | Arch
Posts: 1,103
Rep:
|
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.
|
|
|
03-09-2005, 08:52 AM
|
#12
|
Member
Registered: Jan 2005
Distribution: Solaris, Linux Fedora Core 6
Posts: 170
Rep:
|
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...
|
|
|
|
03-09-2005, 08:55 AM
|
#13
|
Senior Member
Registered: Apr 2004
Location: Surprise, AZ
Distribution: Debian | CentOS | Arch
Posts: 1,103
Rep:
|
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  )
|
|
|
03-10-2005, 06:09 AM
|
#14
|
LQ Newbie
Registered: Mar 2005
Posts: 7
Original Poster
Rep:
|
ok, i think i will probabally try freebsd first, thanks for the advice
umm, linux and bsd does support multiple processors right?
|
|
|
03-10-2005, 07:37 AM
|
#15
|
Member
Registered: Mar 2005
Posts: 39
Rep:
|
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!
|
|
|
All times are GMT -5. The time now is 05:16 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|