Comment on
Which password manager to use?
Have you tried syncthing? It works great with keepassxc.
Vaultwarden is pretty easy to self host.
Comment on
Which password manager to use?
Have you tried syncthing? It works great with keepassxc.
Vaultwarden is pretty easy to self host.
Comment on
[Instance] Kbin.run down
Kbin no run
Comment on
How to speed up accessing lots of files on another computer? Some kind of local cache?
You can mount remote with rclone and fine tune caching to your liking: https://rclone.org/commands/rclone_mount/#vfs-file-caching
Comment on
Asking for guidance on managing dotfiles in a declarative and 'immutable'(/read-only) way across multiple systems
I'm a fan of managing dotfiles with plain git. I think it could be orchestrated a bit to make it more declarative.
Comment on
can't update some apps
I think it might be related to https://github.com/syncthing/syncthing-android/issues/2026 "the next firmware update should fix it for everyone".
Comment on
Is there ANY way to lock a variable in about:config to never be changed even with updates?
You can put the setting in user.js file. For example, check arkenfox.
Comment on
Slow packages?
In the F‑Droid app, open Repositories, select Mirrors, and then uncheck the default mirror as well as any mirrors that aren’t nearby.
Comment on
WhatsApp web or native application?
Pidgin has a plugin for Whatsapp https://github.com/hoehermann/purple-gowhatsapp/
Comment on
What do you think about Skiff? Is it worth checking out?
They don't have any option to export mails, so when you start using them there is currently no way back :(
Comment on
Where do you guys get .srt subtitle files?
this will download subtitles for all movies in current directory:
subliminal --opensubtitles registeredusername mypassword download -v -l en -p opensubtitles --force --single .
Comment on
can't update some apps
Reply in thread
F-droid
Comment on
Selfhostable notes app that encrypts the files on Disk?
Recently I stumbled upon nb
Comment on
Filen cloud
For me: uploading single file using their client ~25MB/s, downloading ~50MB/s (30-60MB/s). In newer versions of their linux client it's possible to mount filen as network drive or to start webdav/s3 server.
Comment on
Raspberry Pi 1 B projects?
I use mine as kitchen radio with https://moodeaudio.org/
Comment on
How can I easily and conveniently transfer files wirelessly between my linux computer and android phone?
Install Termux and run sshd -D -d -p <port>
Comment on
Alternatives to Cloudflare tunnels?
I use rathole tunnel (similar to frp) on VPS and Caddy locally. VPS and my local machine are connected with wireguard VPN. DNS points to VPS, TLS certificates are managed locally by Caddy.
Comment on
What are good web hosting services for a social community platform? should I use AWS, Azure, Google Cloud, or Something else? (Needs to be budget friendly)
It depends on how much cpu power, disk space, ram, side databases, backup space, etc. you need. Once you know all of it, just compare prices. Check also hetzner, scaleway, vultr, digital ocean, ovh. Good luck 🤞
Comment on
can't update some apps
Reply in thread
Comment on
Just discovered RSAF. It's pretty much the only cloud drive app I ever need
There's also RCX. But it doesn't support all possible remotes through gui, however all remote types can be added by importing rclone conf file.
Comment on
Easy way to try out a bunch of different DEs?
Grab live cd and run it in qemu:
qemu-system-x86_64 -enable-kvm -machine type=pc \
-cpu host -smp 2 \
-m 4096 -device virtio-balloon \
-vga virtio -display sdl,gl=on \
-usb -device usb-tablet \
-boot d -cdrom "$@"