How to make an old computer useful again

Refurbish an old machine with these step-by-step instructions.
304 readers like this.
Compute like it's 1989

LSE Library. Modified by Opensource.com. CC BY-SA 4.0

Have an old computer gathering dust in your basement? Why not put it to use? A backup machine could come in handy if your primary computer fails and you want to be online with a larger screen than your smartphone. Or it could act as a cheap secondary computer shared by the family. You could even make it into a retro gaming box.

You can take any computer up to a dozen years old and—with the right software—perform many of the same tasks you can with new machines. Open source software is the key.

I've refurbished computers for two decades, and in this article, I'll share how I do it. We're talking about dual-core laptops and desktops between five and 12 years old.

Verify the hardware

Step one is to verify that your hardware all works. Overlooking a problem here could cause you big headaches later.

 

Dust kills electronics, so open up the box and clean out the dirt. Compressed air comes in handy. Be careful that you're grounded whenever you touch the machine. And don't rub anything with a cleaning cloth. Even a static shock so small you won't feel it can destroy circuitry.

 

Then close the clean computer and verify that all the hardware works. Test:

  • Memory
  • Disk
  • Motherboard
  • Peripherals (DVD drive, USB ports, sound, etc.)

Run any diagnostic tests in the computer's boot panels (the UEFI or BIOS panels). This list tells you which program function (PF) key to press to access those panels for your computer.

Free resource kits like Hirens BootCD or Ultimate Boot CD enable you to test what your boot panels don't. They contain hundreds of testing programs; all are free, but not all are open source. You don't have to install anything to run these kits because they'll boot from a USB thumb drive or DVD drive.

Be thorough! Run the extended tests for memory and disk—not just the short tests. Let them run overnight. That's the only way to catch transient (sporadic) errors.

If you find problems, my Quick guide to fixing hardware will help you solve the most common hardware issues.

Select the software

The key to refurbishing is to install software appropriate for the hardware resources you have. The three essential hardware resources are:

  1. Processor (number of cores and speed)
  2. Memory
  3. Video memory

You can identify your computer's resources in its boot-time UEFI/BIOS panels. Write down your findings so that you don't forget them. Then, look up your processor at CPU Benchmark. That website gives you background on your CPU plus a CPU Mark that indicates its performance.

Now that you know your hardware's power, you're ready to select software that it can efficiently run. Your software choices are divided into four critical areas:

  1. Operating system (OS)
  2. Desktop environment (DE)
  3. Browser
  4. Applications

A good Linux distribution covers all four. Don't be tempted to run an unsupported version of Windows like 8, Vista, or XP just because it's already on the computer! The risk of malware is too great. You're much better off with a more virus-resistant, up-to-date operating system.

How about Windows 7? Extended support ends January 14, 2020, meaning you get security fixes only until that date. After that, zilch. Now is the perfect time to migrate off Windows 7.

Linux's big benefit is that it offers many distros specifically designed for older hardware. Plus, its design decouples DEs from the OS, so you can mix and match the two. This is important because DEs heavily impact low-end system performance. (With Windows and MacOS, the OS version you run dictates the DE.)

Other Linux advantages: Its thousands of apps are free and open source, so you don't have to worry about activation and licensing. And Linux is portable. You can copy, move, or clone the OS and applications across partitions, disks, devices, or computers. (Windows binds itself to the computer it's installed on via its Registry.)

What can your refurbished computer do?

We're talking dual-core machines dating from about 2006 to 2013, especially Intel Core 2 CPUs and AMD Athlon 64 X2 family processors. Most have a CPU Mark of between 1,000 and 4,000. You can often pick up these machines for a song, yet they're still powerful enough to run lightweight Linux software.

One caution: be sure your computer has at least 2GB of memory. Upgrade the RAM if you have to. End users on my refurbished machines typically use between 0.5 and 2GB of RAM (exclusive of data buffering); rarely do they go over 2 gig. So if you can bump memory to 2GB, your system won't be forced to swap, or substitute disk for memory. That's critical for good performance.

