User contributions for Chubbard

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

19 May 2023

17 May 2023

8 May 2023

24 April 2023

  • 10:2510:25, 24 April 2023 diff hist +897 N OpensslCreated page with "===Stuff you need to remember for openssl=== For creating a self signed certificate chain, having a password makes things more of a PITA.. * Process to create chain without a password: <pre> openssl genrsa -out ca.key 4096 openssl req -new -x509 -days 36500 -key ca.key -out ca.crt openssl genrsa -out client.key 4096 openssl req -new -key client.key -out client.csr openssl x509 -req -days 36500 -in client.csr -CA ca.crt -CAkey ca.key -set_serial 01 -out client...."

4 April 2023

1 April 2023

30 March 2023

29 March 2023

  • 16:0816:08, 29 March 2023 diff hist +265 m HandbrakeNo edit summary
  • 14:2614:26, 29 March 2023 diff hist +82 N Category:ImageMagickCreated page with "Stuff I keep forgetting from the ImageMagick utilities.. https://imagemagick.org/" current
  • 14:2514:25, 29 March 2023 diff hist +482 N ImagemagickCreated page with "=== Various commands for ImageMagick === Convert all PNG to JPG <pre> for x in `ls *.png` ; do convert "$x" "${x%.*}.jpg" ; done </pre> Appending an image to another image (pulled from my wallpaper changer code <pre> export BG_COLOR=black export FIN_IMAGE1=random.jpg export SPAN_SIZE_0=1024x768 convert "${FIN_IMAGE1}" -gravity "${GRAVITY_SPAN}" -background ${BG_COLOR} -resize ${SPAN_SIZE_0} -extent ${SPAN_SIZE_0} +append ${PWD}/background.jpg </pre> Category:ImageM..."
  • 12:1112:11, 29 March 2023 diff hist +63 N Category:HandbrakeCreated page with "Just a catchall for all Handbrake related commands and gotchas." current
  • 12:1012:10, 29 March 2023 diff hist +253 N HandbrakeCreated page with "=== Landing page with Handbrake examples === <pre> HandBrakeCLI -i /opt/arm/media/raw/Ghostbusters -o '/tmp/Ghostbusters_2014.mkv' "H.265 VCN 1080p" --subtitle scan -F --subtitle-burned --audio-lang-list eng --all-audio </pre> Category:Handbrake"

23 March 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)