diff --git a/content/en/about-author.md b/content/en/about-author.md index c164605..7bd6631 100644 --- a/content/en/about-author.md +++ b/content/en/about-author.md @@ -1,7 +1,5 @@ --- title: About author -category: / -filename: about-author image: /images/kostya.jpg date: 2023-02-18 --- diff --git a/content/en/bash-lifehacks/bash-arrays-and-hashmaps.md b/content/en/bash-lifehacks/bash-arrays-and-hashmaps.md index 0299a34..9e14564 100644 --- a/content/en/bash-lifehacks/bash-arrays-and-hashmaps.md +++ b/content/en/bash-lifehacks/bash-arrays-and-hashmaps.md @@ -1,8 +1,6 @@ --- title: "BASH: arrays and hashmaps" -category: bash-lifehacks -filename: bash-arrays-and-hashmaps -date: 2023-05-07T13:35:26.956Z +date: 2023-05-07 --- Sometimes there is a need to use in BASH such structures as lists (also known as arrays) and dictionaries (also known as hashmaps and associative arrays). In this post there are some samples how to work with them. diff --git a/content/en/linux-lifehacks/how-to-create-lvm-logical-volume.md b/content/en/linux-lifehacks/how-to-create-lvm-logical-volume.md index 4019393..8f6663a 100644 --- a/content/en/linux-lifehacks/how-to-create-lvm-logical-volume.md +++ b/content/en/linux-lifehacks/how-to-create-lvm-logical-volume.md @@ -1,7 +1,5 @@ --- title: "Linux: How to create LVM logical volume" -category: linux-lifehacks -filename: how-to-create-lvm-logical-volume date: 2022-05-15 --- This article describes how to create an LVM group and volume for a physical disk in the Linux operating system. diff --git a/content/en/linux-lifehacks/how-to-extend-lvm-volume-on-linux.md b/content/en/linux-lifehacks/how-to-extend-lvm-volume-on-linux.md index 8ac60d2..fcb9789 100644 --- a/content/en/linux-lifehacks/how-to-extend-lvm-volume-on-linux.md +++ b/content/en/linux-lifehacks/how-to-extend-lvm-volume-on-linux.md @@ -1,7 +1,5 @@ --- title: "Linux: How to extend LVM volume" -category: linux-lifehacks -filename: how-to-extend-lvm-volume-on-linux date: 2022-05-15 --- This article describes how to expand an LVM group and volume on a Linux operating system. diff --git a/content/en/linux-lifehacks/linux-how-to-limit-var-log-size.md b/content/en/linux-lifehacks/linux-how-to-limit-var-log-size.md index 4dd3d3d..e55fdd3 100644 --- a/content/en/linux-lifehacks/linux-how-to-limit-var-log-size.md +++ b/content/en/linux-lifehacks/linux-how-to-limit-var-log-size.md @@ -1,7 +1,5 @@ --- title: "Linux: how to limit /var/log folder size" -category: linux-lifehacks -filename: linux-how-to-limit-var-log-size date: 2022-06-16 --- diff --git a/content/en/linux-lifehacks/linux-monitoring-with-telegram-alerts.md b/content/en/linux-lifehacks/linux-monitoring-with-telegram-alerts.md index de2337a..81faece 100644 --- a/content/en/linux-lifehacks/linux-monitoring-with-telegram-alerts.md +++ b/content/en/linux-lifehacks/linux-monitoring-with-telegram-alerts.md @@ -1,7 +1,5 @@ --- title: "Linux: How to set up monitoring with alerts to Telegram" -category: linux-lifehacks -filename: linux-monitoring-with-telegram-alerts date: 2023-03-04 --- This article describes how to set up monitoring with alerts to Telegram using Grafana, Prometheus, Alertmanager, Node-exporter and Cadvisor. diff --git a/content/en/nginx-lifehacks/nginx-configs-examples.md b/content/en/nginx-lifehacks/nginx-configs-examples.md index e027fbe..e21477b 100644 --- a/content/en/nginx-lifehacks/nginx-configs-examples.md +++ b/content/en/nginx-lifehacks/nginx-configs-examples.md @@ -1,7 +1,5 @@ --- title: "Nginx: Sample Configuration Files" -category: nginx-lifehacks -filename: nginx-configs-examples date: 2023-03-26 --- Sometimes there is a need to quickly create an nginx configuration file: for hosting a static website, for proxying requests to upstream server, etc. diff --git a/content/en/python-lifehacks/how-to-easily-write-linux-cli-tool.md b/content/en/python-lifehacks/how-to-easily-write-linux-cli-tool.md index caaac0a..3b510cc 100644 --- a/content/en/python-lifehacks/how-to-easily-write-linux-cli-tool.md +++ b/content/en/python-lifehacks/how-to-easily-write-linux-cli-tool.md @@ -1,7 +1,5 @@ --- title: "Python: How to easily write a CLI tool for Linux using Fire" -category: python-lifehacks -filename: how-to-easily-write-linux-cli-tool date: 2023-04-09 --- I want to share the easiest way I know to write a CLI tool for Linux administration diff --git a/content/en/python-lifehacks/how-to-load-multiple-web-pages-in-parallel-using-python.md b/content/en/python-lifehacks/how-to-load-multiple-web-pages-in-parallel-using-python.md index 4103138..676e0b8 100644 --- a/content/en/python-lifehacks/how-to-load-multiple-web-pages-in-parallel-using-python.md +++ b/content/en/python-lifehacks/how-to-load-multiple-web-pages-in-parallel-using-python.md @@ -1,7 +1,5 @@ --- title: "Python: How to load multiple web pages in parallel" -category: python-lifehacks -filename: how-to-load-multiple-web-pages-in-parallel-using-python date: 2022-05-15 --- This article describes how to load the content of multiple web pages from multiple urls in parallel with python. diff --git a/content/en/ubuntu-lifehacks/ubuntu-how-to-upgrade-kernel.md b/content/en/ubuntu-lifehacks/ubuntu-how-to-upgrade-kernel.md index 9cca3ba..7c4015b 100644 --- a/content/en/ubuntu-lifehacks/ubuntu-how-to-upgrade-kernel.md +++ b/content/en/ubuntu-lifehacks/ubuntu-how-to-upgrade-kernel.md @@ -1,7 +1,5 @@ --- title: "Ubuntu: How to upgrade kernel" -category: ubuntu-lifehacks -filename: ubuntu-how-to-upgrade-kernel date: 2022-05-14 --- This article describes how to upgrade Linux kernel on Ubuntu operating system via command line interface. diff --git a/content/ru/about-author.md b/content/ru/about-author.md index 766f9bd..96cc4ec 100644 --- a/content/ru/about-author.md +++ b/content/ru/about-author.md @@ -1,7 +1,5 @@ --- title: Об авторе -category: / -filename: about-author image: /images/kostya.jpg date: 2023-02-18 --- diff --git a/content/ru/bash-lifehacks/bash-arrays-and-hashmaps.md b/content/ru/bash-lifehacks/bash-arrays-and-hashmaps.md index 0edb91c..64250da 100644 --- a/content/ru/bash-lifehacks/bash-arrays-and-hashmaps.md +++ b/content/ru/bash-lifehacks/bash-arrays-and-hashmaps.md @@ -1,8 +1,6 @@ --- title: "BASH: массивы и ассоциативные массивы" -category: bash-lifehacks -filename: bash-arrays-and-hashmaps -date: 2023-05-07T13:35:26.956Z +date: 2023-05-07 --- Иногда возникает необходимость использовать в bash такие структуры данных, как списки (они же массивы) и ассоциативные массивы (он же хэш-таблицы). В данной статье приведены примеры того, как с ними работать. diff --git a/content/ru/linux-lifehacks/how-to-create-lvm-logical-volume.md b/content/ru/linux-lifehacks/how-to-create-lvm-logical-volume.md index e186116..2365e57 100644 --- a/content/ru/linux-lifehacks/how-to-create-lvm-logical-volume.md +++ b/content/ru/linux-lifehacks/how-to-create-lvm-logical-volume.md @@ -1,7 +1,5 @@ --- title: "Linux: Как создать логический том LVM" -category: linux-lifehacks -filename: how-to-create-lvm-logical-volume date: 2022-05-15 --- В этой статье описывается, как создать группу LVM и том для физического диска в операционной системе Linux. diff --git a/content/ru/linux-lifehacks/how-to-extend-lvm-volume-on-linux.md b/content/ru/linux-lifehacks/how-to-extend-lvm-volume-on-linux.md index 96d17f9..c60ff60 100644 --- a/content/ru/linux-lifehacks/how-to-extend-lvm-volume-on-linux.md +++ b/content/ru/linux-lifehacks/how-to-extend-lvm-volume-on-linux.md @@ -1,7 +1,5 @@ --- title: "Linux: Как расширить логический том LVM" -category: linux-lifehacks -filename: how-to-extend-lvm-volume-on-linux date: 2022-05-15 --- В этой статье описывается, как расширить группу LVM и том в операционной системе Linux. diff --git a/content/ru/linux-lifehacks/linux-how-to-limit-var-log-size.md b/content/ru/linux-lifehacks/linux-how-to-limit-var-log-size.md index 85fb048..0094398 100644 --- a/content/ru/linux-lifehacks/linux-how-to-limit-var-log-size.md +++ b/content/ru/linux-lifehacks/linux-how-to-limit-var-log-size.md @@ -1,7 +1,5 @@ --- title: "Linux: как ограничить размер папки /var/log" -category: linux-lifehacks -filename: linux-how-to-limit-var-log-size date: 2022-06-06 --- diff --git a/content/ru/linux-lifehacks/linux-monitoring-with-telegram-alerts.md b/content/ru/linux-lifehacks/linux-monitoring-with-telegram-alerts.md index 7c12403..3787518 100644 --- a/content/ru/linux-lifehacks/linux-monitoring-with-telegram-alerts.md +++ b/content/ru/linux-lifehacks/linux-monitoring-with-telegram-alerts.md @@ -1,7 +1,5 @@ --- title: "Linux: Как настроить мониторинг с уведомлениями в Telegram" -category: linux-lifehacks -filename: linux-monitoring-with-telegram-alerts date: 2023-03-04 --- В статье описывается, как настроить мониторинг с уведомлениями в Telergram с помощью Grafana, Prometheus, Alertmanager, Node-exporter и Cadvisor. diff --git a/content/ru/nginx-lifehacks/nginx-configs-examples.md b/content/ru/nginx-lifehacks/nginx-configs-examples.md index 878027f..9afbde4 100644 --- a/content/ru/nginx-lifehacks/nginx-configs-examples.md +++ b/content/ru/nginx-lifehacks/nginx-configs-examples.md @@ -1,7 +1,5 @@ --- title: "Nginx: примеры конфигурационных файлов" -category: nginx-lifehacks -filename: nginx-configs-examples date: 2023-03-26 --- Иногда возникает потребность быстро создать конфигурационный файл nginx: для хостинга статического вебсайта, для проксирования запросов к какому-либо серверу и т. п. diff --git a/content/ru/python-lifehacks/how-to-easily-write-linux-cli-tool.md b/content/ru/python-lifehacks/how-to-easily-write-linux-cli-tool.md index 34a0bbb..97b3501 100644 --- a/content/ru/python-lifehacks/how-to-easily-write-linux-cli-tool.md +++ b/content/ru/python-lifehacks/how-to-easily-write-linux-cli-tool.md @@ -1,7 +1,5 @@ --- title: "Python: Как легко написать CLI инструмент для Linux с помощью Fire" -category: python-lifehacks -filename: how-to-easily-write-linux-cli-tool date: 2023-04-09 --- Хочу поделиться самым простым из известных мне способов написать CLI инструмент для администрирования Linux на Python. diff --git a/content/ru/python-lifehacks/how-to-load-multiple-web-pages-in-parallel-using-python.md b/content/ru/python-lifehacks/how-to-load-multiple-web-pages-in-parallel-using-python.md index d3e49f1..c075428 100644 --- a/content/ru/python-lifehacks/how-to-load-multiple-web-pages-in-parallel-using-python.md +++ b/content/ru/python-lifehacks/how-to-load-multiple-web-pages-in-parallel-using-python.md @@ -1,7 +1,5 @@ --- title: "Python: Как параллельно загрузить несколько веб-страниц" -category: python-lifehacks -filename: how-to-load-multiple-web-pages-in-parallel-using-python date: 2022-05-15 --- В этой статье описывается, как загружать содержимое нескольких веб-страниц с нескольких URL-адресов параллельно с помощью Python. diff --git a/content/ru/ubuntu-lifehacks/ubuntu-how-to-upgrade-kernel.md b/content/ru/ubuntu-lifehacks/ubuntu-how-to-upgrade-kernel.md index 8c1a8bf..8990961 100644 --- a/content/ru/ubuntu-lifehacks/ubuntu-how-to-upgrade-kernel.md +++ b/content/ru/ubuntu-lifehacks/ubuntu-how-to-upgrade-kernel.md @@ -1,7 +1,5 @@ --- title: "Ubuntu: Как обновить ядро" -category: ubuntu-lifehacks -filename: ubuntu-how-to-upgrade-kernel date: 2022-05-14 --- В этой статье описывается, как обновить ядро Linux в операционной системе Ubuntu через интерфейс командной строки. diff --git a/themes/ds b/themes/ds index a42609c..edd8fb9 160000 --- a/themes/ds +++ b/themes/ds @@ -1 +1 @@ -Subproject commit a42609c2e650bf1e0f9f4367fcd91affb822ee5e +Subproject commit edd8fb9df19056f8251f5b3bab6c958421be7769