100% Free & Open

Ubuntu 22.04 Lts (Jammy Jellyfish) Configuration Files

Original, unaltered Ubuntu 22.04 LTS (Jammy Jellyfish) config files from fresh installations

77 Ubuntu 22.04 Lts (Jammy Jellyfish) Configuration Files

Original, unaltered configurations from fresh installations

/etc/apt/apt.conf.d/docker-gzip-indexes
APT Ubuntu 22.04 LTS (Jammy Jellyfish)

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

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";
2 lines β€’ MD5: 1caa0605... Click to view full file
/etc/apt/apt.conf.d/docker-disable-periodic-update
APT Ubuntu 22.04 LTS (Jammy Jellyfish)

APT - /etc/apt/apt.conf.d/docker-disable-periodic-update

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

APT::Periodic::Enable "0";
2 lines β€’ MD5: cde8ec57... Click to view full file
/etc/apt/apt.conf.d/docker-clean
APT Ubuntu 22.04 LTS (Jammy Jellyfish)

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

πŸ“ 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…
4 lines β€’ MD5: b02a49af... Click to view full file
/etc/apt/apt.conf.d/docker-autoremove-suggests
APT Ubuntu 22.04 LTS (Jammy Jellyfish)

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

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

Apt::AutoRemove::SuggestsImportant "false";
2 lines β€’ MD5: 0081b49f... Click to view full file
/etc/apt/apt.conf.d/70debconf
APT Ubuntu 22.04 LTS (Jammy Jellyfish)

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

πŸ“ 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";};
4 lines β€’ MD5: 7e9d09d5... Click to view full file
/etc/apt/apt.conf.d/01autoremove
APT Ubuntu 22.04 LTS (Jammy Jellyfish)

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

πŸ“ 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-.*";
	"…
42 lines β€’ MD5: ab6540f7... Click to view full file
/etc/apt/apt.conf.d/01-vendor-ubuntu
APT Ubuntu 22.04 LTS (Jammy Jellyfish)

APT - /etc/apt/apt.conf.d/01-vendor-ubuntu

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

Acquire::Changelogs::AlwaysOnline "true";
Acquire::http::User-Agent-Non-Interactive "true";
3 lines β€’ MD5: c69ce53f... Click to view full file
/etc/logrotate.d/postgresql-common
PostgreSQL Ubuntu 22.04 LTS (Jammy Jellyfish)

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

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

/var/log/postgresql/*.log {
       weekly
       rotate 10
       copytruncate
       delaycompress
       compress
       notifempty
       missingok
       su root root
}
11 lines β€’ MD5: 101326ef... Click to view full file
/etc/systemd/postgresql@.service
PostgreSQL Ubuntu 22.04 LTS (Jammy Jellyfish)

PostgreSQL - /etc/systemd/postgresql@.service

πŸ“ 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 …
41 lines β€’ MD5: 5b25f284... Click to view full file
/etc/systemd/postgresql.service
PostgreSQL Ubuntu 22.04 LTS (Jammy Jellyfish)

PostgreSQL - /etc/systemd/postgresql.service

πŸ“ 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…
19 lines β€’ MD5: cc942563... Click to view full file
/etc/postgresql/17/main/postgresql.conf
PostgreSQL Ubuntu 22.04 LTS (Jammy Jellyfish)

PostgreSQL - /etc/postgresql/17/main/postgresql.conf

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

# -----------------------------
# PostgreSQL configuration file
# -----------------------------
#
# This file consists of lines of the form:
#
#   name = value
#
# (The "=" is optional.)  Whitespace …
845 lines β€’ MD5: 041908e5... Click to view full file
/etc/postgresql/17/main/environment
PostgreSQL Ubuntu 22.04 LTS (Jammy Jellyfish)

PostgreSQL - /etc/postgresql/17/main/environment

πŸ“ 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…
8 lines β€’ MD5: a567730a... Click to view full file
/etc/postgresql/17/main/pg_ident.conf
PostgreSQL Ubuntu 22.04 LTS (Jammy Jellyfish)

PostgreSQL - /etc/postgresql/17/main/pg_ident.conf

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

# PostgreSQL User Name Maps
# =========================
#
# ---------------
# Mapping Records
# ---------------
#
# Refer to the PostgreSQL documentation, chapter "Client
# Authentication" for a comp…
73 lines β€’ MD5: a851d3ee... Click to view full file
/etc/postgresql/17/main/pg_hba.conf
PostgreSQL Ubuntu 22.04 LTS (Jammy Jellyfish)

PostgreSQL - /etc/postgresql/17/main/pg_hba.conf

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

# PostgreSQL Client Authentication Configuration File
# ===================================================
#
# Refer to the "Client Authentication" section in the PostgreSQL
# documentation for a co…
133 lines β€’ MD5: 7f6ef676... Click to view full file
/etc/postgresql/17/main/pg_ctl.conf
PostgreSQL Ubuntu 22.04 LTS (Jammy Jellyfish)

PostgreSQL - /etc/postgresql/17/main/pg_ctl.conf

πŸ“ 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 = ''
6 lines β€’ MD5: 242d50c2... Click to view full file
/etc/postgresql/17/main/start.conf
PostgreSQL Ubuntu 22.04 LTS (Jammy Jellyfish)

PostgreSQL - /etc/postgresql/17/main/start.conf

πŸ“ 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…
9 lines β€’ MD5: 9bb73ac2... Click to view full file
/etc/odoo/odoo.conf
Odoo Ubuntu 22.04 LTS (Jammy Jellyfish)

Odoo - /etc/odoo/odoo.conf

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

[options]
addons_path = /mnt/extra-addons
data_dir = /var/lib/odoo
; admin_passwd = admin
; csv_internal_sep = ,
; db_maxconn = 64
; db_name = False
; db_template = template1
; dbfilter = .*
; debug_…
38 lines β€’ MD5: 525a8655... Click to view full file