Skip to content

Instantly share code, notes, and snippets.

View petre-c's full-sized avatar

Petre petre-c

View GitHub Profile
@PyroGenesis
PyroGenesis / windows-dark-mode.md
Last active March 22, 2025 13:19
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