this post was submitted on 05 Dec 2023
44 points (92.3% liked)

Linux

47946 readers
1888 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
 

It's an old model (Acer One D257) Processor is Intel Atom. Memory is 1GB DDR3 with 320 GB of HDD. I currently Have MX 21 running on it, but I need to reinstall because I forgot the root password. Since I'm reinstalling the OS, I thought I'd ask here for recommendations for an OS that makes the most of this oldie.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 11 months ago (2 children)

Whatever distro you install, make sure you enable zram, it makes old computers with low ram much more usable, and an out of memory killer too.

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

Ooms are much less necessary with MGLRU if they keep to a new kernel

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

I'd still use an oom killer even on 6.1 which is the kernel Debian uses, mglru got improvements in following kernels like you said.

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

The Linux kernel already has OOM killing... Do you mean something like Facebook's oomd where you can more easily control it from userspace?

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

yeah, from what i remember the kernel's oom killer isn't that fast and external ones work better

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

Thanks! Great advice 👍