Skip to main content

Helpers

Local copy of site

A nice oneliner to create a fast copy:

wget --mirror --convert-links --adjust-extension --page-requisites --no-parent https://example.com

IrfanView with wine

To get the latest 64bit Version of IrfanView running on Ubuntu with wine, without snap - do the following:

winetricks mfc42

Combine PDF on console

Put all pdf's you want to combine in a directory. Name them in the order, you want to combine them.

qpdf --empty --pages *.pdf -- NameOfMergedFile.pdf