Tech

Technical notes covering web development, system administration, DevOps, and software tools.

Maturity
Tag

Upgrading Moodle

Last tended: Jun 23, 2026
Seed

Command-line workflow for upgrading Moodle including maintenance mode, git checkout, and database updates.

Drupal .htaccess

Last tended: Jun 18, 2026
Seed

Apache .htaccess configuration snippets for Drupal including HTTPS redirects and canonical domain setup.

Apache process tuning

Last tended: Jun 04, 2026
Sapling

Shell commands to calculate Apache process memory usage and average memory consumption per process.

Local LLM setup

Last tended: Apr 23, 2026
Sapling

Collection of tools and resources for running local LLMs including Ollama, Open WebUI, and development tools.

#ai

Personal AI agent

Last tended: Apr 23, 2026
Seed

Requirements and tech stack for building a self-hosted open source AI agent with research capabilities.

#ai

Generate CSR with alt names

Last tended: Mar 06, 2026
Seed

Using OpenSSL to generate certificate signing requests with subject alternative names for multi-domain certificates.

Bash quick reference

Last tended: Nov 08, 2025
Seed

Compact cheat-sheet for day-to-day Bash scripting including variables, conditionals, loops, and functions.

Server memory usage

Last tended: Nov 05, 2025
Seed

Using ps_mem utility to accurately report core memory usage for programs on Linux servers.

Single source of truth

Last tended: Nov 05, 2025
Seed

Notes on implementing a single source of truth for infrastructure and site information management.

MySQL list tables by size

Last tended: Oct 07, 2025
Seed

SQL query to list MySQL database tables sorted by size including data and index length.