New pages
Jump to navigation
Jump to search
- 15:14, 15 September 2026 2fa ssh (hist | edit) [1,158 bytes ] Busk (talk | contribs) (Created page with "# Using 2FA Require OTP via Google Authenticator App publickey,keyboard-interactive (and - requires both) publickey keyboard-interactive (or - requires one or the other) #...")
- 10:05, 15 September 2026 CKS exam prep (hist | edit) [154 bytes ] Busk (talk | contribs) (Created page with "https://tech-insider.org/kubernetes-security-hardening-2026/ https://github.com/mikonoid/CKS-exam-cheat-sheets/blob/main/system_hardering/os_footprint.md")
- 18:58, 14 September 2026 Windows 11 prep (hist | edit) [1,251 bytes ] Busk (talk | contribs) (Created page with "## Windows 11 Prep ## Common Basic Apps ``` winget install -e --id Google.GoogleDrive winget install SlackTechnologies.Slack --source winget winget install -e --id Zoom.Zoom...")
- 17:26, 14 September 2026 Ai cli install (hist | edit) [447 bytes ] Busk (talk | contribs) (Created page with "``` curl -fsSL https://antigravity.google/cli/install.sh | bash curl -fsSL https://gh.io/copilot-install | bash curl -fsSL https://claude.ai/install.sh | bash curl -fsSL https...")
- 19:18, 5 September 2026 Linux Windows USB Drive format (hist | edit) [745 bytes ] Busk (talk | contribs) (Created page with "``` sudo parted /dev/sda --script mklabel gpt sudo parted /dev/sda --script mkpart primary 1MiB 100% sudo parted /dev/sda --script set 1 msftdata on sudo partprobe /dev/sda ```")
- 16:25, 17 August 2026 Kong volcano sdk (hist | edit) [3,986 bytes ] Busk (talk | contribs) (Created page with "What Kong AI Gateway Does AutomaticallySemantic Caching: If a user asks the exact same question tomorrow, Kong serves the cached response instantly without incurring costs or...")
- 01:05, 11 August 2026 Python on windows (hist | edit) [96 bytes ] Busk (talk | contribs) (Created page with "``` winget install Python.Python.3.14 pip install pipx pipx ensurepath pipx install ipython ```")
- 15:11, 2 August 2026 Kube-virt - k8s in k8s (hist | edit) [4,677 bytes ] Busk (talk | contribs) (Created page with "One of the most popular and powerful use cases for KubeVirt, often referred to as **Kubernetes-in-Kubernetes** or **Tenant Clusters**. In this architecture, your underlying b...")
- 20:10, 1 August 2026 Gitlab runner LXD (hist | edit) [2,258 bytes ] Busk (talk | contribs) (Created page with "https://docs.gitlab.com/runner/executors/custom_examples/lxd/ You need to **install the `gitlab-runner` apt package first**. Installing the package creates the `gitlab-runne...")
- 19:26, 1 August 2026 Kubernetes Bare Metal (hist | edit) [2,944 bytes ] Busk (talk | contribs) (Created page with "https://www.digitalocean.com/community/tutorials/bare-metal-kubernetes You probably want to use cloud-init like this Ubuntu 24.04 `cloud-init` configuration for provisioning...")
- 15:46, 1 August 2026 AWS vs Azure (hist | edit) [6,020 bytes ] Busk (talk | contribs) (Created page with "**for most greenfield projects, standard microservices, and general container workloads, Fargate is the default best choice.** The reduced configuration, lack of node managem...")
- 07:14, 31 July 2026 Saltstack docker (hist | edit) [3,122 bytes ] Busk (talk | contribs) (Created page with "``` #!/bin/bash set -e # ========================================== # CONFIGURATION # ========================================== # Replace with your Dockerized Salt Master's...")
- 02:00, 31 July 2026 Rootless docker (hist | edit) [3,637 bytes ] Busk (talk | contribs) (Created page with "Works on Ubuntu 24.04 install-rootless-docker-on-ubuntu.sh ``` #!/bin/bash set -e SERVICE_USER="dockeruser" # 1. Ensure script is run with sudo/root privileges if $EUID...")
- 22:22, 30 July 2026 Tpm2 (hist | edit) [471 bytes ] Busk (talk | contribs) (Created page with "Ubuntu 24.04 ls -l /dev/tpm* sudo apt install libtss2-rc0t64 libtss2-esys-3.0.2-0t64 tpm2-tools systemd-cryptenroll --tpm2-device=list lsblk -f | grep -i luk sudo systemd-cryp...")
- 21:16, 25 July 2026 Kubectl sniff (hist | edit) [210 bytes ] Busk (talk | contribs) (Created page with "kubectl debug -i my-container-77c5f975d8-mt7mm -n my-ns --image=nicolaka/netshoot --target=my-container --profile=netadmin -- tcpdump -i any -nn -A -s 0 'tcp port 8080'...")
- 17:05, 15 July 2026 Docker install ubuntu (hist | edit) [665 bytes ] Busk (talk | contribs) (Created page with "``` sudo apt update sudo apt install -y ca-certificates curl gnupg sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /...")
- 02:18, 22 June 2026 Envoy from nginx for ingress (hist | edit) [13,699 bytes ] Busk (talk | contribs) (Created page with "go install github.com/kubernetes-sigs/ingress2gateway@latest # Translate an existing NGINX ingress into Gateway API manifests ingress2gateway print --providers ingress-nginx...")
- 10:24, 20 June 2026 AI notes (hist | edit) [48 bytes ] Busk (talk | contribs) (Created page with "https://youtu.be/sOPDGQjFcuM?is=pGCLuNECaFYHC2xa")