"We have linux phone on android"
This is cool tho doing it now
An unofficial chapter of the popular Dull Men's Club.
1. Relevant commentary on your own dull life. Posts should be about your own dull, lived experience. This is our most important rule. Direct questions, random thoughts, comment baiting, advice seeking, many uses of "discuss" rarely comply with this rule.
2. Original, Fresh, Meaningful Content.
3. Avoid repetitive topics.
4. This is not a search engine
Use a search engine, a tradesperson, Reddit, friends, a specialist Facebook group, apps, Wikipedia, an AI chat, a reverse image search etc. to answer simple questions or identify objects. Also see rule 1, “comment baiting”.
There are a number of content specific communities with subject matter experts who can help you.
Some other communities to consider before posting:
5. Keep it dull. If it puts us to sleep, it’s on the right track. Examples of likely not dull: jokes, gross stuff (including toes), politics, religion, royalty, illness or injury, killing things for fun, or promotional content. Feel free to post these elsewhere.
6. No hate speech, sexism, or bullying No sexism, hate speech, degrading or excessively foul language, or other harmful language. No othering or dehumanizing of anyone or negativity towards any gender identity.
7. Proofread before posting. Use good grammar and punctuation. Avoid useless phrases. Some examples: - starting a post with "So" - starting a post with pointless phrases, like "I hope this is allowed" or “this is my first post” Only share good quality, cropped images. Do not share screenshots of images; share the original image.
.
"We have linux phone on android"
This is cool tho doing it now
why not termux-x11?
by using it i could use my galaxy tab like a laptop woth some weird *nix variant. i could run libreoffice using proot (debian) as well. graphics accel didn't work because mine was an exynos but it wasn't a big issue for me, was able to play 720p videos in mpv without any issues.
the lack of packages in official termux repo was a bit tiring tho, had to ./configure --prefix=$PREFIX; make; make install far too many times. and they don't ship firefox esr and only have the latest.
Nice, I just got Debian on my Surface yesterday. The touch sensing isn't quite adequate though. I might just try one of the rpi touch screens.
To what end? I'm not criticizing, I'm taking notes.
To test and see what all it can and can't do.
I'm pretty impressed honestly. Although it can't do everything, it can sure do a lot!
This comment posted from Android > Termux > MultiVLC > Firefox
Damn you for putting this in my head the other day. Because I've just spent the entire morning doing the same thing. And I'm now figuring out how to install Libreoffice on it, using proot and debian or whatever.
Who needs an actual laptop when you can have an 11 year old Samsung tablet with a 2ghz processor and 3gb of RAM?
I haven't bothered with the whole proot thing yet, how does all that work out? Like, how much space does it occupy to install and get set up? Including LibreOffice?
I've barely got 3GB of storage left at the moment, unless I go gutting my main Android apps...
I prefer Unexpected Keyboard myself, but thanks for the suggestion!
Ah cool but no sudo?
Hey, it's on you if you wanna root your own device. This is the simple beauty of Termux, it runs in an isolated environment on non-rooted Android.
Within Termux itself, you can do whatever you want, sudo not required. You can't access / though, you can pretty much only access ~
Unless you know the exact path to your SD card or other storage, that works too..
sudo does exist though, but mostly just as a compatibility placeholder. Within Termux, you're basically running as 'root', no other user accounts, but not true root, you can't access the whole filesystem, unless you're actually already rooted...
I was thinking of converting a phone into a mini server / NAS the other day but I needed sudo to configure some stuff (firewalls, perms, security, rtc) and found it a hassle to root my device
Dabbled a bit of termux but found it limited to be taken seriously for server workload. Great for poc and personal computing though