User contributions
Jump to navigation
Jump to search
- 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
- 03:26, 20 March 2026 diff hist +2,889 N LXD security luks ssh sync 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..." current
- 03:25, 20 March 2026 diff hist +2,846 N LXD security luks dropbear 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..." current
- 03:23, 20 March 2026 diff hist +5,774 N LXD security luks 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..." current
- 03:19, 20 March 2026 diff hist +3,325 N LXD security 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..." current
- 15:49, 27 February 2026 diff hist 0 Go install current
- 07:25, 11 December 2025 diff hist +522 Winrm python current
- 20:46, 10 December 2025 diff hist +668 Winrm python
- 20:44, 10 December 2025 diff hist +867 N Winrm python Created page with "# Allow Python winrm ## Steps ### Create user ``` # Create the password object $Password = ConvertTo-SecureString "myPassword" -AsPlainText -Force # Create the user accoun..."
- 20:02, 11 November 2025 diff hist +2,319 N Kaizen principal Created page with "Kaizen is a Japanese philosophy of continuous improvement that involves employees at all levels making small, incremental changes to processes and systems to enhance efficienc..." current
- 02:52, 6 November 2025 diff hist +10 Coredns postgres current
- 02:51, 6 November 2025 diff hist -10 Coredns postgres
- 02:51, 6 November 2025 diff hist +3,157 N Coredns postgres Created page with "``` CoreDNS can be configured to use a PostgreSQL database as a backend for DNS records through the pdsql plugin. This plugin leverages PowerDNS's generic SQL backend capabili..."
- 17:46, 25 October 2025 diff hist +46 N Refine postgrest Created page with "https://github.com/ffimnsr/refine-postgrest-ts" current
- 18:26, 17 October 2025 diff hist +3,342 N Ssh audit bashrc Created page with "Yes, you absolutely can log all commands for a specific user inside an LXD container without giving it privileged access. The best way to do this is by modifying the user's s..." current
- 19:38, 19 September 2025 diff hist +22,454 N Iam postgres Created page with "``` Two options I have a postgresql application that uses postgrest for http api and keycloak to issue JWTs for access on the http api. Please create an easy to manage ge..." current
- 15:35, 18 September 2025 diff hist +21,682 N RLS example 4 Created page with "**Go-Migrate SQL files** (from scratch) and a **Python test script** that logs into Keycloak, grabs JWTs, and exercises CRUD + RLS paths to prove the policy works. --- # mig..." current
- 15:20, 18 September 2025 diff hist +13,057 N RLS example 3 Created page with "RLS pattern for PostgreSQL that uses the JWT `sub` as the external identity, maps it to an internal UUID `user_id`, and supports per-group CRUD permissions on `todos`. It’s..." current