this post was submitted on 02 Feb 2025
52 points (93.3% liked)

Linux

49492 readers
563 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
 

Friend has an old laptop with windows 10 that he doesn't use because too slow and freezing all the time. Wants to revive it to leave at his lab in grad school for browsing the internet and editing stuff on google docs so he doesn't have to carry his newer laptop everyday.

I suggested Linux but I myself always used Debian and I am not sure it will run decently with such low specs. Was thinking maybe Debian 11 with xfce or something? Any better options?

you are viewing a single comment's thread
view the rest of the comments
[–] eugenia@lemmy.ml 27 points 1 day ago (2 children)

Your biggest problem is the amount of RAM, not the cpu. Some Linux distros would fit nicely on 2gb with a few native apps open, but the moment you'd want to browse the web, all hell will break loose, as each tab will take hundreds of megs each (youtube takes between 600 and 1200 mb of ram). FYI, even if chrome/ium is hated in these parts, it uses less ram than firefox (there's also a setting to use even less ram).

I'd suggest you use either Alpine Linux with xfce (240 MB of RAM on a cold boot), or even better, Q4OS with the Trinity Desktop (fork of KDE), 350 MB of RAM. The advantage of Q4OS is that it's a debian, so it can run lots of .deb files made for debian. Alpine is cool and all, but it has bugs on the desktop (some of its package management has dependency problems).

A tip: to save ram, don't use background images, only a single color. You can save up to 50 MB of RAM that way, depending on the image you'd be using.

[–] markstos@lemmy.world 2 points 19 hours ago

I agree the question here is not so much which distro but which browser.

Todays low-end laptops often come with 8 GB of RAM. Even common phones have more than 2 GB of RAM.

[–] ctenidium@lemmy.world 4 points 1 day ago

I did not know, that background images could have this enormous effect! Good to know!!