User contributions
Jump to navigation
Jump to search
- 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..."
- 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,..."