User Tools

Site Tools


start

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
start [2023/10/21 14:27]
abeverley
start [2024/01/28 15:03]
abeverley [Building packages from later versions of Debian for earlier releases]
Line 29: Line 29:
 https://​unix.stackexchange.com/​questions/​112157/​ https://​unix.stackexchange.com/​questions/​112157/​
  
 +Versioning info: https://​www.debian.org/​doc/​debian-policy/​ch-controlfields.html#​version
 ===== JSON Web Tokens with Perl ===== ===== JSON Web Tokens with Perl =====
  
 Some examples of [[how to use JWTs with Perl]] Some examples of [[how to use JWTs with Perl]]
 +
 +===== Bulk resizing images =====
 +
 +  # Maximum width 400px and max height 700px
 +  mogrify -resize '​400x700>'​ *.png
 +  ​
 +  # Maximum width 400px
 +  mogrify -resize '​400>'​ *.png
  
 ===== Using Overlay (OpenStreetMap) ===== ===== Using Overlay (OpenStreetMap) =====
start.txt ยท Last modified: 2024/02/18 15:51 by abeverley