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…
Read ArticleCategory: Allgemein
Gestern WhatsApp installiert heute Werbeanrufe
Gestern habe ich WhatsApp installiert und meine Telefonnummer angegeben und nach wenigen Minuten wieder gelöscht, heute schon der 2. Werbeanruf. #Spam #WhatsApp #Werbung
Read ArticleLetsencrypt 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…
Read ArticleMySQL 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
|
1 |
'Plugin 'mysql_native_password' is not loaded' |
So if you had an automated setup script that does something like this:
|
1 2 3 4 5 |
# PASSWORD=$(grep 'A temporary password' /var/log/mysqld.log |awk -F: '{print $NF}' | xargs) # NEW_PASSWORD=`pwgen -s -1 -y 32` # mysqladmin -u root- p"$PASSWORD" password "$NEW_PASSWORD" mysqladmin: connect to server at 'localhost' failed error: 'Plugin 'mysql_native_password' is not loaded' |
and wanting to lower the password verification level all results in
|
1 |
ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement. |
Why always so complicated, Oracle? Why always so hostile towards…
Read ArticleRemove 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.
|
1 2 |
docs.shopware.com###usercentrics-root docs.shopware.com##body:remove-class(overflowHidden) |
Shopware people, don’t set cookies on a documentation site, for real.
Read Article