New pages
Jump to navigation
Jump to search
- 17:32, 13 May 2026 Llama optimization (hist | edit) [6,523 bytes ] Busk (talk | contribs) (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 \ --...")
- 16:32, 13 May 2026 Llama 1 (hist | edit) [2,574 bytes ] Busk (talk | contribs) (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: ```...")
- 16:19, 13 May 2026 Tesla P40 llama.cpp (hist | edit) [8,139 bytes ] Busk (talk | contribs) (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 Tesla P40 (hist | edit) [1,846 bytes ] Busk (talk | contribs) (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 *...")
- 23:07, 7 May 2026 Codex cli (hist | edit) [4,594 bytes ] Busk (talk | contribs) (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 Context window (hist | edit) [1,087 bytes ] Busk (talk | contribs) (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...")
- 16:00, 3 May 2026 Input tokens (hist | edit) [1,506 bytes ] Busk (talk | contribs) (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...")
- 16:58, 23 April 2026 Codex Usage notes (hist | edit) [5,482 bytes ] Busk (talk | contribs) (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,...") originally created as "Usage notes"
- 02:06, 23 April 2026 Codex gemini install cli (hist | edit) [283 bytes ] Busk (talk | contribs) (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...")
- 23:42, 17 April 2026 Resize lxd (hist | edit) [207 bytes ] Busk (talk | contribs) (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...")
- 22:43, 17 April 2026 Dokur windows (hist | edit) [684 bytes ] Busk (talk | contribs) (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:27, 11 April 2026 Frr commercial (hist | edit) [5,475 bytes ] Busk (talk | contribs) (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 Git signing (hist | edit) [200 bytes ] Busk (talk | contribs) (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 Zfs vs hardware raid controller (hist | edit) [3,423 bytes ] Busk (talk | contribs) (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...")
- 19:24, 28 March 2026 Zfs hdd tuning (hist | edit) [4,385 bytes ] Busk (talk | contribs) (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...")
- 03:26, 20 March 2026 LXD security luks ssh sync (hist | edit) [2,889 bytes ] Busk (talk | contribs) (Created page with "To sync your SSH configuration and keys across your LXD cluster (the Ubuntu 24.04 node and your older 22.04 nodes), you can use a combination of **LXD's built-in file push** a...")
- 03:25, 20 March 2026 LXD security luks dropbear (hist | edit) [2,846 bytes ] Busk (talk | contribs) (Created page with "Setting up **Dropbear** for **Initramfs** is the gold standard for "headless" secure servers. It allows you to SSH into your server *before* the main operating system even sta...")
- 03:23, 20 March 2026 LXD security luks (hist | edit) [5,774 bytes ] Busk (talk | contribs) (Created page with "Setting up an encrypted storage pool for LXD is the closest you can get to the "AWS EBS Encryption" model on your own hardware. By using **LUKS** (Linux Unified Key Setup) und...")
- 03:19, 20 March 2026 LXD security (hist | edit) [3,325 bytes ] Busk (talk | contribs) (Created page with "To recreate a "Cloud-Style" secure environment using **LXD** on-premise, you have to move away from the idea of being a "System Admin" and start acting like a "Service Provide...")