LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 09-06-2003, 12:17 AM   #1
kajensen
Member
 
Registered: Aug 2003
Location: Santo Domingo, R.D.
Distribution: Ubuntu 14.04 LTS, Xubuntu 14.04 LTS
Posts: 90

Rep: Reputation: 15
Exclamation Linux on a 486??


Hi,

I am a teacher. There's a storeroom with a whole bunch of 486's waiting to be re-cycled. Some of my students want to try linux, and so . . .
Will RH WS 2.2, or any modern distro run on a 486 with GUI?
What is meant by "free" linux? Only the kernel and command line w/out KDE or GNOME??
 
Old 09-06-2003, 12:36 AM   #2
UltimaGuy
Member
 
Registered: Aug 2003
Location: Chennai, India
Distribution: PCLinuxOS .92, FC4
Posts: 840

Rep: Reputation: 32
I don't think that a 486 will be able to handle the load of KDE or GNOME. But it will be able to work well in shell mode, or you can even load a WM like fluxbox that do not require much sustem resources.

Free linux means that the entire OS with all its tools and utilities are free, which means that you get the source code for the OS, and can redistribute it freely. Go to www.gnu.org to learn more.
 
Old 09-06-2003, 08:29 AM   #3
questionasker
Member
 
Registered: Aug 2003
Location: North Carolina, USA
Distribution: Onebase 2004-r2 | Updated through 6-10-04
Posts: 359

Rep: Reputation: 30
running kde or gnome on 486 isnt smart and if it goes at, it will be slooooow. but, vector linux can run on older pc's, and has icewm, xfce to use as wm that r easier on sys resources.
 
Old 09-06-2003, 10:09 AM   #4
kev82
Senior Member
 
Registered: Apr 2003
Location: Lancaster, England
Distribution: Debian Etch, OS X 10.4
Posts: 1,263

Rep: Reputation: 51
i have a custom built system running on a 486(100MHz) laptop but all it does is run bash/vi/vnc client, you'll be able to get away with command line but i doubt you'll get X running, if you do you wont be able to run gnome or kde(i dont even run them on my 1.4GHz Athlon)

for teaching programming/typesetting/basic unix you could put an old version of slack or some of these new tiny linuxes on the machines and they should run fine. you could consider building a beowulf cluster or using them as vnc viewers to a powerful server. both would be great learning experiences for the kids.

as for the definition of free check out the gnu project as UltimaGuy suggested.
 
Old 09-06-2003, 11:19 AM   #5
contrasutra
LQ Guru
 
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445

Rep: Reputation: 47
Your biggest problem will be RAM. If you have 16MB of RAM, you can run modern linux.


Get Slackware, its the best for older PCs like that.


And no, you wont be able to run X. But if you want to teach UNIX, the command line is the best way.
 
Old 09-06-2003, 12:18 PM   #6
Ciccio
Member
 
Registered: Nov 2002
Location: Paraguay
Distribution: Mandrake 10
Posts: 573

Rep: Reputation: 30
RedHat 7 should work fine. About the GUI... well you won't REALLY learn Linux if you use a GUI...

However... perhaps an older version of gnome, or another WM (iceWM is the one that jumps to my head).

Hope I helped.
 
Old 09-06-2003, 12:47 PM   #7
wapcaplet
LQ Guru
 
Registered: Feb 2003
Location: Colorado Springs, CO
Distribution: Gentoo
Posts: 2,018

Rep: Reputation: 48
kajensen, your situation looks like a perfect opportunity to try out the Linux Terminal Server Project. A 486 is plenty capable of working as a dumb X terminal; as long as you have one well-powered machine (say, a Pentium 300 or so with lots of RAM), you can run all the actual software on the newer machine, and all your 486's connect to it. Take a storeroom full of junk computers, add one decent new computer and Linux, and you have an instant computer lab!

I even recently got a 486DX/66 laptop with only 4MB RAM to wotk as an X terminal! If your machines have 8MB or more, you are all set. They don't even need hard drives or CD-ROM drives - just a floppy will do.

If they have halfway decent video cards (say, with 2MB of video RAM), then you'll have no problem running KDE or Gnome on them either.

Best of all, all of your students can login to one machine, where all their accounts and files are kept; they don't need to transfer stuff from one computer to another. That also means you only have to worry about maintaining one server, rather than trying to troubleshoot a whole room full of old hardware.

Last edited by wapcaplet; 09-06-2003 at 12:49 PM.
 
Old 09-06-2003, 12:58 PM   #8
Ciccio
Member
 
Registered: Nov 2002
Location: Paraguay
Distribution: Mandrake 10
Posts: 573

Rep: Reputation: 30
I worked on a network as you describe. But it would require many hours of setup, and experienced people to set it up correctly. You can't get the students to do it...hell, I don't think I am capable of doing it... not without my laptop with internet access, of course.

