LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 12-29-2008, 01:43 PM   #1
the_sLiDe
Member
 
Registered: Sep 2004
Distribution: Slack 10
Posts: 155

Rep: Reputation: 30
Pentium 2 server


Hey everyone, i have an old computer downstairs (pentium 2 MMX, 5 gb HD, 64 meg RAM) etc... What distro would be best to make a server? Are there any tutorials out there to read to make one? I am not new to computers, and i have set up a slackware box back in the day (with lots of headaches... although it did work haha). So i'm not totally inept, however i have no clue how to set up a server! (file sharing, printer sharing, net page hosting maybe?). Thank you everyone!
 
Old 12-29-2008, 02:34 PM   #2
MoonMind
Member
 
Registered: May 2005
Location: Switzerland
Distribution: Ubuntu
Posts: 448

Rep: Reputation: 38
As long as you resist any temptation to go for X, almost everything will work. I recommend Debian, but that's more out of habit. I ran Debian (Sarge and Etch) GUI-less on a box that was very similar to yours, and it worked nicely. You may want to use a special kernel for a box that old, but this shouldn't be too much of a problem. I've just today seen a kernel for older systems on Freshmeat, but I didn't note any details, so you'll have to search for yourself.

Beware that if you're intending to put a lot of load on that server you'll most certainly not be too happy with the little RAM you have. OTOH, if you're planning to have a home server for files and testing (no streaming!) you'll probably like it a lot.

There are also even more dedicated systems out there, but I've limited experience. I set up an OpenBSD box as a server once, but the learning curve was pretty steep. Sticking to Debian (or Slackware, for the matter) will help things a lot.

M.

Last edited by MoonMind; 12-29-2008 at 02:35 PM.
 
Old 12-29-2008, 02:55 PM   #3
the_sLiDe
Member
 
Registered: Sep 2004
Distribution: Slack 10
Posts: 155

Original Poster
Rep: Reputation: 30
hey thank you for the reply, is there some kind of tutorial for setting up a linux server? I don't think i'll be doing streaming... this is more of a personal experiment type thing for my family! (well more for me... lol!)
 
Old 12-29-2008, 04:28 PM   #4
rweaver
Senior Member
 
Registered: Dec 2008
Location: Louisville, OH
Distribution: Debian, CentOS, Slackware, RHEL, Gentoo
Posts: 1,833

Rep: Reputation: 167Reputation: 167
Quote:
Originally Posted by the_sLiDe View Post
hey thank you for the reply, is there some kind of tutorial for setting up a linux server? I don't think i'll be doing streaming... this is more of a personal experiment type thing for my family! (well more for me... lol!)
I would suggest debian etch or lenny, do a base net install and unselect everything. Then begin by adding the individual packages you need and want, that will keep your install to a bare minimum.

There are a lot of good tutorials out there, but we would need to know what kind of server you're planning on using this as.

What type of file server (NFS, Samba, etc) and lighttpd would probably be a good option for web services. I would suggest checking out http://www.debian-administration.org/ they have good tutorials for just about everything and it's all relative to debian. I've also seen a lot of well written accurate tutorials on HowToForge.

Last edited by rweaver; 12-29-2008 at 04:31 PM.
 
Old 12-29-2008, 07:31 PM   #5
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,367

Rep: Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747Reputation: 2747
I have two Pentium MMX processor based servers running as firewall/gateways with printer sharing using CUPS and file sharing using Samba.
One (with 64MB RAM and a 4GB hard drive) is servicing two XP boxes, a Win98 box, a Win 3.1 box and a DOS 6.2 box.
The other (with 128MB RAM and a 4GB primary partition) is servicing three XP boxes, three WIN NT4 boxes and a W2K box. I found needed to upgrade from 64MB to 128MB RAM on this box when I added an XP machine to the setup recently.
The servers are both running Slackware 12.1 with the single processor kernel. I do not load KDE as a) it takes up too much disk space and b) it is slooow!
I have a light window manager available (I use WindowMaker) so that I can use the web browser interface to CUPS if required, but most of my administration is done at the command line.
 
