I hereby claim:
- I am nickzelei on github.
- I am nicknucleus (https://keybase.io/nicknucleus) on keybase.
- I have a public key ASATSc9csCnNU8kcskFKEbqCEvaTzYFKO7fZS-E2PhrfLgo
To claim this, I am signing this object:
| #!/bin/sh | |
| # https://gist.github.com/DarrenN/8c6a5b969481725a4413 | |
| # Modified to trim spaces | |
| PACKAGE_VERSION=$(cat package.json \ | |
| | grep version \ | |
| | head -1 \ | |
| | awk -F: '{ print $2 }' \ | |
| | sed 's/[ ",]//g') | |
| RELEASE_NAME="v$PACKAGE_VERSION" |
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "os" | |
| "k8s.io/client-go/kubernetes" | |
| "k8s.io/client-go/tools/clientcmd" | |
| clientcmdapi "k8s.io/client-go/tools/clientcmd/api" | |
| ) |
| package main | |
| import ( | |
| "context" | |
| "encoding/base64" | |
| "fmt" | |
| "net/http" | |
| "time" | |
| "github.com/aws/aws-sdk-go-v2/aws" |
| /* | |
| * Quick and dirty script to rename files downloaded from: https://archive.org/details/dragon-ball-remastered-bluray-complete-e-1-e-153-eng-dub | |
| * I only downloaded the mkv files but this will rename them well enough for Sonarr to be able to properly organize. | |
| */ | |
| import fs from 'fs'; | |
| const matcher = /Dragonball\sS01[E|e](\d+)(.+)/i; | |
| (async () => { |
| repositories: | |
| - name: istio | |
| url: https://istio-release.storage.googleapis.com/charts | |
| --- | |
| releases: | |
| - name: istio-ingressgateway | |
| chart: istio/gateway | |
| version: 1.17.1 | |
| namespace: istio-system | |
| createNamespace: false |
| package main | |
| import ( | |
| "context" | |
| "fmt" | |
| "log" | |
| "sort" | |
| "time" | |
| "github.com/prometheus/client_golang/api" |
| package main | |
| import ( | |
| "context" | |
| "fmt" | |
| "log" | |
| "sort" | |
| "sync" | |
| "time" |
Last updated March 13, 2024
This Gist explains how to sign commits using gpg in a step-by-step fashion. Previously, krypt.co was heavily mentioned, but I've only recently learned they were acquired by Akamai and no longer update their previous free products. Those mentions have been removed.
Additionally, 1Password now supports signing Git commits with SSH keys and makes it pretty easy-plus you can easily configure Git Tower to use it for both signing and ssh.
For using a GUI-based GIT tool such as Tower or Github Desktop, follow the steps here for signing your commits with GPG.