Durchsuchen nach
Kategorie: Informatik

Alles was mit der Informatik zu tun hat

Google Pixel 9PRO ab heute bei mir

Google Pixel 9PRO ab heute bei mir

Ab heute habe ich das Google Pixel 9Pro. Das hat mir 749 Euro gekostet. Dazu muss man noch ein Ladegerät kaufen, was mir noch einmal 29 Euro gekostet hatte. Außerdem für noch einen Adapter für 7,99 Euro von USB-C auf USB-A für den Datentransfer auf meinen PC. Das neue Gerät hat mir auch sehr viele Nerven gekostet. Ursprünglich sollte es gestern schon kommen, aber der Fahrer von Amazon hatte um 21 Uhr Feierabend gemacht, sodass die Auslieferung erst heute vonstatten…

Weiterlesen Weiterlesen

MongoDB in Fedora Linux – how is the configuration of the server

MongoDB in Fedora Linux – how is the configuration of the server

Mongoshell The MongoShell is an interactive command window for the MongoDB database. You can use it for the CRUD operations. The MongoShell comes with the installation of MongoDB. After test, you type in the commands. What is CRUD? Create, Read, Update, Delete The command for the MongoShell mongosh It is possible that you see this message, but you can ignore it: and type the command: db.serverCmdLineOpts() The output is in the JSON (JavaScript Object Notation) Format. test> db.serverCmdLineOpts(){argv: [ ‚/usr/bin/mongod‘,…

Weiterlesen Weiterlesen

Die letzten 55 %

Die letzten 55 %

Es sind die letzten 55 % der Akkuleistung von meinem aktuellen iPhone XR. Ich bekomme es nicht mehr aufgeladen. Der Lightning-Stecker hatte schon vor 7 Tagen Probleme mit der Steckverbindung. Er bekam keinen Kontakt mehr, obwohl nachgeschaut hatte im Gehäuse, und nichts sah, was den Kontakt behindern können. Ich konnte es bis 72 % hochladen. Dann hatte die Verbindung wieder Kontakt, aber nach 1 Stunde stand der Akku immer noch auf 72 %. Normalerweise springt er dann schnell auf 100…

Weiterlesen Weiterlesen

MySQL – Reset the root password

MySQL – Reset the root password

If you have forgotten your root password (it was in my case) then you can do the followings steps: I use here a Linux, Fedora 41. If you are using other distributions or Windows / macOS, please search for this operating systems. And if your system shows an error message, contact your favourite AI or a platform like StackOverflow. I did it today for the first day on my system because I did not know the root password. That’s all.

MySQL und Python
Zählen, wie viele Einträge es gibt

MySQL und Python
Zählen, wie viele Einträge es gibt

Was ist MySQL? MySQL ist wie ein gut organisiertes, digitales Bücherregal für Informationen. Stell dir vor, jede Schublade in diesem Regal ist eine Tabelle, in der du bestimmte Arten von Daten speicherst, zum Beispiel alle deine Kontakte oder alle deine Blogartikel. Anders als bei der flexiblen Schubladenkommode MongoDB, hat jede dieser Tabellen feste Spalten für bestimmte Informationen, wie Name, E-Mail oder Artikelüberschrift. So sind alle „Zettel“ (Datensätze) in einer Tabelle gleich aufgebaut. MySQL hilft dir, diese Informationen ordentlich zu speichern,…

Weiterlesen Weiterlesen