Durchsuchen nach
Autor: Sven Krämer

Ich bin Jahrgang 1978, bin Deutscher und wohne im Ruhrgebiet, in Essen.Neben Linux bin ich als Introvertierter (ein ruhiger Mensch) auch gerne in Kleinstädten, in der Natur.Ich filme meine Fahrten, dokumentiere diese hier im Blog.Wenn Sie mich gerne unterstützen wollt, freue ich mich über eine Spende.Es ist mein Lebensunterhalt, denn ich habe meinen alten Job gekündigt und hier mein Herzensprojekt zu machen.
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

Converting PNG files to PDF

Converting PNG files to PDF

Why You Need to Convert PNG Files to PDF There are several reasons why converting PNG files (or other image formats) to PDF is necessary. For instance, some web platforms, such as the social-media platform LinkedIn, only accept a single image per post. If you have created two images for a post, you cannot simply add both. In this scenario, you need to combine those pictures into a single PDF file. Another common reason is job applications. If your certificates…

Weiterlesen Weiterlesen

How to use variables in the Bash?

How to use variables in the Bash?

🐧️ Linux Bash: ❓️ How to use variables in the Bash? ❓️ I use here the following Bash internal variables into a script. ➡️ $LOGNAME = the name from /etc/passwd ➡️ $XDG_SESSION_TYPE = What kind of session I use: X11 or Wayland From Facebook: OpenSource Traveler