Generated ssh keys so I can gitsync my notes to gitlab and use manual commits/pushes if necessary.
Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
I use it to SSH into my server and mess around, when I'm feeling too lazy to grab a laptop.
Same. I like to reboot my VPS an hour or before I use it to broadcast my radio show. 9/10 I forget to do it when I'm next to a computer, so I just SSH in from Termux. Works a treat.
Tell me about your radio show, sounds interesting
It's called #ThePlaylist
Every week I pick a theme which the listeners use as a jumping-off point to suggest songs. Sometimes the links are obvious, sometimes they jump through incredible hoops to justify a song they love. But the music is always great, even if my links... aren't.
I recently installed qemu and used it to install ms dos in a vm so I could play a few old games during a train ride. I had to use an android vnc client to connect to the vm and a bt travel keyboard to control it. The dos install took a while but once I got it set, it ran well enough to play old dos games.
There are probably better ways to play old dos games on an android phone but I had fun setting it up.
Thats much cooler. I think a dosbox app exists for android. But thats lame.
Ping and traceroute to test my VPN
Running a local Ollama model just to see if I could
One fun thing I use it for is semi-automated photo/video backups to my storage servers: a grapheneos storage scope makes the media directory available to termux, and then I have a termux shortcut to run a shell script with a bunch of rsync jobs. Works far more reliably than the godawful nextcloud app, and it's far more fun to watch.
I do the same too. I even made my own very adaptable rsync based tool. The biggest feature is that it can automatically swap source and destination paths to quickly reverse the transfer direction. That makes syncing in either direction far less annoying than having an endless list of aliases.
Syncthing, nextcloud and any other bidirectional transfer service has been an awful experience. What I lose in bi-directinal transfers, I gain in stability and consistency by just using rsync commands directly. I don't have to deal with the headache of troubleshooting every time syncthing or nextcloud decides to stop working because I sat down to relax.
I recently got a Pixel Fold so I've been using Termux to run Plasma Desktop on it and Qt Creator, Visual Studio Code for development work. The larger screen is great. I prefer using Linux phones for development (postmarketOS) but unfortunately pmOS isn't available on any foldables and the screen size is really significant.
I write scripts that I use at boot.
Or whenever.
Funny that some apps tell you root is needed to do some things.
A little persistent frustration and failure can produce desired results.
Eg. Shizuku can't start on boot without root.
Need to enable wireless debugging.
I wrote a horrific script that nmaps for ports in the wireless adb range.
Attempts to connect. If success, great. If fail. Do until yay!
Then it restarts adb in tcpip mode with a custom port of my choosing so,its available to other apps.
And another script to start shizuku using the shizuku script to run in terminal.
And I put those scripts in another script and put it in the .termux/boot folder
And ouila!
Shizuku starts at boot and other apps that rely on wadb can use it.
Oh, and it doesnt need a wireless connection.
I also ssh, proxy, nmap, scan, sftp, samba, etc.
Not much tbf. My workflow's stabilized enough and my queues got shrunk enough I can focus on UI instead workflow instead.
SSH-ing into my servers when i don't have a laptop, vim for text documents, some quick file management when I feel like doing it through the cli or programmatically, ffmpeg whenever I need it, I've also got yt-dlp for when i need it.
Mainly downloading videos via yt-dlp
Mainly just sshing into my main desktop and doing side projects
My main use is as an SSH client. My next most common use is pass (with the password store synchronized via a Syncthing app, outside of termux). And one more I enjoy is pdftk for basic PDF editing operations (e.g. split, merge, remove passwords); that's been useful at work where it seems like no one's got PDF editors installed on their computers already.
Create an image with two pictures side by side using ffmpeg. Why bother install an app for that?
I use it to SSH into my home server (inside of tailscale) and use Claude code to do stuff on my lunch break at work.