Debian 13 (Trixie) 默认配置
未改动,随时复制。
APT - /etc/apt/trusted.gpg.d/debian-archive-bullseye-security-automatic.asc
📍 Debian 13 (Trixie)
-----BEGIN PGP PUBLIC KEY BLOCK----- mQINBGAEHLABEACob9fgQVEt9lqNWKPyzMdenmg+sIE+1ZXwUn6QzJhGedE42FY6 ov6NAzYh08DOPYZsxpU7C5vX9nuM2Fp1tKgGXIfQZmc6EpLsYmPsKpAFOHfKs1SL bcwgc9pgLvJ6ZvUS/c2T2SHxMStHyFl…
APT - /etc/apt/trusted.gpg.d/debian-archive-bullseye-automatic.asc
📍 Debian 13 (Trixie)
-----BEGIN PGP PUBLIC KEY BLOCK----- mQINBGAEHQwBEAC7MhpIQlLicwR8tmMH0yFkMIsqIbfudnBCuV043sSSSdUT/XjA XKdsdOCpfb6Tfiau1uY9Yb8gWLM8JxmSuaIa1jKlYiRZ5G79D7NOVIcqBrqp3lzV HShLEXs4421f0Y4bSMuDcY/cdmRt+S+…
APT - /etc/apt/trusted.gpg.d/debian-archive-bookworm-stable.asc
📍 Debian 13 (Trixie)
-----BEGIN PGP PUBLIC KEY BLOCK----- mDMEY865UxYJKwYBBAHaRw8BAQdAd7Z0srwuhlB6JKFkcf4HU4SSS/xcRfwEQWzr crf6AEq0SURlYmlhbiBTdGFibGUgUmVsZWFzZSBLZXkgKDEyL2Jvb2t3b3JtKSA8 ZGViaWFuLXJlbGVhc2VAbGlzdHMuZGV…
APT - /etc/apt/trusted.gpg.d/debian-archive-bookworm-security-automatic.asc
📍 Debian 13 (Trixie)
-----BEGIN PGP PUBLIC KEY BLOCK----- mQINBGPL0F0BEAC8s6aFGXEkW0xvN5FSZKaM+rp9FX4EhWNfkKi7PaHEpZcjzC6J gIwSwJP7o9L/LLtLYr68Df9sv+AktdzhY50T4zBQouEl6ps/ZaaiVoTsH8wLOp7g /qDFJ8kH7quUU9Qh6AmirwmEddKmEZT…
APT - /etc/apt/trusted.gpg.d/debian-archive-bookworm-automatic.asc
📍 Debian 13 (Trixie)
-----BEGIN PGP PUBLIC KEY BLOCK----- mQINBGPL0BUBEADmW5NdOOHwPIJlgPu6JDcKw/NZJPR8lsD3K87ZM18gzyQZJD+w ns6TSXOsx+BmpouHZgvh3FQADj/hhLjpNSqH5IH0xY7nic9BuSeyKx2WvfG62yxw XcFkwTxoWpF3tg0cv+kT4VA3MfVj5Ge…
APT - /etc/apt/apt.conf.d/docker-no-languages
📍 Debian 13 (Trixie)
# 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 …
APT - /etc/apt/apt.conf.d/docker-gzip-indexes
📍 Debian 13 (Trixie)
# 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…
APT - /etc/apt/apt.conf.d/docker-clean
📍 Debian 13 (Trixie)
# 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.…
APT - /etc/apt/apt.conf.d/docker-autoremove-suggests
📍 Debian 13 (Trixie)
# 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> \ # …
APT - /etc/apt/apt.conf.d/70debconf
📍 Debian 13 (Trixie)
// 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";};
APT - /etc/apt/apt.conf.d/01autoremove
📍 Debian 13 (Trixie)
APT
{
NeverAutoRemove
{
"^firmware-linux.*";
"^linux-firmware$";
"^linux-image-[a-z0-9]*$";
"^linux-image-[a-z0-9]*-[a-z0-9]*$";
};
VersionedKernelPackages
{
# kernels
"linux-.*";
"…
PostgreSQL - /etc/logrotate.d/postgresql-common
📍 Debian 13 (Trixie)
/var/log/postgresql/*.log {
weekly
rotate 10
copytruncate
delaycompress
compress
notifempty
missingok
su root root
}
PostgreSQL - /etc/systemd/postgresql@.service
📍 Debian 13 (Trixie)
# 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 …
PostgreSQL - /etc/systemd/postgresql.service
📍 Debian 13 (Trixie)
# 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…
PostgreSQL - /etc/postgresql/17/main/postgresql.conf
📍 Debian 13 (Trixie)
# ----------------------------- # PostgreSQL configuration file # ----------------------------- # # This file consists of lines of the form: # # name = value # # (The "=" is optional.) Whitespace …
PostgreSQL - /etc/postgresql/17/main/environment
📍 Debian 13 (Trixie)
# 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…
PostgreSQL - /etc/postgresql/17/main/pg_ident.conf
📍 Debian 13 (Trixie)
# PostgreSQL User Name Maps # ========================= # # --------------- # Mapping Records # --------------- # # Refer to the PostgreSQL documentation, chapter "Client # Authentication" for a comp…
PostgreSQL - /etc/postgresql/17/main/pg_hba.conf
📍 Debian 13 (Trixie)
# PostgreSQL Client Authentication Configuration File # =================================================== # # Refer to the "Client Authentication" section in the PostgreSQL # documentation for a co…
PostgreSQL - /etc/postgresql/17/main/pg_ctl.conf
📍 Debian 13 (Trixie)
# Automatic pg_ctl configuration # This configuration file contains cluster specific options to be passed to # pg_ctl(1). pg_ctl_options = ''
PostgreSQL - /etc/postgresql/17/main/start.conf
📍 Debian 13 (Trixie)
# Automatic startup configuration # auto: automatically start the cluster # manual: manual startup with pg_ctlcluster/postgresql@.service only # disabled: refuse to start cluster # See pg_creat…
浏览全部
所有配置,所有发行版。