Author Topic: Termux  (Read 3592 times)

speculatrix

  • Administrator
  • Hero Member
  • *****
  • Posts: 3707
    • View Profile
Termux
« on: May 11, 2018, 02:21:41 pm »
Some people might need to stick with android on their Gemini, but want a Linux environment.

https://play.google.com/store/apps/details?id=com.termux

Is a great tool, and easier to get set up than a chroot'd Linux environment.

More here:

https://termux.com
« Last Edit: May 11, 2018, 02:22:54 pm by speculatrix »
Gemini 4G/Wi-Fi owner, formerly zaurus C3100 and 860 owner; also owner of an HTC Doubleshot, a Zaurus-like phone.

Isaac

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Termux
« Reply #1 on: May 11, 2018, 08:32:07 pm »
The floating terminal plugin for Termux is also quite nice.

vader

  • Sr. Member
  • ****
  • Posts: 296
    • View Profile
Termux
« Reply #2 on: May 11, 2018, 08:34:04 pm »
Quote from: speculatrix
Some people might need to stick with android on their Gemini, but want a Linux environment.

https://play.google.com/store/apps/details?id=com.termux

Is a great tool, and easier to get set up than a chroot'd Linux environment.

More here:

https://termux.com
Yep, termux is a must for android. It was one of the very first apps I installed. It is worth a download for ssh alone, let alone the full development environment. You can even run an ssh server which you can log in to from your pc - this allows you to read/write sms, and do funky stuff remotely. I tried gnuroot, but went back to termux for its performance and usability.

Had the gemini for 2months, had termux for 2 months

termux +1
« Last Edit: May 11, 2018, 08:35:52 pm by vader »

KF6GPE

  • Newbie
  • *
  • Posts: 31
    • View Profile
Termux
« Reply #3 on: June 02, 2018, 12:06:49 am »
I’m finding termux + jupyter notebook with Python really, really useful for doing the math I need to do. I’ve set up a couple of different sheets for work stuff already, and in my spare time am slowly finally learning the celestial mechanics I wanted to learn as a kid. This is definitely the grandchild of the HP-71B or HP-41CX for numeric work. (And, if you need to run programs from those beasts, there are emulators in the Android store, or the excellent Free42.)

Setup’s straightforward — google “termux jupyter notebook” and follow the instructions you find.

zevv

  • Newbie
  • *
  • Posts: 48
    • View Profile
Termux
« Reply #4 on: June 02, 2018, 07:50:36 am »
If you are running ssh from Termux, you might want to look into Mosh as well: https://mosh.org/

Mosh uses ssh for initial authentication, but for the shell then switches over to UDP, allowing for roaming, session resuming after disconnecting, and more.

jornada720

  • Jr. Member
  • **
  • Posts: 99
    • View Profile
Termux
« Reply #5 on: June 02, 2018, 11:05:14 am »
Quote from: zevv
If you are running ssh from Termux, you might want to look into Mosh as well: https://mosh.org/

Mosh uses ssh for initial authentication, but for the shell then switches over to UDP, allowing for roaming, session resuming after disconnecting, and more.

Mosh is nice but it does make scrolling your output impossible, which is annoying. If you want to keep scrolling but not have your ssh session cut off by Android's battery saver, be sure to disable power management for Termux in the Android settings.

Don H

  • Newbie
  • *
  • Posts: 13
    • View Profile
Termux
« Reply #6 on: June 04, 2018, 11:43:37 pm »
Quote from: jornada720
Quote from: zevv
If you are running ssh from Termux, you might want to look into Mosh as well: https://mosh.org/

Mosh uses ssh for initial authentication, but for the shell then switches over to UDP, allowing for roaming, session resuming after disconnecting, and more.

Mosh is nice but it does make scrolling your output impossible, which is annoying. If you want to keep scrolling but not have your ssh session cut off by Android's battery saver, be sure to disable power management for Termux in the Android settings.

My solution for this issue (and when using laptops) is to start mosh, then tmux on the remote host.  I have my scrolling, and in the event something goes wrong locally, my remote session is still protected.