this post was submitted on 11 Nov 2025
22 points (100.0% liked)

Linux

59569 readers
1299 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 6 years ago
MODERATORS
 

I was just given an old nettop from I think around 2010 - An old Acer one nettop intel atom CPU N270 @ 1.60GHz 2GB ram, it has Windows XP on it and it seems fairly smooth/quick, but I haven't done anything other than boot it up and check the spec. I was wondering what would be best to install on it and found that choices are very limited. Linux Lite nor Lubuntu seem to be an option anymore, and almost all of the options I tried under x86_x64 on Distrowatch no longer provide an x86 or 32 bit version. These are the main ones I have seen:

Damn Small Linux (DSL) - https://www.damnsmalllinux.org/

Puppy Linux - https://puppylinux-woof-ce.github.io/

AntiX Linux - https://antixlinux.com/

CachyOS - https://cachyos.org/

Tiny Core Linux - http://www.tinycorelinux.net/

Maybe a couple of others, but could anyone recommend the best option or maybe a couple that would be best and any ideas as to what may be the best use for it? Practicing coding? Just browsing? Etc. I think it may be between DSL and Puppy, but I am hoping to hear any others and will happily try them all. Linux Mint and Debian keep coming up in searches but unless I am missing something, I don't see anything about x86/32bit versions in the latest versions.

you are viewing a single comment's thread
view the rest of the comments
[–] ryannathans@aussie.zone 2 points 3 days ago (2 children)

Complinig everything on that? End me now

If OP is ok using "DIY" distros, there's also Void Linux. It provides binary packages and supports many architectures


x86_64, x86, arm64, armv6, armv7.

[–] Fizz@lemmy.nz 2 points 3 days ago (1 children)

You can use bin packages and compile certain things where you'll get preformance. It would be good to have a kernel optimised for that hardware cause you need everything you can get.

You could compile on another PC and but you'd miss the -native optimisation.

For my Chromebook I did a bin kernel then compiled everything else and did bin Firefox. I tried compiling the kernel but ran out of disk space cause only 10 gb of space available.

[–] Babalugats@lemmy.ml 1 points 3 days ago

Thanks, will have a look at that option. I haven't even dipped my toes into compiling, but have looked over posts and tutorials in the past.