2025-11-10
Encryption using SSH Keys with age in Linux - Ittavern.com
ittavern.com/encryption-using-ssh-keys-with-age-in-linuxEncryption using SSH Keys with age in Linux
2025-09-13
Isolating CPU cores for Virtual Machines :: NaniBot
nanibot.net/posts/isolcpus2025-08-01
adr
docs.wantedly.dev/fields/dev-process/adr2025-07-06
OpenTelemetry Resource Attributes: Best Practices for Kubernetes Ā· Dash0
www.dash0.com/guides/opentelemetry-kubernetes-attributes-best-practicesThe evolution of incident response at Podia | Jamieās blog
jamie.ideasasylum.com/2024/11/02/the-evolution-of-incident-response-at-podiafluxcd: Validate flux-system Root Kustomization
sven.stormbind.net/blog/posts/fluxcd_validate_flux-system_ks2025-06-03
Istio Distributed Tracing w/ OpenTelemetry
www.anyflow.net/sw-engineer/istio-opentelemetry-tracingGrafana Loki: Production Setup & Upgrade Guide | by Sai Kiran Pikili | May, 2025 | Medium
saikiranpikili.medium.com/grafana-loki-production-setup-upgrade-guide-15b4f33ce222#bypass2024-12-08
The Biggest Shell Programs in the World Ā· oils-for-unix/oils Wiki Ā· GitHub
github.com/oils-for-unix/oils/wiki/The-Biggest-Shell-Programs-in-the-World2024-09-28
ArgoCD Finalizer Shield: Protecting Your Production Clusters from Unintended Deletion | by Tal Yitzhak | FAUNāāāDeveloper Community š¾
faun.pub/argocd-finalizer-shield-protecting-your-clusters-from-unintended-deletion-c7929a82d9832024-08-23
Best way to count documents in MongoDB | by Nirjal Paudel | Medium
medium.com/@nirjalpaudel54312/best-way-to-count-documents-in-mongodb-b0c7e78612862024-04-14
Running a Raspberry Pi with a read-only root filesystem
www.dzombak.com/blog/2024/03/Running-a-Raspberry-Pi-with-a-read-only-root-filesystem.htmlread only mode rpi
2024-02-10
Hiring Challenge: Smallest golang Websocket Client
dyte.io/blog/hiring-challenge-smallest-golang-websocket-client2023-08-12
An NGINX and DNS based outage | Andy Dote
andydote.co.uk/2022/04/23/nginx-dnsI recently encountered a behaviour in Nginx that I didnāt expect and caused a production outage in the process. While I would love to blame DNS for this, as itās usually the cause of most network-related issues, in this case, the fault lies with Nginx.
2023-08-06
Run GitHub Actions on Your Local Machine! š š» - DEV Community
dev.to/ken_mwaura1/run-github-actions-on-your-local-machine-bdmact
What Is First Principles Thinking? 3 Popular Approaches and How to Apply Them
www.readynorth.com/blog/what-is-first-principles-thinking2023-08-05
The System Resiliency Pyramid
www.codereliant.io/the-system-resiliency-pyramidAdditional:
2023-07-25
github action cheatsheet and structure image^
miro.medium.com/v2/resize:fit:1364/1*8mUtip6z_oydfLi4P86KUw.png2023-07-17
Preventing Pipewire from being SIGKILLed
lantian.pub/en/article/random-notes/pipewire-sigkill-fix.lantianI frequently encounter the situation that the Pipewire audio server is suddenly stopped:
The problem usually appears when I connect/disconnect my laptop from the power adapter. My computer usually lags for a short time while switching between performance profiles.
systemctl --user status pipewire.service only shows that the Pipewire process was terminated by a SIGKILL signal, without any other useful log information.
Neither coredumpctl nor dmesg shows the existence of a core dump event.