As far as I know the relay just NAT busts, after that it's encrypted p2p.
kmacmartin
The main advantages for me are:
- You don't need to swap ssh keys, which makes it great for setting up new systems I haven't connected to everything else yet (or don't plan to)
- It's cross platform
- The devices don't need to be on the same network (it NAT busts too)
Termux is awesome! I use it for a bunch of things:
- sshing into servers and my home when I'm out and about
- using croc to transfer files
- making videos I'm going to send people smaller with ffmpeg
- downloading stuff with yt-dlp
- giving myself access to the sandbox + /sdcard from other computers by running an ssh server
- scripting phone stuff (like taking photos) with the api
- running weechat locally, which I can then connect to with weechat android
- using vim
- probably a bunch of other things I'm forgetting
h264 and h265 work- check the va-api table to see what's supported: https://wiki.archlinux.org/title/Hardware_video_acceleration
I take advantage of hardware video encoding on linux with amd's open source drivers almost every day.
So true- I was talking to someone about vim the other day and wanted to tell them the keybinding for something I use daily, but had no idea what it was without a keyboard there for reference.
My daughter is 4 and loves this game- both playing it and watching it getting played. It works well on her Linux laptop with integrated intel graphics too, in case that's a factor.
Arch actually has an installer again and it's fantastic https://wiki.archlinux.org/title/Archinstall
That's pretty much where I'm at too, and I find it easier to get to the file(s) I want to send through the cli. No judgement to anyone who prefers the gui though!