Durchsuchen nach
Kategorie: Linux

Hier kommt alles rein, was mit Linux zu tun hat, was ich so selber erlebe.

New MongoDB version on my computer

New MongoDB version on my computer

This morning I got updates on my AlmaLinux 9.8. I get the updates with an Update-Script where it checks everything on the computer. The Update script I start this script via Bash menu that I have written: The shut down script You see there are other scripts that I sometimes use of regularly (in order to shut down the computer). The shut-down script And we are the Updates of MongoDB. MongoDB Updates (with others) You see, that MongoDB comes from…

Weiterlesen Weiterlesen

Secure Boot – checking activation or not

Secure Boot – checking activation or not

On Linux in the Bash you have two commands for this (sudo) mokutil – -sb-state or bootctl status | grep „Secure Boot“ 2 If you don’t want to see the error messages, then you can do bootctl status 2>/dev/null | grep „Secure Boot“ Attention: bootctl status | grep „Secure Boot“ 2 >/dev/null does not work.

AlmaLinux Upgrade to 9.8

AlmaLinux Upgrade to 9.8

Yesterday I did the upgrade from AlmaLinux 9.7 to AlmaLinux 9.8. AlmaLinux comes from RedHat and it is a Long-Term supportes distribution. Every 6 months you get a big update of the operating system. I have checked before with the command dnf check-update (without sudo / su rights). This was the output of the command Letzte Prüfung auf abgelaufene Metadaten: vor 0:01:49 am Mi 27 Mai 2026 06:27:58 CEST. LibRaw.x86_64 0.21.1-2.el9_8 appstreamNetworkManager.x86_64 1:1.54.3-2.el9 baseosNetworkManager-adsl.x86_64 1:1.54.3-2.el9 baseosNetworkManager-bluetooth.x86_64 1:1.54.3-2.el9 baseosNetworkManager-config-server.noarch 1:1.54.3-2.el9 baseosNetworkManager-libnm.x86_64…

Weiterlesen Weiterlesen

MongoDB Compass Version 1.49 installiert

MongoDB Compass Version 1.49 installiert

Nachdem ich über viele Jahre auf meinem Fedora-Rechner neben der MongoShell auch MongoDB Compass installiert hatte, habe ich nun den Schritt auch auf dem Notebook mit AlmaLinux 9.7 gemacht. Es ist das grafische Front-End zu der MongoShell. Ich benutze es hauptsächlich für kleinere Änderungen und für Abfragen. Die Erstellung verläuft weiterhin über Python-Scripte und detaillierte Abfragen sind über die MongoShell am besten. Nach dem Herunterladen von der offiziellen Seite von MongoDB Compass kann man sich das rpm Paket normal über…

Weiterlesen Weiterlesen

Installation von MongoDB 8.0.19 in AlmaLinux 9.7

Installation von MongoDB 8.0.19 in AlmaLinux 9.7

English below: Auf meinem Notebook lief bislang „nur“ die MariaDB – Datenbank. Nun habe ich sie auch mit MongoDB ergänzt und zwar mit einer der neuesten Version. Für AlmaLinux braucht man ein Repo, damit MongoDB installieren. Wozu braucht man MongoDB? In erster Linie benutze ich es, um ganz lange Texte zu speichern. Im Gegensatz zu MariaDB ist es keine Tabellen-Datenbank (daher auch ist es auch in NoSQL-Datenbank), die die Daten in Dokumenten speichern und in diesem Fall das BSON-Format. MongoDB…

Weiterlesen Weiterlesen