In Linux Mint hatte ich neulich das Problem, dass einige Pakete nicht aktualisiert wurden.Aber das lässt sich sehr schnell beheben. Zunächst erstellt man einen neue Datei in /etc/apt/apt.conf.d/ mit der Bezeichnung 99-Phased-UpdatesDa wird folgender Eintrag eingefügt: APT::Get::Always-Include-Phased-Updates True; Danach noch… Weiterlesen →
Hello, today i’ll show you how to rename more than one file in linux at (or in?) the commandline. First install „rename“ with this command: sudo apt install rename -y Then use the following command to rename all files in… Weiterlesen →
Today i will show how do you resize the log-directory in a linux-system. First check the actual size with this command: df -h In this picture we can see /var/log is 100% full. Edit as root your /etc/fstab – file…. Weiterlesen →
Heute mal ein kleiner Crash-Kurs zur Installation und Konfiguration von vim. vim ist die schönere Variante vom vi. Dieser wiederum ist meist schon installiert. Die Bedienung ist in vim und vi gleich. Vorteile: Nachteile: Zunächst, falls nicht schon geschehen, muss… Weiterlesen →
Nachdem ich ein begeisterter Laptop-Nutzer bin, da man hierbei sehr flexibel arbeiten kann, ärgert es mich immer, nach einer Neuinstallation die Monitore einstellen zu müssen. Dies klappt meist nur, wenn man den Laptop-Screen offen hat. Da ich aber das Gerät… Weiterlesen →
I’ve had the problem, i can’t configure the monitor-setup in Linux-Mint with a closed Display. The Main-Settings are only available at the main-screen .. and that is closed. But no problem, right click at the background and select “open terminal”…. Weiterlesen →
© 2023 OMVS