this post was submitted on 22 Jun 2023
41 points (95.6% liked)

Linux

47591 readers
871 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
 

Anyone experimenting with Linux on Android around here?

I was having quite a hard time finding a decent IDE to use on DeX so Im just running a full desktop and coding on vscode. The performance is surprisingly good, just wish it was easier and more stable to set up gnome, as it just looks like it would fit a touchscreen and the android aesthetic really well.

you are viewing a single comment's thread
view the rest of the comments
[–] inspxtr 2 points 1 year ago (1 children)

Can you explain what this is? Kinda confused, is it a VM of some sort? Or something equivalent to WSL on Windows?

[–] Kealper 6 points 1 year ago* (last edited 1 year ago)

Android is already Linux-based, so that is just running regular Linux binaries while providing tweaks and shims to make those binaries play nicer with Android's setup. Things running in it don't have root access, they've only got the access that the base "UserLAnd" app has due to how Android handles security but that's more than enough to get you a "traditional" desktop with utilities.

It's more akin to installing and running all sorts of programs on a non-admin Windows account with all the "Install for only me" options instead of "Install for all users". Except instead of Windows, it's just Linux.