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
{ | |
"$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": "[email protected]", | |
"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 |
This convenient bookmarklet automatically adjusts an SVG file loaded directly in the browser to be centered in a square viewBox, adds a configurable margin around the content, and initiates a quick download of the modified SVG.
- Open a standalone SVG file directly in your browser.
- Click the bookmarklet.
- When prompted, enter your desired margin in pixels.
- The modified SVG will be downloaded automatically, named after your original file.
NewerOlder