How To Remove the Last Page of a PDF Using Convert
1 |
convert BIA_Plate_Number_Checklist_1-20000.pdf[0-819] new.pdf |
1 |
convert BIA_Plate_Number_Checklist_1-20000.pdf[0-819] new.pdf |
1 |
openssl rsa -in ~/.ssh/id_rsa -out ~/.ssh/id_rsa.pem |
To create indents with 4 space characters which are entered by pressing the TAB key:
1 |
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab |
To make the above settings permanent add to your ~/.vimrc file. For more details on any of these see :help ‘optionname’ in vim (e.g. :help ‘tabstop’) tabstop The width of a hard tabstop measured in “spaces” — effectively the […]
$text = str_replace(“\r”, “”, $text);
As PHP deprecates old functions, sometimes code maintenance changes become required for long-running sites. As of PHP 5.5, the MySQL functions are deprecated and are removed in PHP 7! I recently had to convert multiple sites to mysqli PHP functions because a new server was running PHP 5.6 and the old server was on PHP […]
The standard formula (F = 9/5C + 32) is not that easy to use. To create an easy estimate, simply double the Centigrade temp, then subtract the first digit of that result from the result, then add 32. The resulting estimate should not be more than 1 degree Fahrenheit off. Exact method yields a conversion […]
convert myFile*.jpg myFile.pdf convert myFile*.png myFile.pdf
For a quick visual check to see what the human-readable date is based on a UNIX timestamp integer: php -r ‘print date(“r”,1483228799);’ php -r ‘print strtotime(“1 Jan 2015”) – 1;’
I used the ImageMagick mogrify command to batch-create over 14,000 thumbnails easily. Since the default operation is to overwrite the originals, I chose to write the output files into a different directory with the -path option. Note the greater-than sign (>) after the 100×100 dimensions. This flag tells mogrify to only shrink images that have […]
Many thanks to Robert Russell for his excellent conversion tip! I have recorded the procedure below in case that post ever goes away… Download the two required installation packages from Microsoft: Microsoft Office Migration Planning Manager Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint File Formats Install both packages. Specify a place to install […]