Matthias Hörmann
Matthias Hörmann
Adds a new parameter -d with an integer argument, 0 for first device, 1 for second device,...
An example use case would be LDAP schema as retrieved via LDAP ``` ( 1.3.6.1.4.1.1466.115.121.1.8 DESC 'Certificate' X-BINARY-TRANSFER-REQUIRED 'TRUE' X-NOT-HUMAN-READABLE 'TRUE' ) ``` which I want to parse into ```...
At the bottom of https://github.com/PowerShell/Win32-OpenSSH/wiki/ssh.exe-examples there is a link labelled "Modern Unix Rosetta Stone" which only leads to a HTTP 404 page.
We are using mod_rpaf to populate useragent_ip (the C source variable in the request record) among other things that mod_remoteip completely ignores (HTTPS, Port,...). We have been using this setup...
I am trying to install cargo-bpf (on Gentoo) but it seems to fail when trying to install the bpf-sys 2.3.0 dependency because it can not find a libbpf.pc file in...
I am using opentelemetry-jaeger 0.16.0 with tracing-opentelemetry 0.17.4 on Linux along with the latest Jaeger binary (non-docker) release. I did see the old tickets on this issue (#648 #676 and...
On some sites it is useful to have the page title of a gallery page available for rename rules so I want to prefer links (or it will save the...
We are using the Debian repository ``` deb https://adoptopenjdk.jfrog.io/adoptopenjdk/deb buster main ``` and are monitoring the signatures of all signed repository files in /var/lib/apt/lists (everything that contains a BEGIN PGP...
## What problem does this solve or what need does it fill? We have AddChildren, InsertChildren, PushChildren and RemoveChildren but sometimes you just want to remove or replace all existing...
When doing non-trivial work in setup or teardown, e.g. opening a DB connection, clearing out the database and adding some test data, it would be useful to be able to...