Original, unaltered Ubuntu 22.04 config files from fresh installations
Original, unaltered configurations from fresh installations
π Ubuntu 22.04 LTS (Jammy Jellyfish)
Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";
π Ubuntu 22.04 LTS (Jammy Jellyfish)
APT::Periodic::Enable "0";
π Ubuntu 22.04 LTS (Jammy Jellyfish)
DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; }; APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cβ¦
π Ubuntu 22.04 LTS (Jammy Jellyfish)
Apt::AutoRemove::SuggestsImportant "false";
π Ubuntu 22.04 LTS (Jammy Jellyfish)
// 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";};
π Ubuntu 22.04 LTS (Jammy Jellyfish)
APT { NeverAutoRemove { "^firmware-linux.*"; "^linux-firmware$"; "^linux-image-[a-z0-9]*$"; "^linux-image-[a-z0-9]*-[a-z0-9]*$"; }; VersionedKernelPackages { # kernels "linux-.*"; "β¦
π Ubuntu 22.04 LTS (Jammy Jellyfish)
Acquire::Changelogs::AlwaysOnline "true"; Acquire::http::User-Agent-Non-Interactive "true";
π Ubuntu 22.04 LTS (Jammy Jellyfish)
/var/log/postgresql/*.log { weekly rotate 10 copytruncate delaycompress compress notifempty missingok su root root }
π Ubuntu 22.04 LTS (Jammy Jellyfish)
# 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 β¦
π Ubuntu 22.04 LTS (Jammy Jellyfish)
# 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β¦
π Ubuntu 22.04 LTS (Jammy Jellyfish)
# ----------------------------- # PostgreSQL configuration file # ----------------------------- # # This file consists of lines of the form: # # name = value # # (The "=" is optional.) Whitespace β¦
π Ubuntu 22.04 LTS (Jammy Jellyfish)
# 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β¦
π Ubuntu 22.04 LTS (Jammy Jellyfish)
# PostgreSQL User Name Maps # ========================= # # --------------- # Mapping Records # --------------- # # Refer to the PostgreSQL documentation, chapter "Client # Authentication" for a compβ¦
π Ubuntu 22.04 LTS (Jammy Jellyfish)
# PostgreSQL Client Authentication Configuration File # =================================================== # # Refer to the "Client Authentication" section in the PostgreSQL # documentation for a coβ¦
π Ubuntu 22.04 LTS (Jammy Jellyfish)
# Automatic pg_ctl configuration # This configuration file contains cluster specific options to be passed to # pg_ctl(1). pg_ctl_options = ''
π Ubuntu 22.04 LTS (Jammy Jellyfish)
# 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β¦
Explore configs by application or operating system