Site Tools


quickref

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
quickref [2025-11-04 Tue 14:21] – add git page theorytoequickref [2026-01-17 Sat 19:28] (current) – [Misc] theorytoe
Line 8: Line 8:
   * [[quickref:postgres|PostgreSQL]]   * [[quickref:postgres|PostgreSQL]]
  
 +
 +===== Misc =====
 +
 +Extract pages N from pdf and save to new pdf. ''<range>'' is a comma-seperated list of either single pages or page ranges.
 +<code>
 +qpdf --empty --pages report.pdf <range> -- print.pdf
 +</code>
 +
 +Bind remote-localhost service on specific port to local-localhost specific port
 +<code>
 +ssh -L [localport]:[localhost]:[remoteport] remoteuser@remoteaddress
 +</code>
quickref.1762266090.txt.gz · Last modified: by theorytoe