Termux: terminal emulator and Debian-style userland as an Android app
41–50 of 148 posts
Re: Termux: terminal emulator and Debian-style userland as an Android app
#42Re: Termux: terminal emulator and Debian-style userland as an Android app
#43Earlier quoted context omitted.
Maybe a stupid question but why not just run Debian on a chrome book, or any cheap laptop? Or spend a bit more for a thinkpad or dell XPS
Because I don't want to be a sysadmin. I want to take advantage of all the work Google has done to make ChromeOS a slick user experience, including good drivers, seamless and invisible auto-update, fast boot, integration with Google services, etc.
Re: Termux: terminal emulator and Debian-style userland as an Android app
#44Re: Termux: terminal emulator and Debian-style userland as an Android app
#45Re: Termux: terminal emulator and Debian-style userland as an Android app
#46This is amazing. I've been dreaming of something like this forever for the iPhone. iOS restrictions are probably never going to be lifted, however. I get by with Panic's Coda terminal, which is great, but even though I have multiple remote servers, sometimes I'd like to run something on my local network, like ping, wireshark, etc Running mutt as a local mail client would be nice as well
I could see this getting onto the app store eventually.
Re: Termux: terminal emulator and Debian-style userland as an Android app
#47I installed this months ago and cant figure out how to access localhost through my browser. I wrote a sample flask app and ran it but cant access it outside of termux. Is there a way to do so?
python3 -m http.server
http://localhost:8000/ # on phone
However, I haven't been able to access a server running on termux on my phone from anywhere else. I suspect servers are blocked by my mobile ISP (makes sense!), but I never got to the bottom of it.Should work over wifi though.
Re: Termux: terminal emulator and Debian-style userland as an Android app
#48Earlier quoted context omitted.
What exactly would you use it for? Not trying to be negative, I'm just not sure what would be worth typing out on a phone keyboard on the go, instead of waiting until I have access to an actual keyboard. I guess if you have a keyboard for your phone that's also different. (so for android tablets etc this is great)
I use it as a replacement for Android apps in several cases. - Need to jot a note: vim is far better than most native apps - Need to access a remote system: use ssh or mosh - Need a calculator: Python is there, with a lot of useful libraries It even emulates a mouse, so elinks is quite usable on text heavy websites. For some mobile hostile websites it is more usable since the text is large enough to be legible. A sim…
Re: Termux: terminal emulator and Debian-style userland as an Android app
#49I tried this out a little while ago and I was really impressed. It's worth mentioning that this isn't just a Debian chroot/container, the software is actually compiled to run natively on the Android NDK. It seems like they work around any limitations of Bionic compared to glibc by patching NDK headers and using support libraries. Check out their "ports tree" to see what packages are available: https://github.com/term…
What exactly would you use it for? Not trying to be negative, I'm just not sure what would be worth typing out on a phone keyboard on the go, instead of waiting until I have access to an actual keyboard. I guess if you have a keyboard for your phone that's also different. (so for android tablets etc this is great)
Re: Termux: terminal emulator and Debian-style userland as an Android app
#50Earlier quoted context omitted.
Maybe a stupid question but why not just run Debian on a chrome book, or any cheap laptop? Or spend a bit more for a thinkpad or dell XPS
Because I don't want to be a sysadmin. I want to take advantage of all the work Google has done to make ChromeOS a slick user experience, including good drivers, seamless and invisible auto-update, fast boot, integration with Google services, etc.
Owning my computer, as opposed to paying for it to be controlled by Our Benevolent Overlords.