git clone https://github.com/strace/strace
cd strace
./bootstrap
export LDFLAGS='-static -pthread'
./configure
make
This file contains hidden or 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
| #!/bin/sh | |
| # kustomize-helm-plugin-wrapper: force Helm to see the helm plugins even when kustomize sets HELM_*_HOME to temp dirs. | |
| # | |
| # Usage: | |
| # chmod +x ./kustomize-helm-plugin-wrapper | |
| # kustomize build --enable-helm --helm-command ./kustomize-helm-plugin-wrapper . | |
| # # or: kubectl kustomize --enable-helm --helm-command ./kustomize-helm-plugin-wrapper . | |
| # | |
| # Optional: | |
| # HELM_REAL_BIN=/usr/bin/helm ./kustomize-helm-plugin-wrapper version |
This file contains hidden or 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
| { | |
| "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
| "basics": { | |
| "name": "Zadkiel AHARONIAN", | |
| "label": "Developer | DevOps | SRE", |
This file contains hidden or 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
| { | |
| "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
| "basics": { | |
| "name": "Zadkiel AHARONIAN", | |
| "label": "Developer | DevOps | SRE", |
This file contains hidden or 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
| { | |
| "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
| "basics": { | |
| "name": "Zadkiel AHARONIAN", | |
| "label": "Developer | DevOps | SRE", | |
| "image": "https://drive.google.com/uc?id=1QN0_mf1BKYf7LPShTf-D5hJ_5FmcL4iR&confirm=t", | |
| "email": "hello@zadkiel.fr", | |
| "phone": "+33 6 04 15 27 98", | |
| "url": "https://zadkiel.fr", | |
| "summary": "Full-stack developer and DevOps consultant with expertise in Kubernetes and multi‑cloud architectures. Active open-source contributor in the Cloud Native ecosystem (Kyverno, Argo, Prometheus, Helm), with a track record of delivering secure, scalable, and automated platforms.", |
This file contains hidden or 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
| #!/bin/bash | |
| BASE_URL="https://prod.download.desktop.kiro.dev/releases" | |
| PREFIXES=("20250724" "20250723" "20250722" "20250721" "20250720" "20250719" "20250718") | |
| DISTRO="distro-linux-x64" | |
| MAX_JOBS=10 # Number of parallel jobs | |
| >/tmp/status | |
| # Generate all candidate timestamps |
This file contains hidden or 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: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| name: echo-headers | |
| labels: | |
| app: echo-headers | |
| spec: | |
| replicas: 2 | |
| selector: | |
| matchLabels: |
This file contains hidden or 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 ( | |
| "bytes" | |
| "context" | |
| "encoding/json" | |
| "flag" | |
| "fmt" | |
| "os" | |
| "os/exec" |
This file contains hidden or 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
| sed -Ee 's/^([0-9.]+)$/\1.-1/' | sort -t. -n -k1,1 -k2,2 -k3,3 -k4,4 | rev | cut -d. -f2- | rev |
NewerOlder