Paul Tötterman

Results 208 comments of Paul Tötterman

zstd and lz4 both have configurable compression levels that affect compression speed.

The argv[0] or the whole command? Might include secrets. Will of course be encrypted, but might still be unwanted.

Single character domains also seem to fail, like [email protected], while [email protected] is ok.

Maybe use the regex used by HTML5 browsers to validate type=email inputs: https://www.w3.org/TR/html5/forms.html#valid-e-mail-address

We had a problem with email addresses that had a three component domain, e.g. [email protected]. Solved by switching to HTML5 regex.

@sergeyglazyrindev maybe link to your repo?

Supporting matrix would give support for lots of other messengers via bridges. On the other hand there is already https://github.com/jaywink/matrix-alertmanager

This seems to be relevant: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971253

systemd supports instantiation, e.g. `[email protected]` systemd (with systemctl, journalctl) is standard tooling on most linux distributions. System administrators should be able to keep using the standard tools as much as...

@Dima-Kal ansible isn't installed on the server, it's installed on a machine that uses ssh to access the server. But this whole project is an ansible playbook, so getting rid...