Load site modules...
lade...
random avatar

gms - Network

Posts Subscribe

FWIW, running https://github.com/gsauthof/utility/?tab=readme-ov-file#check-dnsbl against a the default Hetzner nameserver also surfaces...

https://fosstodon.org/@gms/11412...

FWIW, running github.com/gsauthof/utility/?t against a the default Hetzner nameserver also surfaces Spamhaus' warning.

8.3.2025 18:15FWIW, running https://github.com/gsauthof/utility/?tab=readme-ov-file#check-dnsbl against a the default Hetzner nameserver also surfaces...
https://fosstodon.org/@gms/11412...

PSA: If you rely on a public Spamhaus blocklist on a server hosted at Hetzneryou may have noticed a slight increase in false-negative spam...

https://fosstodon.org/@gms/11412...

PSA: If you rely on a public Spamhaus blocklist on a server hosted at Hetzner
you may have noticed a slight increase in false-negative spam since February, 19th
due to Spamhaus' attribution requirements:

spamhaus.org/resource-hub/emai

As always, it's recommended to reject only based on well-known
return codes (cf. docs.spamhaus.com/datasets/doc) and monitor for warnings (cf. postfix.org/postconf.5.html#wa, e.g. `warn_if_reject reject_rbl_client zen.spamhaus.org=127.255.255.[1..255]`).

8.3.2025 18:15PSA: If you rely on a public Spamhaus blocklist on a server hosted at Hetzneryou may have noticed a slight increase in false-negative spam...
https://fosstodon.org/@gms/11412...

Fedora announces RISC-V images and build infrastructure support: https://lwn.net/Articles/1010857/

https://fosstodon.org/@gms/11403...

Fedora announces RISC-V images and build infrastructure support:

lwn.net/Articles/1010857/

19.2.2025 21:19Fedora announces RISC-V images and build infrastructure support: https://lwn.net/Articles/1010857/
https://fosstodon.org/@gms/11403...

Wow, the superuser stackexchange site has some trigger-happy moderators:I asked about out-of-the-box file decryption support in...

https://fosstodon.org/@gms/11375...

Wow, the superuser stackexchange site has some trigger-happy moderators:

I asked about out-of-the-box file decryption support in Windows:

superuser.com/q/1868818/66039

=> my question was swiftly closed as off-topic for bogus reasons, a few minutes later

Meta discussion:

meta.superuser.com/q/15359/660

1.1.2025 18:00Wow, the superuser stackexchange site has some trigger-happy moderators:I asked about out-of-the-box file decryption support in...
https://fosstodon.org/@gms/11375...

Finally got around to modernize the dracut-sshd testsuiteand integrate it with github actions,after github enabled nested virtualization...

https://fosstodon.org/@gms/11370...

Finally got around to modernize the dracut-sshd testsuite
and integrate it with github actions,
after github enabled nested virtualization support in early 2023:

github.com/gsauthof/dracut-ssh
github.com/gsauthof/dracut-ssh

23.12.2024 22:18Finally got around to modernize the dracut-sshd testsuiteand integrate it with github actions,after github enabled nested virtualization...
https://fosstodon.org/@gms/11370...

github actions: job that includes nested virtualization setup and multiple VM reboots completes in 3 minutesalso github actions: man-db...

https://fosstodon.org/@gms/11369...

github actions: job that includes nested virtualization setup and multiple VM reboots completes in 3 minutes

also github actions: man-db trigger triggered by trivial `apt install` invocation runs for 6 minutes

22.12.2024 19:01github actions: job that includes nested virtualization setup and multiple VM reboots completes in 3 minutesalso github actions: man-db...
https://fosstodon.org/@gms/11369...

Published a small case study of exploiting arithmetic expansion in a shell script and injecting binary code into a Linux...

https://fosstodon.org/@gms/11361...

Published a small case study of exploiting arithmetic expansion in a shell script and injecting binary code into a Linux process:

gms.tf/inject_code.html

8.12.2024 15:21Published a small case study of exploiting arithmetic expansion in a shell script and injecting binary code into a Linux...
https://fosstodon.org/@gms/11361...

New Android theft detection - Android Authority author has some trouble triggering it...

https://fosstodon.org/@gms/11342...

New Android theft detection - Android Authority author has some trouble triggering it ...:

androidauthority.com/android-t

4.11.2024 08:50New Android theft detection - Android Authority author has some trouble triggering it...
https://fosstodon.org/@gms/11342...

PSA, you might want to check the OOMPolicy setting in your terminal, e.g. via:systemctl --user -p OOMPolicy show $(sed 's@^.*/@@'...

https://fosstodon.org/@gms/11341...

PSA, you might want to check the OOMPolicy setting in your terminal, e.g. via:

systemctl --user -p OOMPolicy show $(sed 's@^.*/@@' /proc/self/cgroup)

With OOMPolicy=stop one command running into OOM may terminate all your terminal sessions!

For example, for Konsole under KDE (Fedora) I use this fix:

$ cat ~/.config/systemd/user/app-org.kde.konsole-.scope.d/override.conf
[Scope]
OOMPolicy=continue
$ systemctl --user daemon-reload

Gnome Shell situation: bugzilla.redhat.com/show_bug.c

2.11.2024 19:46PSA, you might want to check the OOMPolicy setting in your terminal, e.g. via:systemctl --user -p OOMPolicy show $(sed 's@^.*/@@'...
https://fosstodon.org/@gms/11341...

Feature-Policy http header continues to being useless since it's impossible to define a deny-all...

https://fosstodon.org/@gms/11333...

Feature-Policy http header continues to being useless since it's impossible to define a deny-all default:

github.com/w3c/webappsec-permi

Bug is open since 6 years ...

Highlights:

github.com/w3c/webappsec-permi
github.com/w3c/webappsec-permi
github.com/w3c/webappsec-permi
github.com/w3c/webappsec-permi

19.10.2024 11:14Feature-Policy http header continues to being useless since it's impossible to define a deny-all...
https://fosstodon.org/@gms/11333...

Created a small Python script for feeding ESTR (Euro Short-Term Rate) daily updates into a...

https://fosstodon.org/@gms/11325...

Created a small Python script for feeding ESTR (Euro Short-Term Rate) daily updates into a database:

github.com/gsauthof/feed-util?

NB: on 2024-09-18 the ECB decreased the deposit facility rate to 3.5 %
(ecb.europa.eu/stats/policy_and)

5.10.2024 18:35Created a small Python script for feeding ESTR (Euro Short-Term Rate) daily updates into a...
https://fosstodon.org/@gms/11325...

However, this didn't stop Mozilla from silently initializing `dom.private-attribution.submission.enabled` to true.

https://fosstodon.org/@gms/11282...

However, this didn't stop Mozilla from silently initializing `dom.private-attribution.submission.enabled` to true.

21.7.2024 14:37However, this didn't stop Mozilla from silently initializing `dom.private-attribution.submission.enabled` to true.
https://fosstodon.org/@gms/11282...

Disabling Firefox's user tracking for advertisers in standard Firefox on Android was harder than expected.I ended up:1. enabling...

https://fosstodon.org/@gms/11282...

Disabling Firefox's user tracking for advertisers in standard Firefox on Android was harder than expected.

I ended up:

1. enabling `about:config` via going to chrome://geckoview/content/config.xhtml
and toggling `general.aboutConfig.enable` to true
2. browsing to `about:config` and toggling `dom.private-attribution.submission.enabled` to false

The 'Website Advertising Preferences' under 'Privacy & Security' is completely missing from the settings UI, in Firefox on Android version 128.0.1.

21.7.2024 14:35Disabling Firefox's user tracking for advertisers in standard Firefox on Android was harder than expected.I ended up:1. enabling...
https://fosstodon.org/@gms/11282...

Wow, probably the first time someone simply deleted my github issue without any comment.I thus published the text on my blog and added some...

https://fosstodon.org/@gms/11276...

Wow, probably the first time someone simply deleted my github issue without any comment.

I thus published the text on my blog and added some context:

The curious case of nanosleep vs. hr_sleep
gms.tf/hr_sleep.html

10.7.2024 11:14Wow, probably the first time someone simply deleted my github issue without any comment.I thus published the text on my blog and added some...
https://fosstodon.org/@gms/11276...

Can confirm, Datadog still spams hard.cf. https://news.ycombinator.com/item?id=33394059

https://fosstodon.org/@gms/11266...

Can confirm, Datadog still spams hard.

cf. news.ycombinator.com/item?id=3

23.6.2024 18:31Can confirm, Datadog still spams hard.cf. https://news.ycombinator.com/item?id=33394059
https://fosstodon.org/@gms/11266...

I created an ad blocker for podcast audio files:https://gms.tf/blocking-audio-ads.htmlhttps://github.com/gsauthof/cutbynoise

https://fosstodon.org/@gms/11263...

I created an ad blocker for podcast audio files:

gms.tf/blocking-audio-ads.html

github.com/gsauthof/cutbynoise

18.6.2024 14:53I created an ad blocker for podcast audio files:https://gms.tf/blocking-audio-ads.htmlhttps://github.com/gsauthof/cutbynoise
https://fosstodon.org/@gms/11263...

Apparently, that Apache issue I reported almost 17 years ago can still be reproduced on current Apache:Bug 43666 - CGI works, but client...

https://fosstodon.org/@gms/11238...

Apparently, that Apache issue I reported almost 17 years ago can still be reproduced on current Apache:

Bug 43666 - CGI works, but client denied error messages in error.log
bz.apache.org/bugzilla/show_bu

4.5.2024 15:11Apparently, that Apache issue I reported almost 17 years ago can still be reproduced on current Apache:Bug 43666 - CGI works, but client...
https://fosstodon.org/@gms/11238...

While searching for something completely different I found this compact mini disc:

https://fosstodon.org/@gms/11210...

While searching for something completely different I found this compact mini disc:

16.3.2024 14:29While searching for something completely different I found this compact mini disc:
https://fosstodon.org/@gms/11210...

It continues to be surpisingly involved to determine the TSC frequency in user space:https://stackoverflow.com/a/57835630/427158I'm...

https://fosstodon.org/@gms/11191...

It continues to be surpisingly involved to determine the TSC frequency in user space:

stackoverflow.com/a/57835630/4

I'm listing 8 approaches and recently added a cpuid/awk example that works with normal user privileges on recent Intel CPUs.

11.2.2024 13:27It continues to be surpisingly involved to determine the TSC frequency in user space:https://stackoverflow.com/a/57835630/427158I'm...
https://fosstodon.org/@gms/11191...

Recently I learned that a simple Fedora Postfix package update may change your custom /etc/postfix/main.cf in arbitrary ways.In case you are...

https://fosstodon.org/@gms/11175...

Recently I learned that a simple Fedora Postfix package update may change your custom /etc/postfix/main.cf in arbitrary ways.

In case you are explicitly binding Postfix to an IPv6 address while relying on the inet_protocols default (which includes ipv6 on ipv6 enabled systems) this breaks your Postfix service for no good reason.

cf. bugzilla.redhat.com/show_bug.c

13.1.2024 18:52Recently I learned that a simple Fedora Postfix package update may change your custom /etc/postfix/main.cf in arbitrary ways.In case you are...
https://fosstodon.org/@gms/11175...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members

⬆️

⬇️