User contributions for Chubbard
Jump to navigation
Jump to search
19 August 2022
- 09:2809:28, 19 August 2022 diff hist +561 m Prometheus No edit summary
18 August 2022
- 15:0115: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:..."
- 12:1312:13, 18 August 2022 diff hist +374 m Nginx-ingress-controller No edit summary current
- 12:1112:11, 18 August 2022 diff hist +147 m Nginx-ingress-controller No edit summary
- 12:0912: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..."
- 11:5711: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
- 11:5711: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
- 08:5008:50, 15 August 2022 diff hist +166 m Bash-URL-decode No edit summary current
- 08:4908: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
- 14:3214:32, 21 June 2022 diff hist +116 m Containers No edit summary
- 14:3114:31, 21 June 2022 diff hist +37 N Category:Container Created page with "Landing category for container pages." current
- 14:3014:30, 21 June 2022 diff hist +71 N Containers Created page with "=== Basic howtos testing in lab === k3d k3s Category: Container "
14 June 2022
- 15:0115:01, 14 June 2022 diff hist +121 m Bash sed No edit summary
- 13:0313: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"
- 09:3109: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
- 12:0812: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"
2 June 2022
- 15:2715:27, 2 June 2022 diff hist −21 m Bash loop No edit summary
- 15:2515:25, 2 June 2022 diff hist +598 N Bash loop Created page with "<pre> #!/bin/bash _admin_ip="202.54.1.33|MUM_VPN_GATEWAY 23.1.2.3|DEL_VPN_GATEWAY 13.1.2.3|SG_VPN_GATEWAY" for e in $_admin_ip do echo allow from "${e%%|*}" to any port 2..."
28 April 2022
- 18:0818:08, 28 April 2022 diff hist +251 N Bash aliases Created page with "Just a list of some useful aliases <pre> alias scpresume='rsync --partial --progress ' FOO=1; while $FOO -eq 1 ; do date ; scpresume -r ./Uncharted_2022 chubbard@50.34...."
29 March 2022
- 09:2409:24, 29 March 2022 diff hist +34 m Mac Notes No edit summary
- 09:2309:23, 29 March 2022 diff hist +218 m Mac Notes No edit summary
15 March 2022
- 15:0415:04, 15 March 2022 diff hist +101 m Bash-interesting-command-examples No edit summary
- 15:0315:03, 15 March 2022 diff hist +235 N Bash-interesting-command-examples Created page with "====Interesting one-liners==== * Find all drives and ignore loop devices <pre> root@kvm03:/var/log# lsblk | grep -v "loop\|NAME" | grep "^[a-z]\|^[A-Z]" | awk '{print $1}' sda..."
- 14:3614:36, 15 March 2022 diff hist +915 N Snmp-differentChecks Created page with "==== Using MIBS ==== /usr/bin/snmpbulkwalk -v2c -c public -OQUs -m Q-BRIDGE-MIB -M /opt/observium/mibs udp:asus03.iwillfearnoevil.com:161 /usr/bin/snmpbulkwalk -v2c -c public..." current
25 February 2022
- 21:4121:41, 25 February 2022 diff hist +513 m Ffmpeg notes No edit summary
21 February 2022
- 15:3715:37, 21 February 2022 diff hist +15 m Bash skel →Basic Skeleton to build scripts from
- 15:3415:34, 21 February 2022 diff hist +181 m Bash skel No edit summary
17 February 2022
- 12:1112:11, 17 February 2022 diff hist +338 m Zoneminder-notes No edit summary current
- 11:2711:27, 17 February 2022 diff hist +240 m Zoneminder-notes No edit summary
14 February 2022
- 10:5010:50, 14 February 2022 diff hist +3 m Zoneminder-notes No edit summary
- 10:4910:49, 14 February 2022 diff hist +138 m Zoneminder-notes No edit summary
- 10:3210:32, 14 February 2022 diff hist +368 m Zoneminder-notes No edit summary
- 10:3110:31, 14 February 2022 diff hist +2 m Zoneminder-notes No edit summary
- 10:3110:31, 14 February 2022 diff hist +327 m Zoneminder-notes No edit summary
- 10:2410:24, 14 February 2022 diff hist +810 m Zoneminder-notes No edit summary
12 February 2022
- 13:5813:58, 12 February 2022 diff hist +282 N Apt notes Created page with "===== Apt notes ===== holding package <pre> $ sudo apt-mark hold package-name $ sudo apt-mark hold mariadb-server </pre> show held packages <pre> $ apt-mark showhold </pre>..."
7 February 2022
- 16:2116:21, 7 February 2022 diff hist +111 m Gitalb api →Gitlab Alerts
- 16:1716:17, 7 February 2022 diff hist +309 m Gitalb api No edit summary
- 13:4213:42, 7 February 2022 diff hist +1,148 m Gitalb api No edit summary
- 13:4013:40, 7 February 2022 diff hist +436 m Gitalb api No edit summary
- 12:1112:11, 7 February 2022 diff hist +1,186 N Gitalb api Created page with "===== Basic API Calls for Gitlab ===== <pre> curl -L "https://gitlab.iwillfearnoevil.com/api/v4/projects" | jq '.' Partial return: { "id": 17, "description": "Find..."
- 12:1012:10, 7 February 2022 diff hist +38 N Category:Gitlab Created page with "All gitlab specific stuff goes in here" current
- 09:4809:48, 7 February 2022 diff hist +4,361 N Bash skel Created page with "==== Basic Skeleton to build scripts from ==== <pre> #!/bin/bash - #=============================================================================== # # FILE: filename..."
4 February 2022
- 11:0311:03, 4 February 2022 diff hist −40 Nms-notes No edit summary
- 11:0111:01, 4 February 2022 diff hist +937 N Nms-notes Created page with "Notes specific to the NMS I am writing ===== Daemon controllers via web interface ===== * [http://larvel01:8002/shell/status| Status the shellPoller daemon] * [http://larvel..."
- 10:5010:50, 4 February 2022 diff hist +273 N Git notes Created page with "Change git remote: With or without ssh keys added to your user account.. <pre> git remote set-url origin git@gitlab01.iwillfearnoevil.com:monitoring/nmsui.git or: git remote..."
3 February 2022
- 18:2618:26, 3 February 2022 diff hist +15 m Gitalb gotchas No edit summary current
- 18:0718:07, 3 February 2022 diff hist +642 m Gitalb gotchas No edit summary
- 17:4617:46, 3 February 2022 diff hist +737 m Gitalb gotchas No edit summary
- 16:5016:50, 3 February 2022 diff hist +1,986 N Gitalb gotchas Created page with " [https://sleeplessbeastie.eu/2020/06/29/how-to-enable-gitlab-container-registry/| Source Notes] <pre> Enable GitLab Container Registry on an instance running HAProxy. Edit..."