Kjetil Torgrim Homme
Kjetil Torgrim Homme
it would be good if the packagecloud.io information included pointers to RPM-GPG-KEY-prometheus-rpm so that the gpgcheck doesn't need to be disabled by their automatic scripts. also, it would be nice...
The existing code passes `:proto`, which `string_to_port` casts to a string, gets "proto", compares that to the possibilities "udp" or "tcp", and when neither, falls back to using "tcp". This...
Parsing big JSON documents can take a long time, and we only want the number of objects. "name" is a valid attribute for all endpoints except bindings, so we ask...
The scanner process has only cosmetic effect for the progress printer, and can be disabled without impacting functionality when the user does not need an estimate of completion. In many...
fqdn.Get is deprecated by the author: > // Deprecated: > // This function has bad API, works poorly and is replace by > // FqdnHostname. Please please do not use...
## Describe the Bug by default, `apache::mod::fcgid` will install an essentially empty `fcgid.conf`. ## Expected Behavior The configuration required by the distro should be kept intact. Specifically, `AddHandler` In EL9...
probably not many people still using IPv4 in their systems, after all IPv6 is soon 25 years old, but... we still want to support it. nftables.service loads nft rules from...
In systemd, a service can be successful, even though it is not currently running. E.g., if it is triggered by a timer or socket activation. This patch adds a new...
count lines with diagnostic output and deduct from total rewrote matching to use array of regexps with named parameters to simplify code.
I came across a server very close to being put into production which got an initial full backup, and then just before entering production, the database was wiped and reinitialised....