User contributions
Jump to navigation
Jump to search
- 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..."
- 16:16, 13 May 2026 diff hist +1,846 N Tesla P40 Created page with " You must reboot after update so in kernel ```bash nvidia-srv/580.126.20, 6.8.0-111-generic, x86_64: installed ``` I would **stay on `580-server`** for the Tesla P40. Do *..." current
- 23:08, 7 May 2026 diff hist +1,623 Codex cli current
- 23:08, 7 May 2026 diff hist +2,035 Codex cli
- 23:07, 7 May 2026 diff hist +936 N Codex cli Created page with "2. Trusted Binaries The risk is considered low because bubblewrap is a small, heavily audited, and "security-first" piece of software. Its entire purpose is to provide isolati..."
- 16:04, 3 May 2026 diff hist +1,087 N Context window Created page with "Mostly, but not exactly. Context window means the model’s total working space for one request/conversation turn: context window = input tokens + output tokens So if a mod..." current
- 16:01, 3 May 2026 diff hist +1,308 Input tokens current
- 16:00, 3 May 2026 diff hist +198 N Input tokens Created page with "your question system/developer instructions chat history included in the context file contents pasted or attached repo/folder code the tool chooses to include error logs termi..."
- 15:52, 24 April 2026 diff hist 0 m Codex Usage notes Busk moved page Usage notes to Codex Usage notes without leaving a redirect current
- 16:58, 23 April 2026 diff hist +5,482 N Codex Usage notes Created page with "Here are compact prompt templates that usually keep Codex usage down while still getting good output. **The pattern that saves the most usage** Give it: 1. one narrow goal,..."
- 02:06, 23 April 2026 diff hist +283 N Codex gemini install cli Created page with "# Debian/Ubuntu ``` sudo apt-get remove -y nodejs npm curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - sudo apt-get install -y nodejs sudo npm install -g np..." current
- 23:42, 17 April 2026 diff hist +207 N Resize lxd Created page with "# 1. Resize via LXD ONLY (don’t touch zfs manually) lxc config device set docker0 root size=300GB # 2. Restart VM (fast + clean) lxc restart docker0 # 3. Inside VM growpar..." current
- 22:45, 17 April 2026 diff hist +460 Dokur windows current
- 22:43, 17 April 2026 diff hist +224 N Dokur windows Created page with "``` lscpu | grep -E "Virtualization|VT-x|AMD-V" sudo apt update sudo apt install qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils cpu-checker kvm-ok sudo usermod..."
- 17:47, 11 April 2026 diff hist +3,622 Frr commercial current
- 17:27, 11 April 2026 diff hist +1,853 N Frr commercial Created page with "SONiC: The King of the Cloud Data Center Originally created by Microsoft to run Azure, SONiC (Software for Open Networking in the Cloud) is the undisputed heavyweight champion..."
- 17:44, 31 March 2026 diff hist +8 Git signing current
- 17:44, 31 March 2026 diff hist +192 N Git signing Created page with "git config --global gpg.program gpg git config --global gpg.format openpgp gpg --list-secret-keys --keyid-format LONG git config --global user.signingkey 708D1D7948FXXXXX expo..."
- 20:16, 28 March 2026 diff hist +3,423 N Zfs vs hardware raid controller Created page with "That’s actually a **very solid default rule**, and it lines up almost perfectly with how ZFS behaves in the real world 👍 Let me sharpen it a bit specifically for ZFS + y..." current
- 19:24, 28 March 2026 diff hist +4,385 N Zfs hdd tuning Created page with "Nice—those **10K SAS Hitachi drives** are actually a really solid fit for ZFS if you tune it right. Let’s dial this in specifically for your setup. --- # 🧱 Your Drive..." current
- 20:15, 26 March 2026 diff hist +28 IDrac current