- Compress PDF files on Linux & TuxDiary
Commande pratique pour shrinker un PDF en poids :
$ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out.pdf in.pdf
(Permalink)
Monthly Archives: January 2016
Mes trouvailles du jour : 25 January 2016
- Why do "df" and "du" commands show different disk usage? – Ask Ubuntu
la commande qui vient de sauver ma journée:
> You can find all unlinked but held open files with:
> # lsof | grep ‘(deleted)’
(Permalink)