Durchsuchen nach
Kategorie: Informatik

Alles was mit der Informatik zu tun hat

MySQL 8 – Reset Root Password in 5 Minutes

MySQL 8 – Reset Root Password in 5 Minutes

*(2025 Working Method – no mysqld_safe needed)* Tested on MySQL 8.0 / 8.1 / 8.4 / 8.5 – Ubuntu, Debian, Fedora, Rocky Linux, AlmaLinux Since MySQL 8.x the old `mysqld_safe` command has been removed. All the old tutorials on the internet will fail. This guide works 100 % in 2025.

Password checking site with HTML, CSS and JavaScript and the code

Password checking site with HTML, CSS and JavaScript and the code

I have updated the static website on my pc. The password checking tool I moved to an external site with the name passwortsachen.html because my To-do-list got a notice board, and then it did not match it with the password checking. You can select the password length from 8 characters to 32 characters, big and small letters, numbers and special character. Then you generate the password and can copy it to where you need it. This generated password will be…

Weiterlesen Weiterlesen

My little To-do list with HTML5/CSS3 and JavaScript

My little To-do list with HTML5/CSS3 and JavaScript

Beside the Linux stuff, I try to do something more easy, even on a static (no online) webpage. Only for me. How it looks like The code HTML5 CSS3 /* aufgabenliste.css – finale, saubere Version */ body { margin: 0; min-width: 250px; font-family: system-ui, -apple-system, sans-serif; background: #f5f7fa; color: #333; } h2 { color: white; margin: 0 0 20px 0; font-size: 2em; } /* Box-Modell */ * { box-sizing: border-box; } /* Zähler */ #counter { margin: 20px 0; font-size:…

Weiterlesen Weiterlesen

Arbeiten mit Open-Source-Software

Arbeiten mit Open-Source-Software

Wer Amazon aus den verschiedensten Gründen kein Geld geben möchte, der kann mein E-Book auch über die Seite „Buy me a coffee“ erwerben. 2,89 Euro ohne Wasserzeichen, ohne Schreibschutz, als EPUB auf Deutsch Zum E-Book-Shop Was für eine Seite ist „Buy me a coffee“? Den Kaffeebecher haben Sie wahrscheinlich beim Aufrufen des Blogs schon gesehen. Das ist ein Plugin von WordPress, der eine Verlinkung auf die Seite des US-amerikanischen Betreibers beinhaltet. Möchten Sie meine Arbeit unterstützen? Buy Me a Coffee…

Weiterlesen Weiterlesen