I installed Termux from the Play store. It's free and doesn't require root access. Sorry but if you have an iPhone, go fish.
The first thing I alw...
For further actions, you may consider blocking this person and/or reporting abuse
Termux is really fun! Just my 2 cents, I've installed sshd, mariadb and host a local gitea. With gitea I can push my dotfiles & personal wiki on my laptop into the repos as a backup through ssh.
Recently there is another promising project called UserLAnd. It even lets you apt install straight from debian/ubuntu repo without root. I managed to duplicate my i3wm & all of the terminal functionality I have in my laptop (urxvt,oh-my-zsh,compton,rofi,ranger...). Here's a screenshot of the TigerVNC session.
Hope everyone have fun playing with these awesome apps!
That's Awesome!!!
I definitely have just started to play with this but see so many possibilities.
I'm curious about your gitea + ssh to push files. I have another project where I need to sync files with a remote machine s and I have been looking into different tools to do this.
Could you describe your setup and how it works?
Cheers!
This is the record I left in my wiki a few months ago. A small part of the instruction (mostly step 5 ~ 6) are SQL commands or instead only descriptive.
Setup:
install termux, sshd, go, make
put public key into .ssh/authorized_keys
set GOPATH & put lib & GOPATH/bin into PATH
install mariadb
maybe change root password for mariadb
create gitea database
download & build gitea go package
ssh into itself to get a valid username for gitea installation
start gitea
open localhost:3000 with browser and install with mysqldb
create user, repo
currently I haven't fix git ssh path shown in UI, ssh can only access by:
I did this some time ago and it's pretty cool! You also can activate your phone hotspot and connect another phone to that network, and see your changes there. I tried with react-create-app back then and the livereload makes this workflow a lot easier. Keep an eye to your node_module size though 🤣
Niice xD
That sounds cool. It would be interesting to setup remote debugging also.
This is pretty cool, I have to admit. I love the fact that you can test almost all your sudden ideas and put them into practice, there are always such ideas, as you state.
Ideas that if you don't get a quick test on, you will not be able to go through with you subway way home 😁.
I will defenetely try it and see what's up for installing.
Thank you.
For sure. I love using it to run quick expressions like:
Thank's ! That's really useful
I use this all the time. Next, maybe I'll see if I can get a Docker container started on it.
Nice ! Gl