Skip to content

Instantly share code, notes, and snippets.

View malnick's full-sized avatar
💭
🦄 Figment of your imagination

Jeff Malnick malnick

💭
🦄 Figment of your imagination
  • Boonville, CA
View GitHub Profile
@malnick
malnick / HackRF-FM-Transmit.grc
Created May 28, 2020 01:05 — forked from gyaresu/HackRF-FM-Transmit.grc
HackRF FM Transmit with GnuRadio
<?xml version='1.0' encoding='utf-8'?>
<?grc format='1' created='3.7.8'?>
<flow_graph>
<timestamp>Tue Aug 25 19:04:21 2015</timestamp>
<block>
<key>options</key>
<param>
<key>author</key>
<value></value>
</param>
@malnick
malnick / HackRF-FM-Transmit.grc
Created May 28, 2020 01:05 — forked from gyaresu/HackRF-FM-Transmit.grc
HackRF FM Transmit with GnuRadio
<?xml version='1.0' encoding='utf-8'?>
<?grc format='1' created='3.7.8'?>
<flow_graph>
<timestamp>Tue Aug 25 19:04:21 2015</timestamp>
<block>
<key>options</key>
<param>
<key>author</key>
<value></value>
</param>

Vault Installer

Overview

This project is the backend that will eventually be driven by a frontend user interface.

The aim of this project is to guide operators through the installation process.

Decision Tree

One: Choose Architecture

  1. On-Premise
#!/bin/bash
# This script configures vault and vault agent on kubernetes for
# testing consult-template as a side-car injection pattern for
# making secrets available to processes inside a container on k8s.
#
# Once this script has ran, vault-agent can be configured to talk to
# vault using the k8s service account. A vault agent config example:
#
# exit_after_auth = true
```
➜ dotfiles master ✓ traceroute smittenkitchen.com
traceroute to smittenkitchen.com (192.0.78.24), 30 hops max, 60 byte packets
1 _gateway (192.168.100.1) 5.082 ms 4.972 ms 4.985 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *

Keybase proof

I hereby claim:

  • I am malnick on github.
  • I am malnick (https://keybase.io/malnick) on keybase.
  • I have a public key whose fingerprint is 2CA6 ABAB D1DF 3652 2C7E 0EC3 3B63 DE3E E36C 6593

To claim this, I am signing this object:

Hey Colin!
Sunil asked me to reach out to you directly. I'm using the marathon plugin for jenkins in a Jenkinsfile build. It's the final step in our build process. Here's a quick hit list of issues I ran into:
- How do we configure a CA cert or not cert verification (we use an internal CA) for TLS connections with DC/OS?
- When I didn't set `id` in the marathon plugin call, it groked it from the marathon.json but added a double slash to the URI. When I added the ID field to the marathon plugin call, without any forward slash, things worked fine.
- It successfully PUTs the marathon app (the app ends up running) but Jenkins returns:
deploying to REDACTED
[Pipeline] echo
[Pipeline] marathon
@malnick
malnick / semver.go
Created June 9, 2017 20:34
Semver Idea
package main
import (
"strconv"
"strings"
)
type semver struct {
major int
minor int
terraform {
backend "s3" {
bucket = "<redacted>"
key = "<redacted>/dcos.tfstate"
region = "<redacted>"
profile = "<redacted>"
}
}
[
{
"container_id": "e3c60b9c-70f4-4481-bcb9-b83c0773a8cf",
"executor_id": "consume-cpu.33039d30-051b-11e7-b3d9-06481f5355f3",
"executor_name": "Command Executor (Task: consume-cpu.33039d30-051b-11e7-b3d9-06481f5355f3) (Command: sh -c 'sleep $(( RA...')",
"framework_id": "07b4a4aa-d0e0-4334-94ea-357b53129555-0001",
"source": "consume-cpu.33039d30-051b-11e7-b3d9-06481f5355f3",
"statistics": {
"cpus_limit": 1.1,