Skip to content

Instantly share code, notes, and snippets.

@PyroGenesis
PyroGenesis / windows-dark-mode.md
Last active July 20, 2026 07:29
Enable Windows Dark Mode via registry (no activation needed)
@michaljemala
michaljemala / pgpool.yaml
Created August 14, 2020 13:47
Postgres cluster with streaming replication and pgpool
version: '3.8'
services:
pgmaster:
image: bitnami/postgresql:latest
ports:
- 5432
volumes:
- pgmaster_data:/bitnami/postgresql