-
Name Service Switch (NSS) : we can use the internet on an airplane, using this.
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 ( | |
| "errors" | |
| "log/slog" | |
| "slices" | |
| ) | |
| const ( | |
| DiskTypeHDD = "hdd" |
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
| 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.
-
Automatic certificate rotation for ETCD.
netstat -anop | grep 9081
ps aux
telnet
crictl ps
crictl inspect- List all the network interfaces in my device :
- Ethereum whitepaper and yellowpaper
- Ethereum roadmap
- Zero Knowledge book by RareSkills
- RISCZero's Notion database on Zero Knowledge Proofs
- devp2p - spec for Ethereum's p2p networking protocol
- Ethereum docs
- What is account nonce?
- History of Ethereum forks
- How to issue wildcard certificates with CertManager and use them for Ingresses managed by Traefik
- What is SSH-Snake and how to detect it using Falco
- What is Kubernetes cordon
- How to capture network packets at pod level using KSniff
- Isovalent Labs
- SPIFFE and SPIRE explained by
Uber Engineering Blog - Anchors, Aliases and Extension Fields in Docker-compose
- Understanding DNS resolution on Linux and Kubernetes
NewerOlder