lemmyreader@lemmy.ml to Linux@lemmy.mlEnglish · 5 months agoLindroid is an Android app that lets you run Linux in a container, with support for hardware-accelerationliliputing.comexternal-linkmessage-square40fedilinkarrow-up118arrow-down11cross-posted to: technology@lemmy.worldlinux@programming.devandroid@lemdro.id
arrow-up117arrow-down1external-linkLindroid is an Android app that lets you run Linux in a container, with support for hardware-accelerationliliputing.comlemmyreader@lemmy.ml to Linux@lemmy.mlEnglish · 5 months agomessage-square40fedilinkcross-posted to: technology@lemmy.worldlinux@programming.devandroid@lemdro.id
minus-squaredrwankingstein@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up2·5 months agolook into proot+termux-x11 if you don’t have a rooted device, it’s still very good.
minus-squareJoe Cool@lemmy.mllinkfedilinkarrow-up1·5 months agoIt’s just quite a bit slower. Everything else other than messing with /sys and android processes works the same. HDMI, mouse and keyboard and you have an office pc.
minus-squareTja@programming.devlinkfedilinkarrow-up0·5 months agoI looked on the play store and fdroid, haven’t found anything. I’d love to have a Linux chroot with CLI linux software, don’t want to root my phone. Halp.
minus-squareTja@programming.devlinkfedilinkarrow-up1·5 months agoFor the lazy, in termux: $ pkg install proot $ pkg install proot-distro $ proot-distro install debian $ proot-distro login debian Profit??
look into proot+termux-x11 if you don’t have a rooted device, it’s still very good.
It’s just quite a bit slower. Everything else other than messing with /sys and android processes works the same.
HDMI, mouse and keyboard and you have an office pc.
I looked on the play store and fdroid, haven’t found anything. I’d love to have a Linux chroot with CLI linux software, don’t want to root my phone. Halp.
For the lazy, in termux:
$ pkg install proot
$ pkg install proot-distro
$ proot-distro install debian
$ proot-distro login debian
Profit??