this post was submitted on 05 Jun 2024
90 points (98.9% liked)

Linux

48129 readers
454 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Hi all, the private school I work at has a tonne of old windows 7/8 era desktops in a student library. The place really needs upgrades but they never seem to prioritise replacing these machines. Ive installed Linux on some older laptops of mine and was wondering if you all think it would be worth throwing a light Linux distro on the machines and making them somewhat usable for a web browsing experience for students? They’re useless as is, running ancient windows OS’s. We’re talking pre-7th gen i5’s and in some cases pentium machines here.

Might be pointless but wonder what you guys think?

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 5 months ago* (last edited 5 months ago)

FreeGeek Portland has (had?) a sign: we clean windows.

All donated computers are scrubbed of previous data, tested & reassembled (if needed) & have Linux installed.

Oldest to newest hardware work fine.

Work 24 hours to take a system home. Training is free.

Edit. Adding:

They have a website & videos on how to use Mint OS (for browsing, gaming, homework & basics) for kids of all ages: FreeGeek Online

[–] [email protected] 5 points 5 months ago

My son is using my 12 year old Asus 1215 netbook, that cost 300€ back then with Xubuntu to learn programming. Works fine. He can even run Minecraft on it. It glitches a lot though. It has an Intel Atom cpu...

We first tried Linux MX, but Xubuntu runs better.

[–] [email protected] 17 points 5 months ago (1 children)

useless

pre 7th gen i5's

We must live life on completely different parameters

[–] [email protected] 12 points 5 months ago

Yeah, I said they’re “useless as is”, because they’re running an outdated OS, have internet explorer on them, etc. the hardware is obviously far from useless but getting it to a good place in terms of user experience for a younger audience will involve a time investment. So yes, useless as is.

[–] [email protected] 2 points 5 months ago

Zorin OS has a lite version, you could test that and see if it works. Besides, it's one of the best distros for people used to Windows so it wouldn't require much work to help people to figure out how to use it.

[–] [email protected] 2 points 5 months ago

Go mx linux fluxbox

[–] [email protected] 0 points 5 months ago

You also can upgrade them to Win10. Make sure you have a AD domain along with monitoring and blocking as required in your area.

You should not connect machines running Win7 or 8 to the internet.

[–] [email protected] 2 points 5 months ago* (last edited 5 months ago) (1 children)

The hardware is totally fine, Linux requirements didnt really change at all in the last years.

KDE Plasma is a really well maintained desktop, poorly also with a ton of customization. It has a very familiar user experience. GNOME is also nice but not familiar at all.

On these machines, recommendations:

  • some stable distro like Debian 12, with automatic background updates
  • OR an atomic distro like Fedora Atomic. (Still waiting for CentOS bootc, which would be the best of both worlds. Or Rocky/Almalinux Atomic)
  • GNOME or KDE

best would be to always delete the user account, so they need to store stuff on a network drive. That way they cannot permanently break a desktop, but you still dont need active directory stuff.

Be aware that managing many PCs is work. Keep it as simple as possible, install apps as systemwide flatpaks, keep the OS minimal, automate updates.

Maybe have a look at ansible, I think it is complex but the learning curve is worth the effort if you need to manage more than 4 machines.

[–] [email protected] 1 points 5 months ago

Thanks for the advice re: management. Definitely something we’ll need to plan for.

[–] [email protected] 12 points 5 months ago

useless

pre-7th gen i5’s

I’ve got systems with second and third gen i5s that are handling Windows 10 just fine, seems like what the school really needs is some SSDs.

Linux would definitely run better, so that’s worth it too.

If this school is heavily embedded im the Google ecosystem, ChromeOS Flex is an option. FydeOS is similar but without the Google Account requirement.

[–] [email protected] 3 points 5 months ago* (last edited 5 months ago)

Yes of course it’ll work fine.

I use a third gen i5 laptop as a daily driver and run mid-poly count cad and cam, host windows vms and do everything else but play games that people expect out of a computer (no time for games nowadays).