Old 12-29-2008, 07:38 PM   #6
the_sLiDe
Member
 
Registered: Sep 2004
Distribution: Slack 10
Posts: 155

Original Poster
Rep: Reputation: 30
I took a look at Ubuntu server edition, would that work too?
 
Old 12-30-2008, 03:20 AM   #7
MoonMind
Member
 
Registered: May 2005
Location: Switzerland
Distribution: Ubuntu
Posts: 448

Rep: Reputation: 38
Sure, but it comes "fully-blown" (no GUI, at least). That means that you'll have a lot of services ("servers" - server applications, rather) running by default. OTOH, it's very easy to install. rweaver's suggestion is very sound, including the tips for tutorials he gives. You can also use Debian's net-install and then check first the "server" usage and after that the server packages you want installed. You'll end up with standard choices though, which can be a bit on the heavy (duty) side (apache and exim4 are great, but are denizens compared to lighter choices like lighttpd and postfix) for such an experiment. It'd work, anyway.

M.
 
Old 12-30-2008, 08:02 AM   #8
rweaver
Senior Member
 
Registered: Dec 2008
Location: Louisville, OH
Distribution: Debian, CentOS, Slackware, RHEL, Gentoo
Posts: 1,833

Rep: Reputation: 167Reputation: 167
Quote:
Originally Posted by the_sLiDe View Post
I took a look at Ubuntu server edition, would that work too?
Yes, but as you don't have an abundance of hard drive space you won't have much room for being a file server.

Just about any distribution can make an excellent server, but on older hardware with limited space you should probably look at distributions that provide only the packages you require to maximize space available for everything else.

Debian would be my first choice because I like the package management system and it functions very well without a gui and you don't get extra things you don't need. Slackware would fall next for me personally and then CentOS.

Ubuntu server edition is a good product, but I don't think it's the best product for the application you're describing.
 
Old 12-30-2008, 08:07 AM   #9
the_sLiDe
Member
 
Registered: Sep 2004
Distribution: Slack 10
Posts: 155

Original Poster
Rep: Reputation: 30
Ok perfect, thanks for the info guys!
 
Old 12-30-2008, 08:08 AM   #10
the_sLiDe
Member
 
Registered: Sep 2004
Distribution: Slack 10
Posts: 155

Original Poster
Rep: Reputation: 30
p.s.... how many cds of debian do i have to dload... i figured one or two since i'm gonna be limited on space already, although i can probably connect my computer to the net (dsl)...
 
Old 12-30-2008, 08:19 AM   #11
rweaver
Senior Member
 
Registered: Dec 2008
Location: Louisville, OH
Distribution: Debian, CentOS, Slackware, RHEL, Gentoo
Posts: 1,833

Rep: Reputation: 167Reputation: 167
Quote:
Originally Posted by the_sLiDe View Post
p.s.... how many cds of debian do i have to dload... i figured one or two since i'm gonna be limited on space already, although i can probably connect my computer to the net (dsl)...
Just the net install.

http://www.debian.org/CD/netinst/

I would recommend the 180mb i386 version as a starting point, you can always add more packages.
 
  


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
Pentium 1 music server Clarence27 Linux - Newbie 3 05-13-2008 12:53 AM
Processor upgrade: Pentium 4 vs Pentium D vs AMD Gustavo Narea Linux - Hardware 44 08-22-2006 12:23 AM
IBM PC Server 325 - Pentium Pro 200 - Linux Distros cgtueno Linux - Hardware 4 02-27-2006 04:51 AM
Which Distro to use for a Pentium 75Mhz Web Server Razza2004 Linux - Distributions 3 12-23-2004 02:16 PM
mail server and mandrake 9 on Pentium 300? WannaLearnLinux Linux - Newbie 4 08-20-2003 08:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 09:31 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