There is nothing about stopping/killing rsyslog in thst virustotal output. `kill -s HUP` sends SIGHUP to a process (read rsyslogd(8) to know how it interprets HUP).
It seems like virustotal also records unrelated processes running on that host, logrotation is a normal thing.
> Shibboleth is the last major IdP I know if that is SAML-only
Shibboleth has officially supported Plugins for OIDC for some time now.
As others said, Shiboleth is still rather pupular at Universities and higher Education, OIDC will have a hard time to set foot there without the OpenID Connect Federation Draft beeing finished and then Implemented by the different Metadata Federation that exist (most National Research Networks manage one)
This is pretty much -Os.
Void Linux provides -O2 builds of GCC for both musl and glibc with a negligible performance difference. I have not benchmarked it lately, but it is clearly below 10%.
I don't think a Pi 4 would be fast enough to provide a enjoyable experience.
I just tested OpenMW on a Pinebook Pro (RK3399 SOC, should be slightly faster than a PI 4) and I do get like ~30-40 fps with lowest draw distance in Morrowind. Fallout 3 should be even slower due to far more and more detailed objects.
You should be able to build and include boost json as a standalone subproject in CMake if you are using C++17. (Or also possible to use as header only lib)
It gets far more complicated with C++11, since you also need a ton of other boost modules there.
> Going after systems that have over a million users would leave a pretty big loophole for niche vendors and open source. But with such a big precedent, those could easily be targeted later.
Smaller just don't have to do it proactive, but can be required to do it later.
> the Attorney General can simply command it to build one, using what’s called an “assistance capability directive.” (If it does already have that capability, the AG can use the directive to command it to maintain it.) That isn’t limited to the million-plus club; any provider can be served with such a directive. That is, the “big” providers have to proactively design for decryptability, and the “little guys” with less than a million U.S. users better gird their loins
KDE releases numbers can be 4 part. The first 3 are for scheduled releases and the 4th one is for unscheduled one. E.h. 5.18.4 was released without having the version number in the source code updated, so 5.18.4.1 was released right after with that fixed. Otherwise FreeBSD has both the Plasma and the Application version number in their meta package. 5.18.4.1 is Plasma and 19.12.3 are applications.
The python symlink is allowed to be python2 or python3. E.g. Archlinux has it point to py3, Void Linux allows the symlink to be configured by the user.
This depends on the Game, but most work and VM is usually not a reason to ban players. But some AntiCheat systems like the one from Valorant try to detect VM's and refuse to run on them.