Durchsuchen nach
Schlagwort: Bash

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

Systemlaufzeit auf dem Rechner grafisch anzeigen lassen

Systemlaufzeit auf dem Rechner grafisch anzeigen lassen

Linux Wenn man wissen möchte, wie lange der Rechner gelaufen ist, kann man dies in Linux mit dem Befehl last machen. Dann bekommt man eine Aufzählung in der Bash darüber. Für den schnellen Gebrauch ist das bestimmt nützlich. Grafische Auswertung Wenn man es etwas übersichtlicher haben möchte, kann man natürlich auf Python, Pandas und Matplotlib zurückgreifen. Das sieht dann so aus. Ich programmiere im Jupyter Notebook, im Übrigen.

My best articles about MongoDB

My best articles about MongoDB

Here is a little collection of articles about MongoDB Fedora 42 Backup script for MongoDB database In this article, I show you a modern version of a backup for a MongoDB database Linux (Fedora 41) Bash Script to do a backup for MongoDB This is the original version of the back about the modern version of a backup for a MongoDB database. MongoDB in Fedora Linux – how is the configuration of the server I show in this article how…

Weiterlesen Weiterlesen