this post was submitted on 13 Sep 2024
212 points (98.6% liked)

Linux

47341 readers
1156 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 16 points 6 days ago (2 children)

but how do I run it on confusingly named chinese sbc's for which the only os images that seem to exist are an untrustworthy debian based system and an old version of android?

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

You avoid buying them precisely because of this.

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

I figured as much. These are things that were given to me as an "otherwise it goes in the landfill" package deal. a couple have klipper over dietpi for my 3d printers but the rest are seemigly junk and I'll probbaly toss them in the electronics section at the recycle depot next time I go there

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

otherwise it goes in the landfill

Ah, well in that case, fair enough.
I've done my fair share of ridiculousness to keep free crappy hardware running.
I will say, try running Alpine Linux on a container.

I've managed to extract some usefulness out of a borderline e-waste Android tablet running some flavor of Jelly Bean, so outdated you couldn't connect to most websites due to bad TLS certs, by running a Alpine Container on it.
Alpine was the only distro I found that could run up-to-date software on such a ancient version of the Linux kernel, everything else failed to work at all.

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

Running into this issue with nixos and the mango pi bored currently lol

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

yeah I think I have an orange, a mango, a nanopi, and a couple entirely written in chinese that are different from each other. Just before reddit went senile I was planning on posting images to try to ID the unknown ones but I didn't and got busy with stuff less likely to be a dead end.

Can anyone confirm if it is indeed the case that you can't just put whatever os you want on these things, or if it is possible by jumping through some hoops that google would never show me in favour of showing me other shit that makes them more money?

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

Usually you need to patch some stuff as a lot of the hardware doesn’t have mainline support. For the mango pi I found this

https://github.com/boosterl/awesome-mango-pi-mq-pro

The nixos link there works but it’s a bit out dated