Kategoria: Bez kategorii

Debian 11 KDE Plasma 5.1+ change date and clock font size

Debian 11 KDE Plasma 5.1+ change date and clock font size

Edit: sudo vi /usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml Line 175: Replace „? main.height * 0.56” with „? main.height * 0.40” Please note that the rest of line 175 is excluded from this description to make it simpler. Line...

Zamiana .webp na .jpg

Zamiana .webp na .jpg

#!/bin/bash let var=0 for f in *.webp do var=$((var+1)) ffmpeg -i „$f” $var.jpg rm „$f” done  

NORDVPN nie chce się połączyć

NORDVPN nie chce się połączyć

Jeśli dostajemy connection refused na linuxie to wystarczy: sudo chattr -i -a /var/lib/nordvpn/data/.config.ovpn sudo chmod ugo+w /var/lib/nordvpn/data/.config.ovpn