Original, unaltered Debian 12 (Bookworm) config files from fresh installations
Original, unaltered configurations from fresh installations
📍 Debian 12 (Bookworm)
-----BEGIN PGP PUBLIC KEY BLOCK----- mDMEZ+Gq1RYJKwYBBAHaRw8BAQdARlh1OX84KPJRedAP/M7WxPFEthWypAp8nved FhqaX0q0R0RlYmlhbiBTdGFibGUgUmVsZWFzZSBLZXkgKDEzL3RyaXhpZSkgPGRl Ymlhbi1yZWxlYXNlQGxpc3RzLmRlYml…
📍 Debian 12 (Bookworm)
-----BEGIN PGP PUBLIC KEY BLOCK----- mQINBGfpPl0BEACyof6b+LAkxSHiTZc0RAjilNtshxhqOSr5hrApjAdyLDnUWMf4 mp/UytFKHCbzU9H9QkYXLyr2mCltknX5+A28iYHZzS0eX5XMAmaWdqvd4IkAb/Sw 5k3hFSyFTf0DUW1G8O2AwTwtsC0sX+j…
📍 Debian 12 (Bookworm)
-----BEGIN PGP PUBLIC KEY BLOCK----- mQINBGfpPhUBEACnIlNQO4hEcoTe6/fkasYBgsIYoZvKfOemGKVAO+v+wQJ8X8DM 4ffT3QrmO291LPwsmR+sGfMStf9Zbuv/reWsY8NCOTDt98RFQWG5OZw0g1TOdheM nO43wfTJQNUyOAqKVArXrjvPKb472KE…
📍 Debian 12 (Bookworm)
-----BEGIN PGP PUBLIC KEY BLOCK----- mQINBGAoEk4BEADG6NQ0Ex5gy0OlnGlFZsTpiZV2LiUhACFj6ZHVEYQQNWgEgRnZ uZeAXbTnFywzrJUYhx51pNjxfoViN/4Jyn2oMrmaBEuDxEwhVZDsMTzb9dx0MNnm jMr45z/4EGjln07tFzes+J+0eVizJOW…
📍 Debian 12 (Bookworm)
-----BEGIN PGP PUBLIC KEY BLOCK----- mQINBGAEHLABEACob9fgQVEt9lqNWKPyzMdenmg+sIE+1ZXwUn6QzJhGedE42FY6 ov6NAzYh08DOPYZsxpU7C5vX9nuM2Fp1tKgGXIfQZmc6EpLsYmPsKpAFOHfKs1SL bcwgc9pgLvJ6ZvUS/c2T2SHxMStHyFl…
📍 Debian 12 (Bookworm)
-----BEGIN PGP PUBLIC KEY BLOCK----- mQINBGAEHQwBEAC7MhpIQlLicwR8tmMH0yFkMIsqIbfudnBCuV043sSSSdUT/XjA XKdsdOCpfb6Tfiau1uY9Yb8gWLM8JxmSuaIa1jKlYiRZ5G79D7NOVIcqBrqp3lzV HShLEXs4421f0Y4bSMuDcY/cdmRt+S+…
📍 Debian 12 (Bookworm)
-----BEGIN PGP PUBLIC KEY BLOCK----- mDMEY865UxYJKwYBBAHaRw8BAQdAd7Z0srwuhlB6JKFkcf4HU4SSS/xcRfwEQWzr crf6AEq0SURlYmlhbiBTdGFibGUgUmVsZWFzZSBLZXkgKDEyL2Jvb2t3b3JtKSA8 ZGViaWFuLXJlbGVhc2VAbGlzdHMuZGV…
📍 Debian 12 (Bookworm)
-----BEGIN PGP PUBLIC KEY BLOCK----- mQINBGPL0F0BEAC8s6aFGXEkW0xvN5FSZKaM+rp9FX4EhWNfkKi7PaHEpZcjzC6J gIwSwJP7o9L/LLtLYr68Df9sv+AktdzhY50T4zBQouEl6ps/ZaaiVoTsH8wLOp7g /qDFJ8kH7quUU9Qh6AmirwmEddKmEZT…
📍 Debian 12 (Bookworm)
-----BEGIN PGP PUBLIC KEY BLOCK----- mQINBGPL0BUBEADmW5NdOOHwPIJlgPu6JDcKw/NZJPR8lsD3K87ZM18gzyQZJD+w ns6TSXOsx+BmpouHZgvh3FQADj/hhLjpNSqH5IH0xY7nic9BuSeyKx2WvfG62yxw XcFkwTxoWpF3tg0cv+kT4VA3MfVj5Ge…
📍 Debian 12 (Bookworm)
# In Docker, we don't often need the "Translations" files, so we're just wasting # time and space by downloading them, and this inhibits that. For users that do # need them, it's a simple matter to …
📍 Debian 12 (Bookworm)
# Since Docker users using "RUN apt-get update && apt-get install -y ..." in # their Dockerfiles don't go delete the lists files afterwards, we want them to # be as small as possible on-disk, so we e…
📍 Debian 12 (Bookworm)
# Since for most Docker users, package installs happen in "docker build" steps, # they essentially become individual layers due to the way Docker handles # layering, especially using CoW filesystems.…
📍 Debian 12 (Bookworm)
# Since Docker users are looking for the smallest possible final images, the # following emerges as a very common pattern: # RUN apt-get update \ # && apt-get install -y <packages> \ # …
📍 Debian 12 (Bookworm)
// Pre-configure all packages with debconf before they are installed. // If you don't like it, comment it out. DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt || true";};
📍 Debian 12 (Bookworm)
APT { NeverAutoRemove { "^firmware-linux.*"; "^linux-firmware$"; "^linux-image-[a-z0-9]*$"; "^linux-image-[a-z0-9]*-[a-z0-9]*$"; }; VersionedKernelPackages { # kernels "linux-.*"; "…
📍 Debian 12 (Bookworm)
/var/log/postgresql/*.log { weekly rotate 10 copytruncate delaycompress compress notifempty missingok su root root }
📍 Debian 12 (Bookworm)
# systemd service template for PostgreSQL clusters. The actual instances will # be called "postgresql@version-cluster", e.g. "postgresql@9.3-main". The # variable %i expands to "version-cluster", %I …
📍 Debian 12 (Bookworm)
# postgresql.service is the meta unit for managing all PostgreSQL clusters on # the system at once. Conceptually, this unit is more like a systemd target, # but we are using a service since targets c…
📍 Debian 12 (Bookworm)
# ----------------------------- # PostgreSQL configuration file # ----------------------------- # # This file consists of lines of the form: # # name = value # # (The "=" is optional.) Whitespace …
📍 Debian 12 (Bookworm)
# environment variables for postgres processes # This file has the same syntax as postgresql.conf: # VARIABLE = simple_value # VARIABLE2 = 'any value!' # I. e. you need to enclose any value which d…
Explore configs by application or operating system