Durchsuchen nach
Autor: Sven Krämer

Ich bin Jahrgang 1978, bin Deutscher und wohne im Ruhrgebiet, in Essen. Neben Linux bin ich als Introvertierter (ein ruhiger Mensch) auch gerne in Kleinstädten, in der Natur. Ich filme meine Fahrten, dokumentiere diese hier im Blog. Wenn Sie mich gerne unterstützen wollt, freue ich mich über eine Spende. Es ist mein Lebensunterhalt, denn ich habe meinen alten Job gekündigt und hier mein Herzensprojekt zu machen.
MariaDB As Backend With Node.js And Express.js

MariaDB As Backend With Node.js And Express.js

Here’s how to build a robust API. You can do it. This is the backend of MariaDB. What is MariaDB? MariaDB is a rational database and a fork of MySQL. It has a similar syntax to MySQL. It was released in 2009. The base AlmaLinux 9.7 DNF version: 4.14 The setup Setup the database in MariaDB MariaDB Database Setup Before starting the API server, ensure your database and table are set up. Connect to MariaDB and run the following SQL…

Weiterlesen Weiterlesen

MongoDB as Backend

MongoDB as Backend

For the first time, I have created a backend for my installed MongoDB database. You want to have this on your browser? Then follow the text below: What is MongoDB MongoDB is a document-oriented NoSQL database that stores data in flexible, JSON-like documents, allowing for easy storage and retrieval of structured, semi-structured, and unstructured data. Unlike traditional relational databases that use tables and rows, MongoDB uses collections and documents, making it more adaptable to changing data structures. It was designed to handle large volumes…

Weiterlesen Weiterlesen

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.

Römertherme Dormagen – Freibad im Ganz-Jahresbetrieb

Römertherme Dormagen – Freibad im Ganz-Jahresbetrieb

Gestern war ich mal auswärts schwimmen. Das kommt in der kälteren Jahreszeit seltener vor, dass ich nur für so etwas weiter wegfahre. Im Sommer fahre ich durchaus schon einmal bei meinen längeren Radausflügen so am Schluss noch kurz ins Freibad (oder natürlich am liebsten an den See). Die Lage der Stadt Dormagen Dormagen liegt quasi zwischen Düsseldorf und Köln, linksrheinisch im Rhein-Neuss-Kreis, hat 63.799 Einwohner. Die Stadt ist natürlich durch den Chemieriesen Bayer bekannt und Bayer Dormagen als Herrenhandballverein ist…

Weiterlesen Weiterlesen

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