Site Tools


quickref

Differences

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

Link to this comparison view

Next revision
Previous revision
quickref [2025-11-04 Tue 14:11] – created theorytoequickref [2026-01-17 Sat 19:28] (current) – [Misc] theorytoe
Line 3: Line 3:
 References to various tool/language common actions, tips, or anything fairly useful. References to various tool/language common actions, tips, or anything fairly useful.
  
-- [[quickref:postgres|PostgreSQL]]+===== Tools/Programs =====
  
 +  * [[quickref:git|Git]]
 +  * [[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.1762265515.txt.gz · Last modified: by theorytoe