Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
notes:solaris_tips [2021/05/01 09:45]
admin [Let's encrypt]
notes:solaris_tips [2024/03/05 16:43] (current)
admin [Howto merge pdf documents]
Line 14: Line 14:
 $ wget -O acme.sh https://​get.acme.sh $ wget -O acme.sh https://​get.acme.sh
 $ ./acme.sh install $ ./acme.sh install
 +$ crontab -l
 +48 0 * * * "/​home/​dambi/​.acme.sh"/​acme.sh --cron --home "/​home/​dambi/​.acme.sh"​ > /dev/null
 </​code>​ </​code>​
   * issue a certificate   * issue a certificate
Line 54: Line 56:
 </​code>​ </​code>​
 Jako alternativa viz článek [[https://​www.root.cz/​clanky/​apache-pridava-podporu-let-s-encrypt-pro-https-staci-jeden-radek-konfigurace/​|Apache & Let's Encrypt]] na Rootu. Jako alternativa viz článek [[https://​www.root.cz/​clanky/​apache-pridava-podporu-let-s-encrypt-pro-https-staci-jeden-radek-konfigurace/​|Apache & Let's Encrypt]] na Rootu.
 +===== Howto remove password from pdf document =====
 +<​code>​
 +$ qpdf --password=YOURPASSWORD-HERE --decrypt input.pdf output.pdf
 +</​code>​
 ===== Howto merge pdf documents ===== ===== Howto merge pdf documents =====
 +<​code>​
 +$ pdfunite pdf1.pdf pdf2.pdf ... out.pdf
 +</​code>​
 +or
 <​code>​ <​code>​
 $ gs -sDEVICE=pdfwrite -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out.pdf *.pdf $ gs -sDEVICE=pdfwrite -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out.pdf *.pdf
notes/solaris_tips.1619855111.txt.gz · Last modified: 2021/05/01 09:45 by admin
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0