Durchsuchen nach
Schlagwort: Information

Some important DNF-commands

Some important DNF-commands

Today about This is a valid blog article for the Red-Family users and other distributions that uses the DNF tool for the package management. DNF stands for Dandified Yum, and it is the newer packager manager for the „old“ yum command. It was born on 11.05.2015. The current version is 5.2.17.0 that appeared on 02.09.2025. On my current Fedora (41), I use the version 5.2.16.0. dnf info Search for information about a package, what you have installed. Here is an…

Weiterlesen Weiterlesen

Python 3.13 read information in photos

Python 3.13 read information in photos

In photos there information saved, that it is called exif. Of course you can click on every photo and read this information. A little bit easier it would be with a script in Python. You have to install the module: pillow. pip3 install pillow or to check it whether you already installed it pip3 list | grep pillow Here is the script: The output looks like this: ResolutionUnit:2ExifOffset:214Make:AppleModel:iPhone XRSoftware:15.5Orientation:1DateTime:2022:06:30 06:59:46YCbCrPositioning:1XResolution:72.0YResolution:72.0HostComputer:iPhone XR

RSS-Feeds sind auch im Jahre 2022 immer noch aktuell

RSS-Feeds sind auch im Jahre 2022 immer noch aktuell

In den heutigen Zeiten, wo man nur noch auf den Titelseiten der Zeitungen über Ukraine und Corona gesprochen wird, sind RSS-Feeds aus meiner Sicht immer noch sehr aktuell. Nein, Newsletter sind aus meiner Sicht eigentlich überholt. Sie sind zwar schön aufbereitet und mögen irgendwo einen Informationsgehalt haben, aber ein RSS-Feed ist viel schneller. RSS steht für „Really Simple Syndication“ und man kann hier viel schneller Informationen erhalten. Leider bieten nicht alle Webseiten diesen Service an. Man erkannt daran, ob es…

Weiterlesen Weiterlesen