User contributions for Chubbard
Jump to navigation
Jump to search
4 April 2023
- 08:2408:24, 4 April 2023 diff hist +310 m Handbrake No edit summary current
1 April 2023
- 18:3318:33, 1 April 2023 diff hist +347 m Handbrake →Landing page with Handbrake examples
30 March 2023
- 10:2710:27, 30 March 2023 diff hist +15 m Git notes No edit summary
- 10:2710:27, 30 March 2023 diff hist +104 m Git notes No edit summary
- 10:2710:27, 30 March 2023 diff hist +21 N Category:Git Created page with "Git catchall category" current
- 10:2610:26, 30 March 2023 diff hist +349 m Git notes No edit summary
29 March 2023
- 15:0815:08, 29 March 2023 diff hist +265 m Handbrake No edit summary
- 13:2613:26, 29 March 2023 diff hist +82 N Category:ImageMagick Created page with "Stuff I keep forgetting from the ImageMagick utilities.. https://imagemagick.org/" current
- 13:2513:25, 29 March 2023 diff hist +482 N Imagemagick Created 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:Handbrake Created page with "Just a catchall for all Handbrake related commands and gotchas." current
- 11:1011:10, 29 March 2023 diff hist +253 N Handbrake Created 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
- 15:4015:40, 23 March 2023 diff hist +106 m I Will Fear No Evil:Privacy policy No edit summary
- 15:3815:38, 23 March 2023 diff hist +80 N I Will Fear No Evil:Privacy policy Created page with "My policy is dont be a dick. If you act like a jackass I will boot and ban you."
- 15:3815:38, 23 March 2023 diff hist +85 N I Will Fear No Evil:About Created page with "Just a wiki that I use to save notes and snippets that I find useful or forget a lot."
- 15:3815:38, 23 March 2023 diff hist +250 N I Will Fear No Evil:General disclaimer Created page with "My disclaimer is that this site is designed for me. If some random person finds something that is not right on here and it breaks your system well you did not do your own homework. These are notes and reminders that I find useful for myself. YMMV."
- 15:3615:36, 23 March 2023 diff hist +297 m Bash-confirm-binaries No edit summary current
- 15:3315:33, 23 March 2023 diff hist +757 m Bash-confirm-binaries No edit summary
- 07:4007:40, 23 March 2023 diff hist +803 N Bash-confirm-binaries Created page with "=== Simple function to confirm binaries exist before running scripts === <pre> #=== FUNCTION ================================================================ # NAME: verify_deps # DESCRIPTION: Check that all binary files are available to be used # PARAMETERS: None. This is standalone. Changes occur on case by case # RETURNS: none #=============================================================================== verify_deps() { # needed="xmllint..."
20 March 2023
- 14:5414:54, 20 March 2023 diff hist +6 m Bash aliases No edit summary
- 14:5314:53, 20 March 2023 diff hist +94 m Bash aliases No edit summary
- 14:0614:06, 20 March 2023 diff hist +49 N I Will Fear No Evil:Terms of Service Created page with "Simple. Dont be a prick or I will boot your ass."
- 13:2913:29, 20 March 2023 diff hist +43 N User:Pmorris Created page with "User Peter Morris passed away on 02-24-2023"
- 13:2513:25, 20 March 2023 diff hist +41 N Category:RAID Created page with "Anything dealing with RAID or RAID types." current
- 13:2413:24, 20 March 2023 diff hist +298 N Bash colors Created page with "Use colors within scripts <pre> for (( i = 30; i < 38; i++ )); do echo -e "\033[0;"$i"m Normal: (0;$i); \033[1;"$i"m Light: (1;$i)"; done </pre> Within the script: Where numb..."
2 November 2022
- 08:1408:14, 2 November 2022 diff hist +103 m Mac-utils-and-howto No edit summary current
31 October 2022
- 20:2220:22, 31 October 2022 diff hist +642 N Bash inodes Created 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
- 18:0018:00, 28 October 2022 diff hist +520 m Bash variables No edit summary
26 October 2022
- 11:2911:29, 26 October 2022 diff hist +102 m Bash variables →Finding defined variables
- 11:2711:27, 26 October 2022 diff hist +142 m Bash variables No edit summary
- 11:2611:26, 26 October 2022 diff hist +504 N Bash variables Created page with "== Finding defined variables == Assuming you have done something like foo="bar" at your bash prompt it is not always clear how to echo ALL the defined variables back from your..."
20 September 2022
- 19:0019:00, 20 September 2022 diff hist +676 N Bash-loops Created 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
- 10:2210:22, 24 August 2022 diff hist +13 m Bash sed No edit summary
- 10:2210:22, 24 August 2022 diff hist +187 m Bash sed No edit summary
19 August 2022
- 08:2908:29, 19 August 2022 diff hist +2 m Prometheus No edit summary current
- 08:2808:28, 19 August 2022 diff hist +561 m Prometheus No edit summary
18 August 2022
- 14:0114:01, 18 August 2022 diff hist +400 N Red Hat Created page with "== Red Hat Specific things == Adding in a user that has wheel contexts <pre> as user blah: id uid=1001(blah) gid=1001(blah) groups=1001(blah),10(wheel) context=unconfined_u:..."
- 11:1311:13, 18 August 2022 diff hist +374 m Nginx-ingress-controller No edit summary current
- 11:1111:11, 18 August 2022 diff hist +147 m Nginx-ingress-controller No edit summary
- 11:0911:09, 18 August 2022 diff hist +2,349 N Nginx-ingress-controller Created page with "== Working with nginx ingress controls == The Nginx ingress controller for kubernetes can be an amazing PITA. If we work with nginx as an application that only does the ingre..."
- 10:5710:57, 18 August 2022 diff hist +78 N Category:Kubernetes Created page with "If it is kubernetes or kube related at all, this is a good spot to link it to." current
- 10:5710:57, 18 August 2022 diff hist +484 N Prometheus Created page with "== Notes on working with Prometheus via ArgoCD == Currently using ArgoCD and the kube prometheus stack installation there is a bug. This notes the fix [https://github.com/pro..."
15 August 2022
- 07:5007:50, 15 August 2022 diff hist +166 m Bash-URL-decode No edit summary current
- 07:4907:49, 15 August 2022 diff hist +277 N Bash-URL-decode Created page with "=== URL decode in bash === <pre> #!/bin/bash function urldecode() { : "${*//+/ }"; echo -e "${_//%/\\x}"; } urldecode "$(cat $1)" </pre> [https://stackoverflow.com/questions/6..."
21 June 2022
- 13:3213:32, 21 June 2022 diff hist +116 m Containers No edit summary
- 13:3113:31, 21 June 2022 diff hist +37 N Category:Container Created page with "Landing category for container pages." current
- 13:3013:30, 21 June 2022 diff hist +71 N Containers Created page with "=== Basic howtos testing in lab === k3d k3s Category: Container "
14 June 2022
- 14:0114:01, 14 June 2022 diff hist +121 m Bash sed No edit summary
- 12:0312:03, 14 June 2022 diff hist +170 N Bash sed Created page with "==== Useful sed commands ==== cat foo | sed "1,/^stringMatch/d" * Will ignore all before string match until EOF * stringMatch must be start of line (^) Category:bash"
- 08:3108:31, 14 June 2022 diff hist +92 N Bash conversions Created page with "==== Convert formats ==== yq is a YAML converter... yq -o=json test.yml Category:bash"
9 June 2022
- 11:0811:08, 9 June 2022 diff hist +137 N USB clean Created 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"