imagemagick reduce size of pdf
convert -density 150 -quality 60 -compress jpeg Test.pdf Test-150-060-jpeg.pdf Source: imagemagick reduce size of pdf – Stack Overflow
A civil engineer with a longlife fondness for Software Libero
convert -density 150 -quality 60 -compress jpeg Test.pdf Test-150-060-jpeg.pdf Source: imagemagick reduce size of pdf – Stack Overflow
How to add a directory to your PATH? I naïvely answered export PATH=A_DIRECTORY:$PATH Well, after reading How to add a directory to your PATH written by Julia Evans I know…
How to Share Virtual Extended Screen in Ubuntu 22.04 | 24.04
Cassandra Crossing 256/ Guida ad Internet per tiranni riporta un collegamento a http://assets.pwd.io/pwd/media/Guida_per_dittatori.pdf e http://assets.pwd.io/pwd/media/Guida_per_dittatori.txt conservato su archive.org. Ora siccome archive.org è sempre fin troppo oberato mi sembra opportuno copiare…
Some projects from 50 Free and Open Source Projects Selected for NGI Zero grants that caught my attention for a variety of reasons:
6 reasons why you might want to pick SBCs and mini-PCs over server-grade hardware
How to copy a file or directory from another GIT repository while preserving its history? Internet is full of magic formulas each one more complex. Here I’m proposing a much…
As I tend to meddle a lot more than necessary with my strange machine which is stable/testing/unstable and somehow experimental I tend to mess it up. So today I had…
In this blog we are talking about indexes. Speeding up index creation in PostgreSQL is one of the main topic. Source: Speeding up index creation in PostgreSQL