Skip to content

Instantly share code, notes, and snippets.

View rick's full-sized avatar
🎧
Quietly doing

Rick Bradley rick

🎧
Quietly doing
View GitHub Profile
@rick
rick / zoom-by-command-line.txt
Created October 3, 2019 23:17
run a zoom meeting straight from the command-line given a meeting ID number (bypass chrome, etc.)
/Applications/zoom.us.app/Contents/MacOS/zoom.us "package.name=zoomusInstallerFull.pkg&package.version=latest&package.size=15216k&downloadRoot=https://launcher.zoom.us/client&action=join&browser=chrome&confid=dXc7amUaTB6L4MoR1f4SKQ%3D%3D&confno=8948405401&zc=0&mcv=0.92.11227.0929&pk=e30&sta=false"
set `confid` to your room meeting
@rick
rick / checkychecky.md
Created November 21, 2016 16:43
test markdown checkboxes
  • this is a checklist
    • or is it a task list?
  • click this
  • test this
@rick
rick / rvm-jruby-1.7.13.txt
Last active November 9, 2015 18:56
ubuntu installation of jruby 1.7.13 via latest RVM
Last login: Tue Nov 3 09:00:18 2015 from c-68-53-142-130.hsd1.tn.comcast.net
Mon Nov 09 13:47:23 gampopa ~
# ▸ curl -sSL https://get.rvm.io | bash -s stable --ruby=jruby
Downloading https://github.com/rvm/rvm/archive/1.26.11.tar.gz
Downloading https://github.com/rvm/rvm/releases/download/1.26.11/1.26.11.tar.gz.asc
gpg: keyring `/root/.gnupg/pubring.gpg' created
gpg: Signature made Mon 30 Mar 2015 05:52:13 PM EDT using RSA key ID BF04FF17
gpg: requesting key BF04FF17 from hkp server keys.gnupg.net
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key D39DC0E3: public key "Michal Papis (RVM signing) <mpapis@gmail.com>" imported
@rick
rick / hue.md
Last active August 29, 2015 14:28 — forked from jameswhite/hue.md
alias hue_blue='curl -s "http://10.255.2.251/cgi-bin/hue.cgi?user=jameswhite&action=all_on&color=blue"'
alias hue_cyan='curl -s "http://10.255.2.251/cgi-bin/hue.cgi?user=jameswhite&action=all_on&color=cyan"'
alias hue_green='curl -s "http://10.255.2.251/cgi-bin/hue.cgi?user=jameswhite&action=all_on&color=green"'
alias hue_indigo='curl -s "http://10.255.2.251/cgi-bin/hue.cgi?user=jameswhite&action=all_on&color=indigo"'
alias hue_lavender='curl -s "http://10.255.2.251/cgi-bin/hue.cgi?user=jameswhite&action=all_on&color=lavender"'
alias hue_orange='curl -s "http://10.255.2.251/cgi-bin/hue.cgi?user=jameswhite&action=all_on&color=orange"'
alias hue_pink='curl -s "http://10.255.2.251/cgi-bin/hue.cgi?user=jameswhite&action=all_on&color=pink"'
alias hue_red='curl -s "http://10.255.2.251/cgi-bin/hue.cgi?user=jameswhite&action=all_on&color=red"'
alias hue_white='curl -s "http://10.255.2.251/cgi-bin/hue.cgi?user=jameswhite&action=all_on"'
@rick
rick / read-this-to-github-md-checklist-item.bookmarklet
Created April 2, 2015 19:48
bookmarklet to create a github-markdown style (checked) checklist item for a link to the current page (pops up in a dialog to make cmd-c clipboard copying trivial)
javascript:(function(){window.prompt("Copy to clipboard: Ctrl+C, Enter", " - [x] [" + document.title + "](" + window.location.href + ")");})();
@rick
rick / rick.bradley@puppet.labs.com.gpg.pub
Created March 6, 2015 21:01
rick.bradley@puppetlabs.com PGP public key
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: GPGTools - https://gpgtools.org
mQINBFT030YBEADH1fAs3QwCFfN8mfEN+n8v/2nVuBz4aAj277AmNlNVPFw/GKO/
h1pSw/Wyl2bIF1VPoYdl1gQORyKnL0SvqiwlhmQZY9JC84BrwksLOgUkZdKmDcTG
FlJpAOyO4y8JFo8w3QjA7EA542xtXX3N6ljMJKL/FZfMwl9S8rJGgROWyUO6MX3s
UR7b2YTyfjdj6flL/tTQNwnpw7Mi6x/yVSdJKseo2H3nfQXb1YT3+Z48U1orK6y7
MGb0RkM+xAPruuNL/U2YjTDwTfbC7FOAWK8nBMwqKexMt5Lrx/gt5Kc+udKMQLvh
aYWQenVqHdUIZzhtaVXY3utvp8me5YixwFit4IrRXEZ6MLaxgerPuS8MmDyop6t9

Keybase proof

I hereby claim:

  • I am rick on github.
  • I am rickbradley (https://keybase.io/rickbradley) on keybase.
  • I have a public key whose fingerprint is 2FC5 3B15 9F78 284D 5127 6735 1855 81A2 1529 F03C

To claim this, I am signing this object:

@rick
rick / README.md
Created September 25, 2014 16:50
Managing my boxen personal manifest out of my own personal dotfiles repository (instead of in some shared repo where I have to issue PRs to everyone in the company)

I wanted to move from using a shared copy of my boxen personal manifest to using files managed out of my dotfiles repo. Instead of cutting a pull request every time I want to add a homebrew package to my laptop, I'm managing this like I manage the rest of my dotfiles -- just commit and go.

To do it, I am using a symlink:

% ln -s /Users/rick/.boxen-manifests /opt/boxen/repo/modules/people/manifests/rick

(It's also possible to just commit that symlink directly into the the org's boxen git repo at modules/people/manifests/rick.)

@rick
rick / sql.rb
Created July 3, 2014 16:16 — forked from zerowidth/sql.md
# GitHub::SQL - a helping hand for SQL in a rails app.
#
# Built for MySQL, adaptations and updates welcome.
#
# Authors/maintainers: @jbarnette, @zerowidth, et. al.
#
# The MIT License (MIT)
#
# Copyright (c) 2014 GitHub, Inc.
#