How to decrypt a PDF file in linux
qpdf –password=YOURPASSWORD-HERE –decrypt input.pdf output.pdf
qpdf –password=YOURPASSWORD-HERE –decrypt input.pdf output.pdf
There is no .deb package in the github Project, and generally all .deb packages for Synergy are quite old, so i rolled my own. Download it here:
Fehlercode auslesen Drehschalter auf 0 (aus) Drehschalter auf Pos. 4 (3 Uhr) Temperaturwahltaste gedrückt halten, mit gedrückter Taste Drehschalter um eine Position im Uhrzeigersinn drehen Temperaturwahltaste loslassen Fehlercode wird angezeigt Bekannte Fehlercodes: E09: NTC-Fühler am Luftauslass -> kann der Fühler sein, kann aber auch die Platine oder das Verbindungskabel sein (NTC lässt sich mit Widerstandsmessung …
get source + build dependencies sudo apt-get source packagesudo apt-get build-dep package modify package cd package nano debian/rules update version history dch -i build package debuild -us -uc -b install package dpkg -i ../package.deb
schtasks /create /tn „reboot for updates“ /tr „shutdown /r /t 0“ /sc once /st 21:59:00 /sd 21.02.2020 /ru „System“ …oder ohne Angabe des Tages, einfach „heute“: schtasks /create /tn „reboot for updates“ /tr „shutdown /r /t 0“ /sc once /st 21:59:00 /ru „System“
If you ever find yourself confronted with a Plesk system that is running out of disk space, and you just want to get rid off all the misconfigured „keep forever“ backups, here’s how to remove them all from the command line: /usr/local/psa/admin/bin/pmm-ras –get-dump-list | egrep „name=\“.*.xml“ | awk -F ‚“‚ ‚{ print $2 }‘ | …
./MegaCli64 -LDSetProp -Cached -LAll -aAll ./MegaCli64 -LDSetProp EnDskCache -LAll -aAll ./MegaCli64 -LDSetProp ADRA -LAall -aAll ./MegaCli64 -LDSetProp WB -LAll -aAll
sudo apt –purge autoremove apport apport-gtk appstream snap epiphany-browser epiphany-browser-data epiphany-browser-data epiphany-extensions firefox
First, boot a Windows 10 or Windows Server 2019 rescue CD and enter the command prompt. Step 1a: If you have the 128MB + 100MB partitions and they are broken for some reason diskpart list disk select disk list part # visually check you are about # to do the right thing select part 1 …
Windows 10: Creating boot partitions from scratch Weiterlesen »
On my laptop, I am running full disk encryption (LUKS with a single encrypted ext4 partition), and a single, large swap file as large as my system RAM (16GB). Here’s how to make it work: Make your swapfile have at least the size of your systems RAM: Note the UUID of the partiton containing your …
How to hibernate and resume from swap file in Ubuntu 20.04 using full disk encryption Weiterlesen »
deb http://de.archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse deb http://de.archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse deb http://de.archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse deb http://de.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse deb-src http://de.archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse deb-src http://de.archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse deb-src http://de.archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse deb-src http://de.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe …
Clean default sources.list file for Ubuntu 20.04 focal Weiterlesen »
Most distributions come with a handy tool called powertop, that is able to automatically set kernel parameters to save energy. sudo powertop –auto-tune Settings are not permanent, to you can use the following snippet to create and load a systemd unit file to load the settings after rebooting your machine: cat << EOF | sudo …
[root@host ~]# cat /etc/my.cnf[…]max_statement_time = 30 F**k Magento 2! 😉
My Xiaomi Robot (V1) just sporadically shut down after around 20 Minutes of cleaning, stating „Error 14“. I looked it up, and Error 14 stands for battery malfunction. Since i own a lot of 18650 battery packs I’m able to build my own battery from old laptop battery 18650s, so I decided to upload the …
Xiaomi Robot Vacuum 4S2P DIY Battery Pack Repair Weiterlesen »