openpgp4fpr:9B90C6FA81376CBD269FFF8E84D4A686885DC772
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install dependancies | |
apt install flatpak curl git python3-venv python3-pyaudio pulseaudio-utils pulseaudio pavucontrol portaudio19-dev python3 python3-pip gpsd gpsd-clients ntp pps-tools setserial | |
# Interesting: https://github.com/8cH9azbsFifZ/trusdx-audio | |
# Actual radio applications. | |
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo | |
flatpak install flathub com.js8call.JS8Call | |
flatpak install flathub edu.princeton.physics.WSJTX | |
flatpak install flathub com.w1hkj.flrig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HELP build_info Build and version information | |
# TYPE build_info gauge | |
build_info{goversion="go1.21.5-devel-cf",revision="2024-01-17-1028 UTC",type="",version="2024.1.3"} 1 | |
# HELP cloudflared_config_local_config_pushes Number of local configuration pushes to the edge | |
# TYPE cloudflared_config_local_config_pushes counter | |
cloudflared_config_local_config_pushes 1 | |
# HELP cloudflared_config_local_config_pushes_errors Number of errors occurred during local configuration pushes | |
# TYPE cloudflared_config_local_config_pushes_errors counter | |
cloudflared_config_local_config_pushes_errors 0 | |
# HELP cloudflared_orchestration_config_version Configuration Version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo -n $SECRET | gcloud kms encrypt --project dapper-ops --location global --keyring sre --key wrapped-secrets \ | |
--plaintext-file - \ | |
--ciphertext-file - \ | |
| base64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Helm Chart Hosting | |
Github Pages: | |
https://harness.io/blog/devops/helm-chart-repo/ | |
https://faun.pub/how-to-host-helm-chart-repository-on-github-b76c854e1462 | |
Private Github Repo (GITHUB_TOKEN): | |
https://blog.softwaremill.com/hosting-helm-private-repository-from-github-ff3fa940d0b7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/bin/test-compile b/bin/test-compile | |
index 219a688..0a21748 100755 | |
--- a/bin/test-compile | |
+++ b/bin/test-compile | |
@@ -24,5 +24,5 @@ if [ -f "${build}/.golangci.yml" -o -f "${build}/.golangci.toml" -o -f "${build} | |
step "/.golangci.{yml,toml,json} detected" | |
tmp="$(mktemp -d)" | |
mkdir -p "${build}/.heroku/golangci/bin" | |
- ensureFile "golangci-lint-1.16.0-linux-amd64.tar.gz" "${tmp}" "tar -C ${build}/.heroku/golangci/bin --strip-components=1 -zxf" | |
-fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kind: StorageClass | |
apiVersion: storage.k8s.io/v1beta1 | |
metadata: | |
name: encrypted | |
provisioner: kubernetes.io/aws-ebs | |
parameters: | |
type: gp2 | |
encrypted: "true" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 1AWSQztDoP2MnV78edrypjpGV9suHEsuwd https://explorer.blockstack.org/address/1AWSQztDoP2MnV78edrypjpGV9suHEsuwd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"net/http" | |
"math/rand" | |
) | |
func handler(w http.ResponseWriter, r *http.Request) { | |
fmt.Fprintf(w, "%d", rand.Intn(9999)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: kube-lego | |
--- | |
apiVersion: v1 | |
metadata: | |
name: kube-lego | |
namespace: kube-lego | |
data: |
NewerOlder