My shutdown Bash script on GitHub
I have published my shutdown Bash script on GitHub. The new thing in the script, the deletion of the content in the rubbish of Fedora 41. You find the link here.
Hier kommt alles rein, was mit Linux zu tun hat, was ich so selber erlebe.
I have published my shutdown Bash script on GitHub. The new thing in the script, the deletion of the content in the rubbish of Fedora 41. You find the link here.
I have created a short video about how the bash menu works. The code of the bash menu is here: In the video, there is no sound / music.
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…
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…
I have created a Bash script in order to shut down the pc. You can integrate this script into a menu in the bash. An example you can see here in my blog entry. . The script