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.
Wirtschafts-Identifikationsnummer erhalten

Wirtschafts-Identifikationsnummer erhalten

Ich habe heute Nacht die Wirtschafts-Identifikationsnummer vom Bundeszentralamt für Steuern per Mail bzw. Elster-Nachricht erhalten. Die Nachricht ist auch in meinem Elster-Konto erschienen. Damit kann ich nun richtig durchstarten und mein Gewerbe ausführen. Die Wirtschafts-Identifikationsnummer umfasst auch die Umsatzsteuer-Identifikationsnummer. Somit habe ich nun keine zwei Nummern mehr. Mehr Informationen hier

Linux: What is a repo file?

Linux: What is a repo file?

A repo file is a text file that contains instructions for the operating system (Linux, the Bash) where to find the newest information about a package. In contrast to operating systems like Microsoft Windows, where you download and install software directly from a variety of sources, Linux distributions rely on these central repositories. This structure allows the distribution maintainers to check and verify the packages for stability and security before they reach your system. 🚩️ Warning: While you can install…

Weiterlesen Weiterlesen

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