Does it support intro skip?
Does it support intro skip?
10-50 people normal use case?
For KeePass no, for VaultWarden yes.
Just got triggered for the comment above suggesting a solution that doesn’t work for quite a lot of deployments/users, but yes, my comment was a little bit out of place as for single user deployments KeePass is probably way simpler/better.
Totally agreed, but there are pros and cons.
File - harder to steal but once stolen hacker can bruteforce it as much as it wants. Web service - with proper rate limits (and additional IP whitelist so you can only sync on VPN/local network) - its harder to bruteforce. (But yes, you (sometimes) have also full copy locally in the local client, but …)
If it was only for me I probably would also go with KeePass as you will not update the same db at the same time, but with with multiple users it’s getting unmanageable.
I just got triggered as those CVEs are not that bad due to the nature that the app encrypts stuff on the client side so web server is more like shared file storage, while your answer suggested to switch to a solution that doesn’t work for a lot of people (as we already tried that).
Explain how can you use KeePass+Syncthing with 10-50 people (possibly different groups for different passwords) having different sets of access level while maintaining sane ease of use?
The passwords are encrypted in the first place so the security for them is only on the client side.
grep bat /proc/driver/rtc
❤️
Always learning something new, thanks :)
Because Nginx Proxy Manager exists.
And also because for me it started from web hosting where Apache and Nginx dominate and later because of many easy to understand example configs from the net including many “docker letsencrypt” examples.
Does it support multiple screen/displays?
€699.00 for my last phone: Fairphone 5
Normally it would not pay more than €250-350 for a glued (hard to repair) phone
I play BeatSaber and few more VR games using ALVR and it’s working great. (But I know that not all VR games fully work on Linux)
But you just need to know that its for Quest headsets running mostly over Wi-Fi (but you can also run over USB) so your milage may vary depending on your WiFi setup.
I use Arch btw 😅
Hastebin
Hastebin is a text store site or Pastebin tool that allows you to easily share plain text, such as code snippets, with others
https://www.toptal.com/developers/hastebin/about
FlashPaper
One-time encrypted password/secret sharing
No language is useless, please don’t say that, some are just smaller
Yes, sorry, I didn’t check other languages, as in the list there most likely are languages that are still heavily used and/or official country languages.
Initially I was under the impression that they didn’t get added before because all of them are not official ones and/or used anymore like in the case of “Silesian” that I did check and confirmed that should be avoided as much as possible. It’s a disservice to new generation of people that still (partial) learn it in their own while growing in that region. Then those people go to different region inside their own country and (because they or the region “use that variant”) then have troubles with communicating.
You have clear example with Poland and Germany. Example, imagine you live in France, you want to go to Poland (or Germany), you go to school (or get some lessons) to Learn Polish (or Germany), you drive to some random region of Poland (and Germany) and … surprise, only in that “small” region they talk not with Polish (or Germany) but their own (one of dozens) variant that they call “Silesian” (or Bavarian). And even if you go and learn “Silesian” (or Bavarian) it most likely will only help maybe partially…
I call them useless because this language is a subset of old language that no one uses - or more precise no one should use it any more. It is a regional language from era where every region had their own culture and was occupied by multiple countries so the language is a mix of multiple molded languages that differs by region.
Why it’s useless (in example of “Silesian”):
So I’m going to call that language “useless” as other than historical value it should disappear as it this “language” was never fully defined/described and will never due to many “variants”.
I don’t have an issue that they craeted it, I have an issue that they mixed the this language with other official (useful because still used) languages.
I hope that in the future they will finally cleanup the bullshit language selector in google translate grouping them somehow to make it easier to quickly select the actually useful languages that people actually use on day-to-day basic.
better than siting with dictionary for historian? maybe for me as a “native person speaking (one of the variants of) that language”? no, as I already pointed out it’s only one random variant from dozens if not more.
If only some of the newly added translations was not garbage, adding local dialects that differs by location is useless, it’s more like a gimmick. It just makes it harder pick language as you need to scroll over all of those useless ones…
It’s probabably just a PR stunt.
I use my phone as display to play videos of playera playing slow chess games that help me go to sleep, and not all phone screens can be set low without hackery (like using player that software video dimming filter) so I personally love this change!
If it’s Germany … My best bet would be at the TV kable/streaming companies, but probably behind additional paywall.
AFAIK Germany regulations are strange, the stream copyright owner can broadcast video and later based on your IP send you a Bill to pay claiming unauthorized access.
I like the concept, you could also detect the compose file name automatically.
Or write down hashes for tag even if compose don’t use your variables so reading from compose, so people would not need to relay on the script but could use it as additional backup
Check also all parent directories, as the whole path need to have access (execute) permissions.
Sounds like a permission problem, probably when you did copy the files then permission did change from like www-data into your user, simplest solution would be to change the permissions for those files (for example to 777 as a temporary solution)
You can use (self hosted) gitlab as a registry storage. We do that locally so we have both code, pipeline and containers in the same place.