From da4c2a1c3a44a90fc54ec7e0659ed5bde4c022a1 Mon Sep 17 00:00:00 2001 From: "im@fruw.org" Date: Fri, 13 Oct 2023 03:23:27 +0600 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/posts/postgres-krb5.md | 3 ++- content/posts/postgres-replication.md | 4 ++-- content/posts/touchid-linux.md | 2 +- content/posts/touchid-vw-linux.md | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/content/posts/postgres-krb5.md b/content/posts/postgres-krb5.md index a4bd260..953d2be 100644 --- a/content/posts/postgres-krb5.md +++ b/content/posts/postgres-krb5.md @@ -4,8 +4,9 @@ description: Используя протокол GSSAPI date: 2022-11-29T16:21:00+05:00 tags: [linux, postgres, krb5] --- + ## Установка Kerberos и Postgres Pro -Для начала, необходимо установить [Postgres Pro](//fruw.org/posts/postgres-pro-astra-se) и [Kerberos](//fruw.org/posts/linux-krb5). +Для начала, необходимо установить [Postgres Pro](/posts/postgres-pro-astra-se) и [Kerberos](/posts/linux-krb5). На машину с Postgres Pro Kerberos устанавливается также, как и на клиента. ## Конфигурация сервера Kerberos diff --git a/content/posts/postgres-replication.md b/content/posts/postgres-replication.md index 1b2dbcb..88eef0b 100644 --- a/content/posts/postgres-replication.md +++ b/content/posts/postgres-replication.md @@ -5,7 +5,7 @@ date: 2022-11-25T16:51:00+05:00 tags: [linux, postgres, nfs] --- ## Установка Postgres Pro -Процесс установки описан в [этом посте](//fruw.org/posts/postgres-pro-astra-se). +Процесс установки описан в [этом посте](/posts/postgres-pro-astra-se). ## Потоковая репликация Про различия в реализациях репликаций можно почитать вот [здесь](//edu.postgrespro.ru/dba3/dba3_04_replica_physical.pdf). @@ -57,7 +57,7 @@ pg_basebackup -P -R -X stream -c fast -h -U postgres -D /var/lib/pgp Настройка репликации с архивом выролняется с некоторыми отличиями от потоковой репликации: ### Развёртывание NFS -WAL-архивы будут складываться на NFS. Как сконфигурировать NFS написано [здесь](//fruw.org/posts/linux-nfs). +WAL-архивы будут складываться на NFS. Как сконфигурировать NFS написано [здесь](/posts/linux-nfs). Необходимо смонтировать NFS на master и slave в одинаковые директории. ### Дополнение к реконфигурации diff --git a/content/posts/touchid-linux.md b/content/posts/touchid-linux.md index f431b81..e7850e2 100644 --- a/content/posts/touchid-linux.md +++ b/content/posts/touchid-linux.md @@ -1,5 +1,5 @@ --- -title: Конфигурация аутентикации по отпечатку пальца +title: Конфигурация аутентификации по отпечатку пальца description: Для входа в систему и использования sudo date: 2023-10-13T02:25:00+06:00 tags: [linux, security] diff --git a/content/posts/touchid-vw-linux.md b/content/posts/touchid-vw-linux.md index 12b45b9..9da02f6 100644 --- a/content/posts/touchid-vw-linux.md +++ b/content/posts/touchid-vw-linux.md @@ -6,6 +6,7 @@ tags: [linux, security] --- ## Клонирование и сборка утилиты +Перед началом необходимо [настроить работу сканера отпечатка пальцев](/posts/touchid-linux/). ```bash git clone https://github.com/quexten/bw-bio-handler /tmp/bw