LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   General (https://www.linuxquestions.org/questions/general-10/)
-   -   Old PC's - should I toss them, or do something interesting? (https://www.linuxquestions.org/questions/general-10/old-pcs-should-i-toss-them-or-do-something-interesting-832186/)

schachwizard 09-14-2010 07:34 PM

Old PC's - should I toss them, or do something interesting?
 
My family has been saving several old PCs, and we've been recently considering throwing them out. There are SEVEN of them, and I was able to wipe the drives of five of them with DBAN(most of them were infected with viruses anyway), all of which had various versions of Windows (from 3.1 to 2000). I believe the oldest computer is a little over 20 years old, while the "newest" is about ten years old. I'll definitely throw out the two oldest, since they both cannot boot past BIOS.

However, for the other five, do you guys have any ideas of what I could do to perhaps learn more about computers? I've installed Puppy Linux on the newest one, because it has 128 MB RAM, but the others have 64mb, 0 (I took the RAM, and but it into the Puppy machine), 16mb, and about 4mb. I'm thinking maybe doing a Linux from Scratch installation.

PS - I'm in high school was introduced to Linux a few months ago. I don't know any programming languages.

dugan 09-14-2010 08:08 PM

Use them to play DOS games.

choogendyk 09-14-2010 08:19 PM

So, have you got a newer computer that you are using? And these older ones are all extra surplus? My gut reaction would be to take the newest of the older ones and use it as a learning environment to install things on, play around, wipe it, install again, etc. Then you always have your main computer to work on, and you have perhaps a somewhat decent older computer to experiment with.

I've just cleaned out my computer room and dumped (local computer recycling facility) most of the older stuff. I kept one that dated from 1987, because I had proclaimed it to be a Knight of the Realm based on its yeoman service over the course of many years. It carries a lot of sentimental value. Lots of less old stuff that way outperformed that one is now gone, because my newest stuff is just way better yet. That's the way it is.

lumak 09-14-2010 08:28 PM

Turn it into an internet box?... assuming it can run a browser at any reasonable speed.

schachwizard 09-14-2010 08:42 PM

Yes, I normally work from a Ubuntu machine that has a 80GB hard drive, and 1GB RAM. Probably the best old computer is the one with a 18GB hard drive, and 128MB RAM. Can anything significant be done on a machine like that? It's currently running Puppy Linux, which boots up very quickly, and generally runs quickly, but while browsing the internet, it can occasionally approach a crawl.

moxieman99 09-14-2010 09:01 PM

Quote:

Originally Posted by schachwizard (Post 4097645)
My family has been saving several old PCs, and we've been recently considering throwing them out. There are SEVEN of them, and I was able to wipe the drives of five of them with DBAN(most of them were infected with viruses anyway), all of which had various versions of Windows (from 3.1 to 2000). I believe the oldest computer is a little over 20 years old, while the "newest" is about ten years old. I'll definitely throw out the two oldest, since they both cannot boot past BIOS.

However, for the other five, do you guys have any ideas of what I could do to perhaps learn more about computers? I've installed Puppy Linux on the newest one, because it has 128 MB RAM, but the others have 64mb, 0 (I took the RAM, and but it into the Puppy machine), 16mb, and about 4mb. I'm thinking maybe doing a Linux from Scratch installation.

PS - I'm in high school was introduced to Linux a few months ago. I don't know any programming languages.

Google the motherboard specs (maker and model, maybe) to find out what the maximum amount of RAM each computer can handle. Then keep the two computers that seem the most interesting to you and fill them to maximum capacity with RAM. If you can get 256 meg of RAM, you can handle a modern distro (slow, but handle it) and actually do well with a light distro. At 512 meg of RAM, you might even get tolerable speed out of a modern distribution properly configured. At 1 gig of RAM, the world is your oyster.

Then scavenge the other boxes for parts: Cables, floppies, RAM, hard discs, power units, CD players, even the frames if they aren't too bad. Take the remaining motherboards and such the recycler.

Noodle around to your heart's content.

snowday 09-14-2010 09:05 PM

I would keep one or two and donate/recycle the others.

Here are some fun ideas for what to do with old computers:

http://kmandla.wordpress.com/2007/09...-old-computer/

jaydot 09-14-2010 09:47 PM

i've always shoved pclinuxos (where possible) onto those machines to go and folk have been glad of them. where pclinuxos can't cut the mustard, i stick one of my old distros on it. damn small does a damn good job and puppy's handy for old kit.

they make handy learning tools too.

MTK358 09-15-2010 07:23 AM

Quote:

Originally Posted by schachwizard (Post 4097645)
I don't know any programming languages.

Try it if you interested! Some languages (like Python) are quite easy.

TobiSGD 09-15-2010 10:07 AM

Quote:

Originally Posted by schachwizard (Post 4097701)
Probably the best old computer is the one with a 18GB hard drive, and 128MB RAM. Can anything significant be done on a machine like that?

You can make a music jukebox of this one, or attach some external harddrives and make it fileserver, or learn how to set up any kind of server, like webserver, email-server or a torrent-box.

dv502 09-15-2010 02:21 PM

I would first try contacting friends, family or others if they would want a PC or if they know someone who does.

if not, just keep some parts like hard drives, RAM, PCI cards or whatever and throw the rest away.

Who knows, one day one of those parts can come in handy for yourself or other. You can also sell them on ebay.

entz 09-15-2010 03:43 PM

now you said you don't know any programming languages....how unfortunate!

if i were you , i would transform those old PC's into embedded machines , possible applications could be things like:
routers , actuator controllers such as switching lights on/off , controlling appliances with them around the house.

i know those suggestions are geeky , but that's just me.

schachwizard 09-15-2010 06:00 PM

OK, I've cleaned out the boxes for all RAM, and I'll soon try to find the best combination. (Is there any way to tell the amount of RAM on a stick from the stick alone?)

Also, I like the idea of learning some programming. Is Python is good place for me, a beginner, to start?

tuxdev 09-15-2010 06:27 PM

Quote:

OK, I've cleaned out the boxes for all RAM, and I'll soon try to find the best combination. (Is there any way to tell the amount of RAM on a stick from the stick alone?)
Most sticks are labeled with the capacity, often inside the model number if not directly.

Quote:

Also, I like the idea of learning some programming. Is Python is good place for me, a beginner, to start?
Python's good for beginners, as well as Ruby. Also if there's a local college around, you might try to drop into one of the intro classes unofficially. Most profs would be excited to see someone express early interest. Actually, I'd recommend doing that for any major you have an inkling.

mostlyharmless 09-15-2010 06:34 PM

Might've been fun to network them all together (if they had network cards) and experiment with cluster computing. I had a couple of 386's I had running condor several years ago.

schachwizard 09-15-2010 07:10 PM

Quote:

Actually, I'd recommend doing that for any major you have an inkling.
Tuxdev, I've done this already about four times, and it's very informative as to what a major is really about.

I'm going to first try to improve the Puppy Linux computer with more RAM. Because really only browsing the web slows down the computer, can you guys recommend any lightweight browsers? Firefox is way too heavy, and Midori, which I've recently been using, isn't that great.

Also, snowpine, that website has some great ideas. Not all of them would be helpful to me, but some of them are very appealing.

DavidMcCann 09-16-2010 05:08 PM

Opera is quite handy; I prefer it to Firefox and Midori. Of course, there's always Dillo, if you don't demand too many facilities.

TobiSGD 09-16-2010 06:28 PM

Seamonkey (iceape in Debian) is relative lightweight, using it on an old laptop with 550 MHz-CPU and 256MB you can surf the Internet without problems, of course without Flashplayer and with a lightweight environment (LXDE).

Alexvader 09-16-2010 06:40 PM

Hi...

Even for your weakest specs computers

You could use just console TTYs with multitabbing...

http://winterdom.com/2009/01/somelin...overedrecently, or dvtm

http://www.terminally-incoherent.com...ing-without-x/

In this setting you could use centerim as an instant messenger, mc as a file manager, nfte as an editor with source code highlighting, ipython as a python shell, sc, oleo, or teapot as spreadsheets, vim, vi, nano, pico as editors, w3m, or elinks as browsers...

And with this settings and applications ( think of a minimal arch install ) they would be fast like hell...



Man you can even watch movies in a dvtm tab in a tty...

http://www.youtube.com/watch?v=F1-gl...eature=related

But I would suggest a huge text framebuffer, if you want to play tabbed windowing in tty...

bendib 09-16-2010 06:45 PM

Quote:

Originally Posted by schachwizard (Post 4097701)
Yes, I normally work from a Ubuntu machine that has a 80GB hard drive, and 1GB RAM. Probably the best old computer is the one with a 18GB hard drive, and 128MB RAM. Can anything significant be done on a machine like that? It's currently running Puppy Linux, which boots up very quickly, and generally runs quickly, but while browsing the internet, it can occasionally approach a crawl.

You might be able to get fedora with Fluxbox running on that. You might still need a large amount of swap space, however, and as we all know, swap is slow.

dv502 09-16-2010 08:06 PM

Quote:

Originally Posted by schachwizard (Post 4097701)
Probably the best old computer is the one with a 18GB hard drive, and 128MB RAM. Can anything significant be done on a machine like that?

Distrowatch.com has a database feature that you can select the criteria for a linux distro. I selected Old Computers. The link below resulted in 6 active distros for old computers.

http://distrowatch.com/search.php?ca...&status=Active

As for web browsers, I heard that google chrome is fast. You can give that a try.

PS: When dealing with very old computers with low resources there are really not that much options that has already been mentioned.

PPS: Another new distro for old PCs is Legacy OS based on Teenpub
http://pupweb.org/wikka/TeenPup

- Cheers

rob.rice 09-21-2010 06:16 PM

Quote:

Originally Posted by dugan (Post 4097673)
Use them to play DOS games.

the best 8bit computer emulators run on dos
even that 20year old puter old would be blindly fast running freedos

the medium spec puter would make a great you aint getten in hardware fire wall

damgar 09-21-2010 07:02 PM

My old machine got turned into a headless, X-less, keyboard/mouseless file and print server for the other 3 machines in the house. If you can add more memory I would. I wouldn't pay for it, but I work in people's attics all the time and I can assure you that there is plenty of old memory lying around in peoples attics. There is someone near you, that would probably really appreciate a machine that can get them on the web either as their only machine or for a family that has to share a machine. If you don't want it, someone else very well might.

dv502 09-21-2010 07:41 PM

Indeed. An old computer is a terrible thing to waste.

Unless it's almost a paper weight. hehehe

damgar 09-21-2010 09:11 PM

Quote:

Originally Posted by dv502 (Post 4105081)
Indeed. An old computer is a terrible thing to waste.

Unless it's almost a paper weight. hehehe

Even then they tend to sit in my garage for at least a year. It just makes me sad when I can't find a use or a home for a machine. :(


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