Debian 10 (Buster) Configuration Files

Original, unaltered Debian 10 (Buster) config files from fresh installations

226 Debian 10 (Buster) Configuration Files

Postfix - /etc/postfix/postfix-files

📍 Debian 10 (Buster)

# # Do not edit this file. # # This file controls the postfix-install script for installation of # Postfix programs, co…

224 lines • MD5: 2d106896...

Postfix Debian

Postfix - /etc/postfix/post-install

📍 Debian 10 (Buster)

#!/bin/sh # To view the formatted manual page of this file, type: # POSTFIXSOURCE/mantools/srctoman - post-install | n…

926 lines • MD5: 64594bce...

Postfix Debian

Redis - /etc/logrotate.d/redis-server

📍 Debian 10 (Buster)

/var/log/redis/redis-server*.log { weekly missingok rotate 12 compress notifemp…

8 lines • MD5: f4b38d0b...

Redis Debian

Redis - /etc/systemd/redis-server@.service

📍 Debian 10 (Buster)

# Templated service file for redis-server(1) # # Each instance of redis-server requires its own configuration file: # #…

74 lines • MD5: 1b0b4368...

Redis Debian

Redis - /etc/systemd/redis-server.service

📍 Debian 10 (Buster)

[Unit] Description=Advanced key-value store After=network.target Documentation=http://redis.io/documentation, man:redis…

47 lines • MD5: 43668088...

Redis Debian

APT - /etc/logrotate.d/apt

📍 Debian 10 (Buster)

/var/log/apt/term.log { rotate 12 monthly compress missingok notifempty } /var/log/apt/history.log { rotat…

17 lines • MD5: 179f2ed4...

APT Debian

APT - /etc/systemd/apt-daily.timer

📍 Debian 10 (Buster)

[Unit] Description=Daily apt download activities [Timer] OnCalendar=*-*-* 6,18:00 RandomizedDelaySec=12h Persistent=tr…

11 lines • MD5: 57b964b4...

APT Debian

APT - /etc/systemd/apt-daily.service

📍 Debian 10 (Buster)

[Unit] Description=Daily apt download activities Documentation=man:apt(8) ConditionACPower=true After=network.target ne…

12 lines • MD5: 2e25f0c0...

APT Debian

APT - /etc/systemd/apt-daily-upgrade.timer

📍 Debian 10 (Buster)

[Unit] Description=Daily apt upgrade and clean activities After=apt-daily.timer [Timer] OnCalendar=*-*-* 6:00 Randomiz…

12 lines • MD5: 6f1973de...

APT Debian

APT - /etc/systemd/apt-daily-upgrade.service

📍 Debian 10 (Buster)

[Unit] Description=Daily apt upgrade and clean activities Documentation=man:apt(8) ConditionACPower=true After=apt-dail…

13 lines • MD5: a05db20a...

APT Debian

APT - /etc/apt/sources.list

📍 Debian 10 (Buster)

deb http://archive.debian.org/debian buster main deb http://archive.debian.org/debian-security buster/updates main deb …

8 lines • MD5: 88d0265d...

APT Debian

APT - /etc/apt/apt.conf.d/docker-no-languages

📍 Debian 10 (Buster)

# In Docker, we don't often need the "Translations" files, so we're just wasting # time and space by downloading them, …

6 lines • MD5: b0b953c7...

APT Debian

APT - /etc/apt/apt.conf.d/docker-gzip-indexes

📍 Debian 10 (Buster)

# Since Docker users using "RUN apt-get update && apt-get install -y ..." in # their Dockerfiles don't go delete the li…

11 lines • MD5: 2b32d08b...

APT Debian

APT - /etc/apt/apt.conf.d/docker-clean

📍 Debian 10 (Buster)

# Since for most Docker users, package installs happen in "docker build" steps, # they essentially become individual la…

20 lines • MD5: aafe213f...

APT Debian

APT - /etc/apt/apt.conf.d/docker-autoremove-suggests

📍 Debian 10 (Buster)

# Since Docker users are looking for the smallest possible final images, the # following emerges as a very common patte…

17 lines • MD5: e99ea2a4...

APT Debian

APT - /etc/apt/apt.conf.d/70debconf

📍 Debian 10 (Buster)

// Pre-configure all packages with debconf before they are installed. // If you don't like it, comment it out. DPkg::Pr…

4 lines • MD5: 7e9d09d5...

APT Debian

APT - /etc/apt/apt.conf.d/01autoremove

📍 Debian 10 (Buster)

APT { NeverAutoRemove { "^firmware-linux.*"; "^linux-firmware$"; "^linux-image-[a-z0-9]*$"; "^linux-image-[a-z0…

60 lines • MD5: 76120d35...

APT Debian

PostgreSQL - /etc/logrotate.d/postgresql-common

📍 Debian 10 (Buster)

/var/log/postgresql/*.log { weekly rotate 10 copytruncate delaycompress compress …

11 lines • MD5: 101326ef...

PostgreSQL Debian

PostgreSQL - /etc/systemd/postgresql@.service

📍 Debian 10 (Buster)

# systemd service template for PostgreSQL clusters. The actual instances will # be called "postgresql@version-cluster",…

41 lines • MD5: 5b25f284...

PostgreSQL Debian

PostgreSQL - /etc/systemd/postgresql.service

📍 Debian 10 (Buster)

# systemd service for managing all PostgreSQL clusters on the system. This # service is actually a systemd target, but …

16 lines • MD5: a2c1c784...

PostgreSQL Debian