Keepass2Android can use an sftp server. If something was changed on the desktop, Keepass2Android will ask if it should merge the changes.
elmicha
- 0 Posts
- 4 Comments
Joined 1 year ago
Cake day: June 27th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
You forgot the
-print0at the end of the find command. In theread -r -d ''you want to read NUL-separated strings, so you must tell the find command to also use NUL characters between the filenames.
elmicha@feddit.orgto
Linux@lemmy.ml•Is there a way to setup audio renderer (sink) [SOLVED]
3·27 days agoI found uPnP is not advised due to security risk
There are different uPnP things: one that lets apps open ports in your router (security risk) and one with media renderer (safe).

I have to use Windows at work, but I can use WSL on the developer laptop. Also I develop for/on Linux servers via ssh, so it’s good that I know Linux from home.