Although... it would teach them A LOT if you just plug the computers and make them all install and set up... with the apropriate guiding, of course. And you could even try to set an NFS server and a NIS server and have an account for each student with his/her files on the NFS server... that way you won't even need hdd space for students' files. And with Quotas you make sure the server will never be full.

It will be a little slow... but with new network cards, and a good switch (10/100 full duplex) it could be a very VERY interesting project. Try the GNU website, there is a 'Free software in education' project... perhaps something you'd like to read.
 
Old 09-06-2003, 01:02 PM   #9
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Grey Cat Linux

I use it in a 386 with 8 mega of Ram memory and graphical interface (IceWM). It's actually runs faster then I could expect. You can also download some pre-compiled Slackware packages to use with it :

http://home.wanadoo.nl/peterdekoning/main.htm

It install into DOS partition, so you don't have to create any partition for it either. It's I really like that distro . But there's not much you can do with it. Nor can you with older computers .

Good luck!
 
Old 09-06-2003, 01:06 PM   #10
Ciccio
Member
 
Registered: Nov 2002
Location: Paraguay
Distribution: Mandrake 10
Posts: 573

Rep: Reputation: 30
Why don't you ask to your boss to donate those computers and then buy newer ones for the students?
 
Old 09-06-2003, 01:19 PM   #11
wapcaplet
LQ Guru
 
Registered: Feb 2003
Location: Colorado Springs, CO
Distribution: Gentoo
Posts: 2,018

Rep: Reputation: 48
Quote:
Originally posted by Ciccio
I worked on a network as you describe. But it would require many hours of setup, and experienced people to set it up correctly. You can't get the students to do it...hell, I don't think I am capable of doing it... not without my laptop with internet access, of course.
I found the whole process relatively painless. The LTSP site has excellent documentation; once you get it set up on the server, all you need to do is get boot disks from Rom-O-Matic which are appropriate to your clients' network cards (which, if they are all the same, or if you can buy a batch of identical ones, should be easy) and you're done. I am almost a complete novice when it comes to networking, especially in Linux, but I figured out how to set this thing up inside of 2 days.

If I can do it, anyone can :-)
 
Old 09-06-2003, 04:53 PM   #12
Ciccio
Member
 
Registered: Nov 2002
Location: Paraguay
Distribution: Mandrake 10
Posts: 573

Rep: Reputation: 30
I'm not saying it is not doable by a newbie, but as I said I need access to intenret, al least, to do it. The other thing is... students are usually lazy, and don't like to do research. My friends, they have the exact same possibilities I do, but they don't like to read and research.... so I know mucho more than them... and I'm a huge noob also.

I'm just saying... you've got to get your people interested before even starting... if not, it would be a waste of time, and resources.
 
Old 09-06-2003, 05:20 PM   #13
wapcaplet
LQ Guru
 
Registered: Feb 2003
Location: Colorado Springs, CO
Distribution: Gentoo
Posts: 2,018

Rep: Reputation: 48
Quote:
Originally posted by Ciccio
I'm just saying... you've got to get your people interested before even starting... if not, it would be a waste of time, and resources.
Well, kajensen already said that some of his students are interested in Linux. And the students wouldn't necessarily have to be involved with setting up LTSP; it only takes one person to do that (and perhaps a friend to help, if there's lots of hardware to plug in). And obviously, he has access to the internet if he's posting here.
 
Old 09-06-2003, 05:42 PM   #14
kajensen
Member
 
Registered: Aug 2003
Location: Santo Domingo, R.D.
Distribution: Ubuntu 14.04 LTS, Xubuntu 14.04 LTS
Posts: 90

Original Poster
Rep: Reputation: 15
You guys gave great advice and many leads which I'm following up. I already e-mailed one of my students your responses as an attachment

Kurt
 
Old 09-06-2003, 05:43 PM   #15
Ciccio
Member
 
Registered: Nov 2002
Location: Paraguay
Distribution: Mandrake 10
Posts: 573

Rep: Reputation: 30
Well, I have access to intenret in my house... but at school it's crappy. Anyway... kajensen... are you spanish-speaker??? because if you pronounce kajensen, it would sound like a deformation of Callénse... (shut up in spanish).

Try it... If I go to LA this year I'll contact you... I'd like to see that lab... :-)... although I doubt I'll travel to the US this year... perhaps next. Anyway... Try it... it shouldn't be so hard... and asking a few interested student (specially if they are experienced)... IP'd love to help... but I'm a few miles away (note: by few I mean lot)
 
  


Reply



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux on an old 486 pc kopikat Linux - Newbie 8 06-27-2005 10:45 PM
linux on 486 linuxlikeworms Linux - Newbie 6 01-01-2005 08:02 PM
linux on 486 F1_help Linux - Newbie 13 07-09-2004 04:55 PM
Linux for a old 486 PC Flak Pyro Linux - Distributions 13 02-21-2004 01:48 PM
Linux on a 486 Korff Linux - Distributions 2 06-04-2003 10:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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