/ snippets
Snippets
A practical notebook for commands, configurations, patterns, and the context that makes them useful.
9 snippets
Docker cleanup without surprises
Inspect disk usage first, then remove only the Docker resources you actually intend to discard.
Cloudflare Worker Load Balancer with Health Checks (For Free)
A free, practical load balancer using Cloudflare Workers + Cloudflare Tunnel, with periodic health checks and automatic failover.
mistral agents in openwebui (pipe via api)
a detailed snippet to import a pipe (function) into openwebui and use a mistral agent via the api.
VSCode Configuration Files
Complete VSCode/VSCodium configuration with extensions list and settings backup for easy migration between installations.
Discord Bot with Ollama & SQLite
A complete, async Discord bot that integrates with a local Ollama instance and tracks user history in SQLite.
mkcd: Make Directory and Enter It
A simple Bash function to create a directory and switch into it in a single command.
Set Linux CPU Governor to Schedutil
A quick guide to setting the Linux CPU governor to "schedutil" for a balance of performance and power efficiency, including persistence across reboots.
Remove Duplicates from Bitwarden Export
Python script to clean up duplicate entries from Bitwarden CSV exports
Remove Duplicates from Array
Different methods to remove duplicate values from arrays in JavaScript