Skip to content

Instantly share code, notes, and snippets.

BREAKING BAD
by
Vince Gilligan
5/27/05
AMC
Sony Pictures Television
TEASER
[convert-UUP]
AutoStart =1
AddUpdates =1
Cleanup =0
ResetBase =0
NetFx3 =0
StartVirtual =0
wim2esd =0
SkipISO =0
SkipWinRE =0
@jottr
jottr / install-config.sh
Created January 31, 2022 17:07 — forked from obfischer/install-config.sh
Generate Karabiner Elements configuration out of y YAML document
set -x
cat karabiner.yaml | ruby -r yaml -r json -e 'puts YAML.load($stdin.read).to_json' \
| jq --sort-keys 'del(.definitions)' > karabiner.json
// This renders the wiring diagram for the Makerbase 3D Touch probe for the Crealty 32bit Ender 3v2 board
digraph {
//rankdir=LR;
node [ shape=record ];
touch [label="
<G1> G|
<V> 5V|
<S> S|

How to set up the Raspberry Pi Zero W with SSH and Wifi

Download Raspbian

Use etcher to flash the image to SD.

Prepare the SD Card

  • Mount the SD and $ cd /Volumes/boot/
@jottr
jottr / config.yml
Created April 23, 2018 18:10 — forked from phra/config.yml
Update Chrome to latest version on CircleCI 2.0
- run: #STABLE
name: Install Chromedriver latest version
command: |
sudo apt-get update
sudo apt-get install lsb-release libappindicator3-1
curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome.deb
sudo sed -i 's|HERE/chrome"|HERE/chrome" --no-sandbox|g' /opt/google/chrome/google-chrome
rm google-chrome.deb
@jottr
jottr / install-comodo-ssl-cert-for-nginx.rst
Created December 8, 2017 10:29 — forked from bradmontgomery/install-comodo-ssl-cert-for-nginx.rst
Steps to install a Comodo PositiveSSL certificate with Nginx.

Setting up a SSL Cert from Comodo

I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.

These are the steps I went through to set up an SSL cert.

Purchase the cert

Keybase proof

I hereby claim:

  • I am jottr on github.
  • I am jottr (https://keybase.io/jottr) on keybase.
  • I have a public key ASDBTvAOBDN2gW1carORAspvaKR5wsYH5okb29fLu0rnTQo

To claim this, I am signing this object:

# A pandas dataframe with the following keys
df.keys()#=>
'''
Index([u'value', u'quantity', u'transaction.post_date',
u'transaction.currency.guid', u'transaction.currency.mnemonic',
u'account.fullname', u'account.commodity.guid',
u'account.commodity.mnemonic'],
dtype='object')
'''