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
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 }‘ | …