we really need a user friendly gui app tgat can finish tge whole setup into a linux environment quickly and easily. think of it like carlimaries installer for linux on Android
Incredible things are happening with termux.
This, apart from the home assistant use, may be a great solution for an all in one klipper setup for 3d printers (I currently use a RasPi, and a tablet as a touchscreen), or installed inside a chunky keyboard, paired with one of these USB C all in one hubs as a PC in a keyboard build,. Neat.
Very cool ! Finally something to do with my old phones lying around
(but who commits their .DS_Store file tho ? 🙈)
I’m convinced Mac users just become blind to the file. I see it all over repos at work.
It’s hidden even if you have “show hidden files” enabled in Finder. No way to disable it, it’s idiotic.
Over the last 15 years, I went from Mac, to Windows, to Linux. I’m still finding old .DS_Store files and deleting them.
Because adding to the .gitignore would threaten their existence.
Never used mac before, whats this. DS_Store file for?
Nintendogs save file I think
Ah yeah of course 😅
rookie mistake 🤣
There is also “local desktop” app which automates most of steps to make system.
Any way to hook old phones to an external screen without wifi? Because that’d make this even better
Are phones with 3gb of ram considered “old” already?
We’ve had octo-core CPUs in phones for 13 years…
My 5 year old Xiaomi has 8G
Yes
sadly yeah. mine still has 2gb… lolz
Is it possible to have a no-graphical session ? Boot on tmux directly for example ? That’s could be great!
I would imagine so.
This doesn’t look like another alpine vm. But maybe I misread the install script. I see it uses apt so some sort of Debian base? If so, no root, GPU accelerated, not virtualized, Linux on Android is quite the accomplishment.
It’s an installer for Termux packages. You can do the same thing manually in Termux shell, if you know the names of packages you are installing.
And yes, Termux uses Debian apt package manager.
Though they recommend to use their pkg wrapper instead right?
Thanks, that was definitely the missing piece in my understanding.
You never needed a VM to run Linux apps on Android. Android can run Linux apps because it is already a Linux operating system. This is like referring to a docker container as “running Linux on Debian” or whatever.
docker is technically running linux on debian though
If by Linux you mean “literally everything except Linux” though, then sure. But I prefer to say what I mean and mean what I say
wait, is docker not running a linux environment?
Linux, the kernel, is the thing that containers run on top of. The container does not actually contain an instance of Linux, it shares it with the host.
yes, it’s another complete operating system with a shared kernel. a lot of more complete full-fledged virtualization software does similar stuff.
Just to put it out here. Termux has
proot-distrothat allows you to run qite a few distros as containers. Technically not a VM afaik. I find it useful, because it is sometimes simpler to wipe that instead of reinstalling Termux.
Is Termux an operating system by itself?
It’s not, it is a terminal emulator application for Android that creates a Linux-like environment.











