New pages
Jump to navigation
Jump to search
- 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...")