I’m curious, how do you manage passwords in your web browser? Do you use the keepassxc browser extension? Or just copy-paste from keepassxc manually?
I’m curious, how do you manage passwords in your web browser? Do you use the keepassxc browser extension? Or just copy-paste from keepassxc manually?
Nice, I have the exact same setup! Do you sync it to your phone too? What app do you use on your phone to read the database file? (I myself use keepassdx)
Any reason to use the original Keepass over KeepassXC? Also, tip for anyone using Keepass or KeepassXC: there’s an Android app called KeepassDX that supports the keepass database format, so you can keep your passwords synchronized between your computer and phone by simply syncing the database file with Syncthing. No third-party server required!
It still blows my mind that with nixos, setting up and continuously renewing an ssl cert is literally just two lines in the config file. I use nixos on my homeserver, thinking about switching my laptop to it too (currently Void linux).
Hmmm never used xubuntu per se, but XFCE already seems like a good option for a low-spec computer. You could probably chip away at the resource usage some more by building your own desktop environment around a bare window manager, but honestly at this point the gain is negligible. If anything, you might want to look into tiling window managers just because they can offer a much more fluid and customizeable desktop experience as opposed to floating WMs. I’m using BSPWM right now, but considering switching to wayland with hyprland or qtile.
As for choice of distro: Not sure if NixOS would run well on your machine – my homeserver is also a pretty low-spec computer (dual-core Intel Atom), and
nixos-rebuild switch
takes ages to run. Otherwise, go for Debian Testing if you want stability, Void if you want to not have systemd. There’s also Devuan, which is basically Debian without systemd, but iirc it’s not as popular as Void. But honestly if xubuntu works for you, then it’s fine.Also, some miscellaneous tweaks for improved performance:
lazytime,noatime,autodefrag,compress=zstd:3,discard=async,space_cache=v2,ssd
. Again, not sure how well these translate to a low-end system, you should do your research.