Look into installing more ram and ssds in the old desktops and they’ll skip along happily for another decade or until mainline kernels drop support for their instruction set. I’m running Debian and rhel (seriously look into this, they have programs to get cheap licenses into the hands of educational institutions and provide good support) but probably anything is fine, just figure out account security so kids don’t go around copy and pasting whatever stack exchanges llm suggests into bash.

E: I read the rest of the thread and there’s a lot of “this worked for my computers/this worked for me” advice. Not hating, I literally gave that exact advice myself.

Call red hat sales if you’re in the us, I guess suse sales if you’re in europe or india. They’ll most likely set you up with a pilot program license and if not they’ll walk you through the process of creating one or two accounts to work around the “ten free machines but then you gotta pay” limitation.

You’ll be able to sell it to administration as “this program gets students in the drivers seat of the systems used for stem research, ai and android development for minimal upgrade cost and no new units. Developing familiarity with these systems will give students who pursue those studies a tangible advantage over their peers.”

If you have coworkers in computer education or it, sell it to them as a path to get more certs at a reduced or nonexistent cost (red hat and suse have their own cert programs that they use for training like ms and cisco do).

Good luck!

[–] [email protected] 2 points 5 months ago

They're unlikely to do worse than my laptop from 2008, and it's perfectly usable under Linux (bit of a lag when starting up large programs, that's all). As has already been said, go for a lighter desktop environment (XFCE, LXQT, Mate, TDE) unless these machines were high-spec'd for their era. For the oldest machines, you might want to consider installing Puppy Linux rather than one of the more mainstream distributions, since Puppy specializes in old x86-family hardware.

[–] [email protected] 5 points 5 months ago (1 children)

Instead of you installing linux on them, why not make it a project for the kids? Give them a bunch of distros to try and see what they learn.

[–] [email protected] 6 points 5 months ago (1 children)

This is a good idea honestly, I’ll consider it!

[–] [email protected] 3 points 5 months ago

Wholeheartedly agree!

To really learn computers, let them dig into all the guts (hardware & software). Of course letting them choose & install their top pick OS sounds like a great way to start.

Good luck!

[–] [email protected] 5 points 5 months ago* (last edited 5 months ago) (2 children)

That covers a pretty wide range of hardware, but that era would be around 2009-2015, give or take, so you would be looking at around Intel 1st gen to 6th gen most likely (Let's be honest, there is nearly zero chance institutions would be using anything but Intel in that era). Pentium-branded CPUs from that time range, unfortunately, likely means low-end dual core CPUs with no hyperthreading, so 2C/2T, but I have run Linux on Core2-era machines without issue, so hopefully the CPU specs will be okay.

2-8GB of DDR3 RAM is most likely for that era, and as others point out, will be your biggest issue for running browsers. If the RAM is anything like the CPUs, I am assuming you will be looking at the lower end with 2-4GB depending on how old the oldest machines you have are, so I second the recommendation of maybe consolidating the RAM into fewer machines, or if you can get any kind of budget at all, DDR3 sticks on ebay are going to be dirt cheap. A quick look and I see bulk listings of 20x4GB sticks for $26.

In terms of distro/DE, I second anything with XFCE, but if you could bump them up to around 8GB RAM, then I think any DE would be feasible.

Hard drives shouldn't be an issue I think, since desktop hard drives in the 320GB-1TB range would have been standard by then. Also, you are most likely outside of the "capacitor plague" era, so I would not expect motherboard issues, but you might open them up and dust them out so the fans aren't struggling. Re-pasting the CPUs would also probably be a good idea, so maybe consider adding a couple $5 tubes of thermal paste to a possible budget. Polysynthetic thermal compounds which do not dry out easily would be preferable, and something like Arctic Silver 5 would also be an era-appropriate choice, lol.

[–] [email protected] 2 points 5 months ago* (last edited 5 months ago)

I'm running Gnome 46 on i3 3217U with 4GB RAM. Works so smooth, maybe even better than Cinnamon. SSD makes all the difference.

[–] [email protected] 3 points 5 months ago (1 children)

Thanks for the super-informative post :) I’ve had a look around some more machines and there’s some i3’s in the mix too. Think I’m going to try Mint xfce on one of them and see if it copes. Yeah, consolidating ram seems like it should be a priority. There are a few i3 machines sitting headless gathering dust on the floor, they seem like a good place to scavenge from

[–] [email protected] 3 points 5 months ago

No problem! Mint XFCE sounds perfect to me.

[–] [email protected] 1 points 5 months ago

My first try would be mint, second endeavorOS with KDE

[–] [email protected] 18 points 5 months ago* (last edited 5 months ago)

If they can run Windows 7, they can run any Linux.

We’re talking pre-7th gen i5’s

My gaming and photo editing PC has a 4th gen i5.

[–] [email protected] 1 points 5 months ago (1 children)

totally doable. But if you yeet the bloat, windows 10 will be more than fine. My dad runs windows 10 on a i5 2430m all in one. My old school computers had i5 2400s and 4 gb of ram and they ran windows 10 without too much issue.

[–] [email protected] 1 points 5 months ago* (last edited 5 months ago)

Yeah I’ve installed LTSC on a couple of machines too (goofygoobers version, I think) so that’s another option

[–] [email protected] 3 points 5 months ago* (last edited 5 months ago)

Just throw a USB stick on them and boot something like Linux Mint (defaults are pretty similar to Windows, should be obvious to anyone how to use it) to see how it runs with no installation and maybe showcase that to someone who could decide explaining briefly what it is and how it’s more lightweight.

I assume these have still some mechanical drives and that will probably be their biggest slow down. Upgrading to SSDs (which is still a lot cheaper than full computers) would bring them second life.

The i5’s have plenty of power for web browsing machines and can still be pretty snappy. Pentiums (4’s?) not so much, but it’s also worth trying

[–] [email protected] 8 points 5 months ago

daily drive Arch on a Core i3 550 ,I think you'll be able to figure out something

I highly recommend scavenging the machines, you're going to have your best chance with the machines if they're maxed out on RAM even if you end up with 1/4th of the total machines

[–] [email protected] 3 points 5 months ago

I still use my i5-4670k machine. It has a SATA SSD, only 8GB RAM, but it is a completely zippy machine. Ancient (by today's standards) 750Ti, but I only rarely use it for old games (Xonotic and Portal2) and it doesn't break a sweat.

Debian, i3wm, so it ends up being lightweight but that's my preferred setup regardless of specs.

[–] [email protected] 3 points 5 months ago

I think you'll find these machines are exceedingly usable when you put a non-bloated OS on them

[–] [email protected] 9 points 5 months ago (2 children)

Windows 7/8 ... "Old machines"...

....

Am i this old ?

[–] [email protected] 1 points 5 months ago

I left windows as xp got replaced with 7.

If I were to install Windows as a dual boot, that'd probably be my choice (xp).

My current machine was a 7, but the previous owner had installed Ubuntu by the time I bought it. It's slow enough, there's no way I'd put myself or the computer through running windows.

Yes, I was born before the Internet was.

[–] [email protected] 7 points 5 months ago

They're over 10 years old at this point, Windows 10 released in 2015, 9 years ago.

Unfortunately, yes, we are old!

[–] [email protected] 2 points 5 months ago (1 children)

As others have stated, reviving them through Linux should be a piece of cake.

However, how many is "a tonne"? This is important information for the community to provide recommendations on administrating those systems.

[–] [email protected] 1 points 5 months ago

There’s about 15 machines. Not a huge amount, I was definitely exaggerating with ‘a tonne’ haha. I think it just feels like a big waste, hence the exaggeration 😅

load more comments
view more: next ›