Skip to content

Instantly share code, notes, and snippets.

View Archisman-Mridha's full-sized avatar
🏠
Working from home

Archisman Mridha Archisman-Mridha

🏠
Working from home
View GitHub Profile
package main
import (
"errors"
"log/slog"
"slices"
)
const (
DiskTypeHDD = "hdd"
FROM ghcr.io/cloudnative-pg/postgresql:17.6-system-bookworm AS packager
USER root
RUN apt-get -y update
RUN apt-get install -y \
git make gcc postgresql-server-dev-17
RUN apt-get -y install \

Notes from Random meetings :

  • How to deal with HTTPS traffic in eBPF.

  • DNS policy : cluster first.

  • Kubekey.

  • Automatic certificate rotation for ETCD.

netstat -anop | grep 9081
ps aux
telnet
crictl ps
crictl inspect
  • List all the network interfaces in my device :