

Kwrite doesnt really exist on its own anymore. Its a slimmed down gui for kate now.
Kwrite doesnt really exist on its own anymore. Its a slimmed down gui for kate now.
Your best bet is probably PostmarketOS, its not debian but alpine, but does support the phone and aparrently still gets some updates.
Theres a link on the page to the non T variant with flashing instructions.
https://wiki.postmarketos.org/wiki/OnePlus_5T_(oneplus-dumpling)
It should work as long as it can reach the internet
I’m not really a fan of cloudflare tunnels, but I guess thats an option too
You can’t expose ports on mobile data. You can ether host the web server at home or on a vps or use something like tailscale.
You could try tunneling usb from the host into wine with usbip, but I have a feeling that this wouldn’t work
I use traefik, but caddy should work too. I can share the docker-compose files I use later.
I didn’t understand the docs either, that’s why I’m using https://github.com/girlbossceo/conduwuit insted
ZFS doesn’t require lots of RAM, more RAM just improves the caching (ARC) it can do. You can set ZFS to use all unused RAM as ARC, so it doesn’t interfere with other services running on the same PC. I ran ZFS with lots of VMs on an old office PC with 16GB RAM and it was still able to max out a 10gig nic.
An alternative would be to boot into the bios and shut down from there
I’m currently using Astro for that. You can write the pages in markdown, html or one of the many js frameworks. It also allows you to mix them.
By default it generates static websites with out any js, but it allows you to add js where needed. Optional server side features are wip, if you decide to need them later on.
They also have pre made themes on their website if you don’t feel like writing css.
Well yes, because 2 of them have a phone and a desktop computer
I heard of the heart rate issues in a lot of reviews, but it just works on my (and my dads) skin. Its bad that it doesnt work for everyone though. I found a stupid workaround for background heart rate monitoring, you just start the manual monitoring and then close the app on the watch, which doesnt stop the monitoring.
We only had sync issues only on my dads phone, my phone (Fairphone 5 w. CalyxOS) works just fine. The issues on his phone were fixed by an Android update a few weeks ago.
Im happy with the battery, it lasts longer than a fitbit we have.
I dont think its a perfect watch, but for <50Eur with shipping its not bad
Static DHCP Lease
He ordered it from the global store a few month ago, it took ~2-3 weeks to ship to germany.
Thats the only issues he told me. I also tried it for a day and didnt notice anything else it cant do, which i need. He and I only need it to show notifications/calls, track steps/heart rate, have a working alarm and show the time. I also didnt have the disconnect and notification issues, that he had.
My dad got one shipped (imported) to germany for less than 50Eur. The 3 issues he had was that the notifications didn’t work on his phone (an android update fixed that), random disconnects on some phone models and that the current alarm app only supports one alarm.
You should take a look at alvr
The Quest 2 works with alvr on plasma wayland too.
My solution is to create a docker network with the macvlan driver connected to a bridge interface on the host. Then you make the database listen on the bridge or just leave it on all interfaces. Don’t forget to configure the ips.
I can share my config later.
Volumes are horrible, how would I easily edit a config file of the programm running inside, if the container deosnt even start.
Bind mounts + ZFS datasets are the way to go.