User contributions
Jump to navigation
Jump to search
- 15:11, 2 August 2026 diff hist +4,677 N Kube-virt - k8s in k8s 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..." current
- 22:06, 1 August 2026 diff hist +113 Openssl current
- 21:03, 1 August 2026 diff hist +186 Swap space current
- 20:10, 1 August 2026 diff hist +2,258 N Gitlab runner LXD 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..." current
- 19:26, 1 August 2026 diff hist +2,944 N Kubernetes Bare Metal 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..." current
- 15:46, 1 August 2026 diff hist +2,932 AWS vs Azure current
- 15:46, 1 August 2026 diff hist +3,088 N AWS vs Azure 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:15, 31 July 2026 diff hist +1,199 Saltstack docker current
- 07:14, 31 July 2026 diff hist +1,923 N Saltstack docker Created page with "``` #!/bin/bash set -e # ========================================== # CONFIGURATION # ========================================== # Replace with your Dockerized Salt Master's..."
- 02:30, 31 July 2026 diff hist +1,271 Rootless docker current
- 02:01, 31 July 2026 diff hist +51 Rootless docker
- 02:00, 31 July 2026 diff hist +2,315 N Rootless docker 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..."
- 01:03, 31 July 2026 diff hist +193 Tpm2 current
- 22:22, 30 July 2026 diff hist +278 N Tpm2 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..."
- 02:01, 26 July 2026 diff hist +175 Codex gemini install cli current
- 01:57, 26 July 2026 diff hist +1 Codex gemini install cli
- 21:16, 25 July 2026 diff hist +210 N Kubectl sniff 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'..." current
- 17:30, 24 July 2026 diff hist +129 Cka kubeadm init upgrade current
- 17:05, 15 July 2026 diff hist +665 N Docker install ubuntu 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 /..." current
- 17:00, 15 July 2026 diff hist +18 Lxc launch current
- 05:29, 22 June 2026 diff hist +13,501 Envoy from nginx for ingress current
- 02:18, 22 June 2026 diff hist +198 N Envoy from nginx for ingress 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 diff hist +48 N AI notes Created page with "https://youtu.be/sOPDGQjFcuM?is=pGCLuNECaFYHC2xa" current
- 23:10, 19 June 2026 diff hist +16 Docker install current
- 23:08, 19 June 2026 diff hist +52 Docker install
- 23:07, 19 June 2026 diff hist -8 Docker install
- 21:46, 15 June 2026 diff hist +95 Zfs pool current
- 20:56, 15 June 2026 diff hist +127 Zfs pool
- 20:52, 15 June 2026 diff hist +2,379 Zfs pool
- 20:47, 15 June 2026 diff hist +6 Zfs pool
- 20:47, 15 June 2026 diff hist +788 N Zfs pool Created page with " ``` sudo zpool create -o ashift=12 tank1 mirror /dev/disk/by-id/nvme-eui.0025385281b1b872 /dev/disk/by-id/nvme-eui.0025385281b1b878 sudo wipefs -a /dev/disk/by-id/nvme-Samsu..."
- 00:35, 7 June 2026 diff hist +3,429 N Sandbox3 Created page with "``` #!/bin/bash export REPO="your-owner/your-repo" export BRANCH="main" export RULESET_NAME="Migrated Protection - $BRANCH" # 1. Fetch Classic Branch Protection Rules echo "F..." current
- 20:07, 3 June 2026 diff hist +206 Sed current
- 20:05, 3 June 2026 diff hist +228 Sed
- 15:07, 1 June 2026 diff hist +92 N Hugo Created page with "``` nohup hugo server --source website_hugo --disableFastRender > hugo-server.log 2>&1 & ```" current
- 22:35, 31 May 2026 diff hist +20 Rsync current
- 22:33, 31 May 2026 diff hist +78 Rsync
- 02:27, 26 May 2026 diff hist +125 Amdgpu rocm current
- 02:23, 26 May 2026 diff hist +812 N Amdgpu rocm Created page with "# Make sure keyring dir exists sudo mkdir --parents --mode=0755 /etc/apt/keyrings # Refresh AMD key, same as you already did wget https://repo.radeon.com/rocm/rocm.gpg.key -O..."
- 02:04, 26 May 2026 diff hist +129 N Rocm Created page with "https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/install-methods/package-manager/package-manager-ubuntu.html" current
- 15:56, 25 May 2026 diff hist +889 N Zfs optimization Created page with "# ZFS Optimization Get & Set ## Get current settings for pool ``` #!/bin/bash if [ -z "$1" ]; then echo "Usage: $0 <pool_name>" exit 1 fi POOL="$1" if ! zpool list..." current
- 15:57, 22 May 2026 diff hist +2,614 N Codex use local openai api Created page with "To point the **Codex CLI** to your local `llama-server`, you primarily need to override the environment variables that the tool uses to locate the OpenAI API. Since the Codex..." current
- 15:42, 22 May 2026 diff hist -124 Zfs nvme log and cache current
- 15:42, 22 May 2026 diff hist +2,042 Zfs nvme log and cache
- 15:36, 22 May 2026 diff hist +969 N Zfs nvme log and cache Created page with "``` sudo nvme list Node Generic SN Model Namespace Usage Format..."
- 17:32, 13 May 2026 diff hist +6,523 N Llama optimization Created page with "Yes, that is a good **stable baseline**: ```bash ./build/bin/llama-server \ -hf ggml-org/gpt-oss-20b-GGUF \ -ngl 999 \ -c 2048 \ -np 1 \ -t 8 \ --no-warmup \ --..." current
- 16:32, 13 May 2026 diff hist +2,574 N Llama 1 Created page with "`model.gguf` was just a placeholder. You need to download an actual `.gguf` file, such as: ```text gpt-oss-20b-mxfp4.gguf ``` For GPT-OSS 20B, the Hugging Face repo is: ```..." current
- 16:25, 13 May 2026 diff hist +2,586 Tesla P40 llama.cpp current
- 16:21, 13 May 2026 diff hist +40 Tesla P40 llama.cpp
- 16:19, 13 May 2026 diff hist +5,513 N Tesla P40 llama.cpp Created page with "``` sudo apt update sudo apt install -y git cmake build-essential curl libcurl4-openssl-dev git clone https://github.com/ggml-org/llama.cpp cd llama.cpp cmake -B build -DGGM..."