K#
Index#
Kakoune is a modal terminal editor that inverted Vim’s grammar; selections come before actions. Helix later picked up the same model. Designed by Maxime Coste in 2010 with “vi-like but…
Kali is a Debian derivative for offensive security work. This page catalogs the filesystem additions that distinguish a Kali install from a base Debian install: the distribution-specific files (APT repo, kali-*…
Context and Configuration
Auditing tools, secret-extraction tradecraft, and post-exploitation recipes for Kubernetes clusters. The operator points kubeaudit and kube-bench at the cluster, then walks RBAC, service account tokens, and exposed…
Kubernetes is the container-orchestration system the operator finds running most modern workloads. It schedules containers onto nodes, exposes them via the API server, and stores cluster state in etcd. Originally…