Durchsuchen nach
Schlagwort: upgrade

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

Neues Shellscript für das tägliche Aktualisieren

Neues Shellscript für das tägliche Aktualisieren

Ich habe für meine täglichen Updates auf der Kommandozeile mir ein kleines Script geschrieben. Ich habe als Root geschrieben und mehrmals durchgetestet. Es funktioniert auch. Das Script: Erst wird das aktuelle Datum abgefragt und in der Variable „datum“ abgespeichert. Mit dem Befehl echo wird ein Text ausgegeben und dann so ist es im Shellscripting mit einem Dollarzeichen und der Variable ausgegeben. Um einen Absatz einzufügen habe ich ein wortloses echo eingeführt. Danach wird der Festplattenspeicher abgefragt. Der Befehl df -h…

Weiterlesen Weiterlesen

Debian change from Version 9 „Stretch“ to 10 „Buster“

Debian change from Version 9 „Stretch“ to 10 „Buster“

In the past I regular did changes from my Fedora on the pc that is in the living-room but my pc in the bedroom the operating system must change too. On my holiday, this morning, I had the time to change it. Every change to a new version is the best opportunity to remove some programs that you don’t need. I removed Skype and Jitsi (another open-source Skype) from my pc systems. I only have Skype on my tablet. But…

Weiterlesen Weiterlesen