For example, I removed 1GB RAM from the decade-old rebuild I'm writing this article on, which dropped memory down to 1GB. The machine slowed to a crawl. Web surfing and other tasks became frustrating, even painful. I popped the memory stick back in and, with 2GB RAM, the desktop instantly reverted to its usable self.

With a 2 gig dual-core computer, most people can do whatever they want, so long as they run a lightweight distro and browser. You can web surf, email, edit documents, do spreadsheets, watch YouTube videos, bid on eBay auctions, post on social media, listen to podcasts, view photo collections, manage home finance and personal scheduling, play games, and more.

Limitations

What can't these older computers do? Their concurrency is less than state-of-the-art machines. So run a fast browser and block ads, because that's what slows down web surfing. If your virtual private network (VPN) can block ads for you and offload that work from your processor, that's ideal. Disable autoplay of videos, Flash, and animation. Surf with a couple of tabs open rather than 20. Install a browser extension so you can toggle JavaScript.

Direct the processors to what you're working on; don't keep a ton of apps open or run lots of stuff in the background. High-end graphics and video editing may be slow. Virtual machine hosting is out.

How about games? The open source software repositories offer literally thousands of games. That's why I listed video memory as one of the three essential hardware resources. If your box doesn't have a video card, it likely has only 32 or 64MB of VRAM. Bump that to 256 or 512MB by adding a video card, and you'll find that processor-intensive games run much better. Here's how to see how much VRAM your computer has. Be sure to get a card that fits your computer's video slot (AGP, PCI-Express, or PCI) and has the right cable connector (VGA, DVI, or HDMI).

What about Windows compatibility?

People often ask about Windows compatibility. First, there's a Linux equivalent for every Windows program.

Second, if you really must run a specific Windows program, you can usually do that on Linux using Wine. Look up your application in the Wine database to verify it runs under Wine and learn any special install tricks. Then the auxiliary tools Winetricks or PlayOnLinux will help you with installation and setup.

Wine's other benefit is that it runs programs from old Windows versions like Vista, XP, ME/98/95, and 3.1. I know a guy who set up a fantastic game box running his old XP games. You can even run thousands of free DOS programs using DOSBox. One caution: if Windows programs can run, so can Windows viruses. You must protect your Wine environment inside Linux just as you would any other Windows environment.

How about compatibility with Microsoft Office? I use LibreOffice and routinely edit and exchange Word and Excel files without problems. You must, however, avoid using obscure or specialized features.

Which distro?

Assuming Linux is the OS, you need to select a DE, browser, and applications. The easy way to do this is to install a distribution that bundles everything you need.

Remember that you can try out different distros without installing anything by booting from a live USB thumb drive or DVD. Here's how to create a bootable Linux from within Linux or Windows.

I rebuild computers for charity, so I can't assume any knowledge on the part of my users. I need a distro with these traits:

  • User-friendly
  • Lightweight interface
  • Bundles lightweight apps
  • Big repository
  • Solid track record
  • Large user community with an active forum
  • Stability through long-term support releases (not rolling releases)
  • Prioritizes reliability over cutting-edge features
  • Configurable by a GUI rather than by text files

Many distros fulfill these criteria. The three I've successfully deployed are Mint/Xfce, Xubuntu, and Lubuntu. The first two use the Xfce desktop environment, while the latter runs LXQt. These DEs use less processor and memory resources than alternatives like GNOME, Unity, KDE, MATE, and Cinnamon.

Xfce and LXQt are very easy to use. My clients have never seen Linux before, yet they have no trouble using these simple, menu-driven interfaces.

It's vital to run the fastest, most efficient browser on older equipment. Many feel Chromium wins the browser race. I also install Firefox Quantum because people are familiar with it and its performance rivals that of Chromium. I toss in Opera because it's speedy and has some unique features, like integrated ad-blocking and a free virtual private network. Opera is free but not open source.

Whatever browser you use, block ads and trackers! Minimize browser overhead. And don't allow videos or Flash to run without your explicit say-so.

For applications, I rely on the lightweight apps bundled with Mint/Xfce, Xubuntu, and Lubuntu. They address every possible need.

Go for it

