Durchsuchen nach
Schlagwort: Blog

Page cache could not be detected on WordPress

Page cache could not be detected on WordPress

Last days I got in the dashboard of my WordPress Installation (here my blog) that the page cache could not be recognized. That meant that the page loading was very long. In the past I have installed the LiteSpeed cache plugin in good faith that it would help me to clear the cache on the blog. But it did not. For the LiteSpeed you need a LiteSpeed Web Server, but the blog runs on a server at the provider. I…

Weiterlesen Weiterlesen

Python: Displaying data at specific times with Matplotlib

Python: Displaying data at specific times with Matplotlib

With this simple script, you can display simple data in a Python dictionary using a bar chart. Installation process To do this, you need to install Python and then the Matplotlib module. For Python, go to the official Python.org website and install the latest version. Once that is complete, install the Matplotlib module in the command line or terminal, depending on which operating system you are using. pip install matplotlib Any necessary library files will then be downloaded and installed….

Weiterlesen Weiterlesen

Bash (Linux) script in order to open a file locally

Bash (Linux) script in order to open a file locally

Here is a little Bash script in order to open a file locally. The advantage You only have to save it, once, and it should never change the file location. For my blog statistics, I use the independent analytics tool. It is an easy script. If this does not exist, then opens the find command in order to search for the file, otherwise the LibreOffice program will open. You can combine it with a Bash menu, what I have already…

Weiterlesen Weiterlesen

Die neue Ausrichtung des Blogs „Reisen und IT“

Die neue Ausrichtung des Blogs „Reisen und IT“

English below: Durch die Aufnahme des Gewerbes und des Firmennamens: „OpenSource Traveler“ am 06.10.2025 durchforste ich gerade alle meine öffentlichen Profile nach der Ausrichtung in erster Linie in Sachen IT. Hier im Blog sind 907 Artikel gerade gelöscht worden. Das ist notwendig, um den Blog hier auf das Gewerbe auszurichten. Mit der Löschung der Artikel sind auch sehr viele Schlagwörter weggefallen, die ich auch gelöscht habe und auch Kategorien. Mit 697 Artikeln „starte“ ich wieder „neu“. IT-Artikel auf Englisch. Reise…

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