Flixbus Innenansicht?

Warum gibt es eigentlich keine Bilder oder Videos von Flixbus Bussen von Innen?

Nicht auf flixbus.de, nicht mal auf Youtube, aber ganz viele Videos von Fahrsimulationsspielen mit dem Wort Flixbus im Titel, welche die Suchergebnisse zuspammen.

Für meine Mutter habe ich Bilder gesucht. Die Wahl ist von Göppingen nach Ulm und von Ulm nach Böfingen und von dort mit Flixbus nach Rijeka oder mit der Bahn von Göppingen nach Celje in Slowenien und von dort nach 3 Stunden nach Pivka und dort wieder umsteigen nach Rijeka. 18 Stunden, eher 19. Für eine 90jährige.
Oder halt 2 Stunden nach Ulm mit Wartezeit und von dort 10 Stunden.

Macht doch mal Bilder und Videos.

Letsencrypt wildcard subdomains

It’s not easy to find proper search results for this topic.

You have a domain and would like to have wildcard subdomains but are not a customer of the prominent cloud providers aka your domain reseller or DNS provider isn’t supported.

Prerequisite:
We already have a *.domain.tld DNS record pointing to our server with certbot installed.

The command is

You run this command, then you have to add a TXT record to your DNS zone.
Something like

as the key.
The trailing dot (.) is required.
And the value you receive from the command as well.
Then wait until it’s updated in the DNS, you can check if it was with

.

And then you just hit ENTER in the console and it should be completed.

I’ll now add a wildcard nginx configuration for ZITADEL, which is an web based identity management software.

MySQL 8.4+ : Set new password after new installation on CentOS Rocky Alma RHEL

MySQL 8.4 has a catch 22 situation where you can’t set a new password with mysqladmin anymore, because

So if you had an automated setup script that does something like this:

and wanting to lower the password verification level all results in

Why always so complicated, Oracle? Why always so hostile towards the user?

Anyhow.
Solution

Remove cookie banner from shopware documentation

Shopware’s documentation site nags you with an annoying cookie banner.
This is the ublock origin Firefox addon (might not work with the new Chrome browser) filter to remove that cookie banner.

Shopware people, don’t set cookies on a documentation site, for real.