Will you be happy with your rebuild? The computers I've been using lately are both over a decade old. One has an Intel dual-core processor (eMachines T5274a) while the other features an AMD Athlon 64 x2 processor (HP dc5750). Both have 2 gig memory. They're as effective for my office workload as my quad-core i5 with 16GB RAM. The only function I miss when using them is the ability to host virtual machines.

We live in an amazing era. You can take a five- to 12-year-old computer and, with a little effort, restore it to practical use. What could be more fun?

What to read next

7 favorite Raspberry Pi projects

Having recently co-authored a book about building things with the Raspberry Pi ( Raspberry Pi Hacks ), I've spent a lot of the last couple of years talking about this credit…

Four Linux distros for kids

I can see the brightness of curiosity in my six year old niece Shuchi's eyes when she explores a mobile phone or manipulates the idiot box with its remote control or becomes…

User profile image.
Howard Fosdick is an independent consultant who works hands-on as a DBA/SA. He's written several technical books, many articles, and is a popular conference speaker.

9 Comments

Great article filled with great tips. Thanks!
I haven't bought a new computer since my university days, after which I discovered I could get a free hand-me-down by helping people transfer data from their old computer to their new one, and then offering politely to take their old computer off their hands. Even my main workstation, built from parts, has a bunch of second-hand components (the case, PSU, fans).

Computers have *at least* twice the lifespan that companies claim. It's better financially and ecologically to at least try to rescue before buying.

I have found a lot of good ideas in your article. Thanks!

Great article!

I haven't bought a computer since 2000, getting extras from companies, friends and family. So long as it runs Linux, I can generally make it useful.

If you are running a desktop and can up the RAM to 4GB, I have found that is the sweet spot for making a desktop (even a light one) comfortable. Servers can get by with 2 or even less.

I've also been using The Raspberry Pi Desktop (https://www.raspberrypi.org/downloads/raspberry-pi-desktop/) as it is a very light environment and gives you a good starting point.

I have also installed a Chromium OS (Neverware's CloudReady Home Edition) to make it into a low-maintenance browsing device and it works on a lot of hardware, but not all.

Great article. I frequently have old computers given to me and have repurposed them with various Linux distributions and added RAM and/or a hard disk drive.

One crucial upgrade I find essential is SSD. You can get a 120g SSD for $20 or less these days. The difference between a budget SSD and decade old spinning drive can be enormous.

Another thing to consider is the processor architecture. Most Linux distributions these days are focusing on 64bit, and a whole host of older machines might require (or run better) with 32bit. I found Debian to be a very good 32bit modern install.

I would agree 2g is minimum. Where possible I try to push the max 3 or 4g if possible .... usually the upgrade is minimal cost.

If you are adventurous, I'd also recommend trying to upgrade to the fastest processor your machine can take. Most CPU upgrade on ebay can be surprisingly low cost. This is easier done on a desktop, but not impossible on a laptop.

Agreed! SSD makes an amazing difference. I thought it was hype until I tried it, but no, SSD was indeed the boost in UX we were all waiting for.

In reply to by JamesF

Some good tips. All of my computers are five ti eight year old Lenovo machines. SSDs are a great speed booster for these older machines. I recommending maxing ou the memory to 8GB if the computer can handle that much. I would recommend SolydX or SolydK. Both are Debian based, so will not have the bugs that Ubuntu or Ubuntu based distros all have. Off lease Lenovo machines can be had inexpensively, and are made to be easily serviced, even the laptops.

Great article! I've had many machines that were 10+ years old and Linux always brings them back to life. Goes for old laptops too!

14 Ways to Make Good Use of Your Old Computer Again

1- Create a Digital Photoframe:
2. An External Portable Storage
3. A Second Display
4. Sell It to Fund the Next One
5. Donate and Bring Smiles to Faces
6. Contribute with Your CPU time To Distributed Computing
7. Build Your Own Super Computer
8. For All the Software You’ve Been Wanting to Try
9. Add an Extra Level of Firewall Protection
10. A Media Station with Your Old PC
11. A Game Server
12. Printing or File Server
13. A Video Recorder or a TV
14. A Granny Guide

Thanks me later.

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.