Skip to content

Instantly share code, notes, and snippets.

View jdhom's full-sized avatar

John Dhom jdhom

  • bridgeGap consulting
  • USA
View GitHub Profile
@jdhom
jdhom / mistel-barocco-md600.md
Last active August 16, 2025 17:25
Mistel Barocco MD600 Programming and Firmware

Mistel Barocco MD600 RGB Split Keyboard

keyboard firmware

What I remap

CapsLock is RCTRL    ... i do this on all keyboards
FN CapsLock is RCTRL ... was accidently toggling capslock with fn+capslock
LCTRL is FN ... arrow/pg/home on right half, FN+arrow I now prefer on ALL keyboards... so nice
@jdhom
jdhom / jenkins-console-scripts.md
Last active November 25, 2021 13:09
jenkins console scripts

find job / publishers

import org.jenkinsci.plugins.github.*
import org.jenkinsci.plugins.github.status.err.*

def job = findJob(Hudson.instance.items, 'pb_jdhom_tech-ui')
println( job )

for (publisher in job.publishers) {
@jdhom
jdhom / homebrew-awscli.md
Last active April 25, 2017 20:49
Homebrew awscli (stable versus develop version)

Description

Homebrew formula for awscli installs develop and not latest stable version (1.11.80 vs 1.10.38 at time of this typing).

Homebrew formula for 1.10.38

Sample usage...

grab latest dev

brew update && brew install awscli