Durchsuchen nach
Kategorie: Informatik

Alles was mit der Informatik zu tun hat

Düsseldorf am Rhein kurz gewesen

Düsseldorf am Rhein kurz gewesen

Ich war gestern kurz wieder in Düsseldorf. Natürlich ist für dort das Ziel, die Buchhandlung Thalia. Thalia hat im Bereich der Königsallee immer noch die größte Auswahl an Büchern. Da die Fahrt von Essen auch nicht sonderlich lange dauert, fahre ich da mal eben hin. 107 von Essen Krankenhaus Stoppenberg nach Essen Hauptbahnhof RE1 von Essen Hauptbahnhof nach Düsseldorf Hauptbahnhof U76 von Düsseldorf Hauptbahnhof nach Düsseldorf Heinrich-Heine Allee (noch mit den alten B80C-Stadtbahnwagen) In diesem Fall habe ich wieder mit…

Weiterlesen Weiterlesen

Pip could not update the module torch

Pip could not update the module torch

This morning, I tried to update my Python packages with the command: pip3 list -o –format columns| cut -d‘ ‚ -f1|xargs -n1 pip install -U but I could not update the module torch. Here are the messages: Downloading torch-2.8.0-cp313-cp313-manylinux_2_28_x86_64.whl (887.9 MB)    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 887.9/887.9 MB 6.7 MB/s  0:01:24 Downloading nvidia_cublas_cu12-12.8.4.1-py3-none-manylinux_2_27_x86_64.whl (594.3 MB)    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 594.3/594.3 MB 9.3 MB/s  0:00:54 Downloading nvidia_cuda_cupti_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (10.2 MB)    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 6.7 MB/s  0:00:01 Downloading nvidia_cuda_nvrtc_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (88.0 MB)    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.0/88.0 MB 9.5 MB/s …

Weiterlesen Weiterlesen

Linux (Fedora 41) Bash Script to do a backup for MongoDB

Linux (Fedora 41) Bash Script to do a backup for MongoDB

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 of deployment options, including cloud-based services like…

Weiterlesen Weiterlesen

Perfekte Monatsübersicht im Blog: Besucherzahlen mit LibreOffice Calc analysieren und elegant visualisieren

Perfekte Monatsübersicht im Blog: Besucherzahlen mit LibreOffice Calc analysieren und elegant visualisieren

Hey liebe Blog-Kollegen und Statistik-Begeisterte, wer einen Blog betreibt, schaut sicherlich auch auf die Besucherzahlen. Ich persönlich nutze dafür das Statify Plugin, um einen täglichen Überblick zu bekommen. Diese täglichen Werte übertrage ich dann in meine LibreOffice Calc-Tabelle, um dort tiefere Einblicke zu gewinnen. Neben der reinen Summe, dem Durchschnitt, den Maximal- und Minimalwerten sowie dem Median, war für mich eine Kennzahl besonders wichtig: die prozentuale Veränderung der Besucherzahlen im Vergleich zum Vormonat. Die grundlegende Berechnung: So geht’s mit Prozenten…

Weiterlesen Weiterlesen