Durchsuchen nach
Schlagwort: Bash

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

Fedora 42 Backup script for MongoDB database

Fedora 42 Backup script for MongoDB database

What is the advantage of this script? 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 of data and is known for its scalability, flexibility, and ease of use. MongoDB is open-source and has a wide range…

Weiterlesen Weiterlesen

Bash script to open a file from the cloud

Bash script to open a file from the cloud

This is a little script that opening a file from Google Drive. I have saved this file in my Google Drive, where I have the warranty that you cannot move unintentionally the file when you have saved it on your desk. In order to request the data from the analytics tool you need in any case an internet connection, then you can also open the file in the cloud. But in the cloud you cannot remember the file name or…

Weiterlesen Weiterlesen