lemmyreader@lemmy.ml to Linux@lemmy.mlEnglish · 5 个月前Lindroid is an Android app that lets you run Linux in a container, with support for hardware-accelerationliliputing.comexternal-linkmessage-square61fedilinkarrow-up1414arrow-down16cross-posted to: technology@lemmy.worldlinux@programming.devandroid@lemdro.id
arrow-up1408arrow-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 个月前message-square61fedilinkcross-posted to: technology@lemmy.worldlinux@programming.devandroid@lemdro.id
minus-squaredrwankingstein@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up16·5 个月前look into proot+termux-x11 if you don’t have a rooted device, it’s still very good.
minus-squareJoe Cool@lemmy.mllinkfedilinkarrow-up10·5 个月前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.
minus-squaredrwankingstein@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up3·5 个月前Yup, I used it all the time with samsung dex, works great
minus-squareTja@programming.devlinkfedilinkarrow-up3·5 个月前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.
minus-squareTja@programming.devlinkfedilinkarrow-up7·5 个月前For 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.
Yup, I used it all the time with samsung dex, works great
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??
Commenting here for a good time.