Sorting by date

This commit is contained in:
Digital Studium
2023-10-14 13:56:53 +03:00
parent 240e531e0d
commit d35620c75d
21 changed files with 3 additions and 43 deletions
-2
View File
@@ -1,7 +1,5 @@
---
title: About author
category: /
filename: about-author
image: /images/kostya.jpg
date: 2023-02-18
---
@@ -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.
<!--more-->
@@ -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.
@@ -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.
@@ -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
---
@@ -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.
@@ -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.
@@ -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
@@ -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.
@@ -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.
-2
View File
@@ -1,7 +1,5 @@
---
title: Об авторе
category: /
filename: about-author
image: /images/kostya.jpg
date: 2023-02-18
---
@@ -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 такие структуры данных, как списки (они же массивы) и ассоциативные массивы (он же хэш-таблицы). В данной статье приведены примеры того, как с ними работать.
<!--more-->
@@ -1,7 +1,5 @@
---
title: "Linux: Как создать логический том LVM"
category: linux-lifehacks
filename: how-to-create-lvm-logical-volume
date: 2022-05-15
---
В этой статье описывается, как создать группу LVM и том для физического диска в операционной системе Linux.
@@ -1,7 +1,5 @@
---
title: "Linux: Как расширить логический том LVM"
category: linux-lifehacks
filename: how-to-extend-lvm-volume-on-linux
date: 2022-05-15
---
В этой статье описывается, как расширить группу LVM и том в операционной системе Linux.
@@ -1,7 +1,5 @@
---
title: "Linux: как ограничить размер папки /var/log"
category: linux-lifehacks
filename: linux-how-to-limit-var-log-size
date: 2022-06-06
---
@@ -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.
@@ -1,7 +1,5 @@
---
title: "Nginx: примеры конфигурационных файлов"
category: nginx-lifehacks
filename: nginx-configs-examples
date: 2023-03-26
---
Иногда возникает потребность быстро создать конфигурационный файл nginx: для хостинга статического вебсайта, для проксирования запросов к какому-либо серверу и т. п.
@@ -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.
@@ -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.
@@ -1,7 +1,5 @@
---
title: "Ubuntu: Как обновить ядро"
category: ubuntu-lifehacks
filename: ubuntu-how-to-upgrade-kernel
date: 2022-05-14
---
В этой статье описывается, как обновить ядро Linux в операционной системе Ubuntu через интерфейс командной строки.