Post AZTKBVlpOF4vUfsSsS by AMDmi3@fosstodon.org
 (DIR) More posts by AMDmi3@fosstodon.org
 (DIR) Post #AZRMOdnGNEluP56IXw by hehemrin@social.librem.one
       2023-09-05T00:34:28Z
       
       1 likes, 0 repeats
       
       I have installed Termux, a terminal app on my /e/OS (Android based) phone. Not sure what I need it for. Possibly ssh. Terminal is different, more limited, on Android and an ordinary computer. But I kinda like to have a terminal window on my phone. Is Termux a good app? What do you use it for? #termux #foss #terminal #opensource #eos #android https://termux.dev/en/
       
 (DIR) Post #AZRNAVfPtK1r6EFwNU by Pyrrho@freespeechextremist.com
       2023-09-05T00:43:08.286310Z
       
       1 likes, 0 repeats
       
       @hehemrin Yeah, mostly SSH.  You CAN do neat stuff like run a whole desktop, GUI and all, in it... But it's mostly useful for SSH.For quick scripts on my Raspberry Pi server I started using RasPi Check from F-Droid, and I've found it much more useful for my use-case.But if I ever need to fix something, it's back to Termux.
       
 (DIR) Post #AZSeByBNFY28CtRhTs by ButterflyOfFire@mstdn.fr
       2023-09-05T15:28:33Z
       
       0 likes, 0 repeats
       
       @hehemrin How about ?- pkg install proot-distro- proot-distro install debian- proot-distro login debian
       
 (DIR) Post #AZSg7OC5JPvfLAioWO by hehemrin@social.librem.one
       2023-09-05T15:50:10Z
       
       0 likes, 0 repeats
       
       @ButterflyOfFire Interesting, I will have a look! Thanks for tip!
       
 (DIR) Post #AZSj0bTdpKw0NBODyq by wankish@mamot.fr
       2023-09-05T16:22:26Z
       
       0 likes, 0 repeats
       
       @hehemrin streamlink to use with mpv (for Android), vim to quickly edit files, and curl
       
 (DIR) Post #AZTKBVlpOF4vUfsSsS by AMDmi3@fosstodon.org
       2023-09-05T23:19:05Z
       
       0 likes, 0 repeats
       
       @hehemrin small on the go changes to my (python, C++) projects, as it allows to set up full-fledged development environment with vim (IMO it's even more powerful on mobile) and git, with ability to freely run all development tools and q/a tools, tests and sometimes whole applications locally.