-
$ pdfunite in-1.pdf in-2.pdf in-n.pdf out.pdf
-
$ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook \
$ sudo podman pull docker.io/klutchell/dnscrypt-proxy
I like writing well-formed git commits that explain the intention behind why a code change was made.
Check out Chris Beams excellent How to Write a Git Commit Message if you haven't read it.
Anyway, for a project I've been working on I've gathered up 900+ commits that hold up a pretty high quality (except for one 😁). Let's look at some trends about these commits!
How to remove GRUB from Windows laptop (MS Surface Pro 3) - the 4x BootRec commands did not work
=====================
cmd.exe
process with administrator privileges cmd.exe
diskpart
When you compile your program, you must tell the compiler to produce a program that is compatible with the debugger. The debugger needs special information to run properly. To do this, you must compile your program with the debugger flag, -g. This step is critical. Without it, the debugger won't have the program symbol information. That means it won't know what your functions and variables are called, and it won't understand when you ask it about them.
When