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)

4 April 2023

1 April 2023

30 March 2023

29 March 2023

  • 15:0815:08, 29 March 2023 diff hist +265 m HandbrakeNo edit summary
  • 13:2613:26, 29 March 2023 diff hist +82 N Category:ImageMagickCreated page with "Stuff I keep forgetting from the ImageMagick utilities.. https://imagemagick.org/" current
  • 13:2513: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..."
  • 11:1111:11, 29 March 2023 diff hist +63 N Category:HandbrakeCreated page with "Just a catchall for all Handbrake related commands and gotchas." current
  • 11:1011: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

20 March 2023

2 November 2022

31 October 2022

  • 20:2220:22, 31 October 2022 diff hist +642 N Bash inodesCreated page with "== Find inodes used == If you run out of inodes, it is a pita to deal with unexpectedly. In general it should not come as a suprise when this happens on servers that have man..."

28 October 2022

26 October 2022

20 September 2022

  • 19:0019:00, 20 September 2022 diff hist +676 N Bash-loopsCreated page with "=== Interesting bash loop constructs I have found === <pre> cat interesting_loop.sh #!/bin/bash _admin_ip="202.54.1.33|MUM_VPN_GATEWAY 23.1.2.3|DEL_VPN_GATEWAY 13.1.2.3|SG_V..." current

24 August 2022

19 August 2022

18 August 2022

15 August 2022

21 June 2022

14 June 2022

9 June 2022

  • 11:0811:08, 9 June 2022 diff hist +137 N USB cleanCreated page with "dd if=/dev/zero of=/dev/sdb bs=1M Of course replace the sdb with the correct USB drive and make sure it’s umount’d before you dd it"
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)