Remove prism

This commit is contained in:
Digital Studium
2023-04-23 17:56:27 +03:00
parent 0682ac8961
commit d90ff60a80
23 changed files with 181 additions and 35 deletions

View File

@@ -1,6 +1,8 @@
---
title: "Linux: How to create LVM logical volume"
date: "2022-05-15"
category: linux-lifehacks
filename: how-to-create-lvm-logical-volume
date: 2022-05-15
---
### First step: creating a physical volume
After you have attached the disk to a physical server or virtual machine, you need to type

View File

@@ -1,6 +1,8 @@
---
title: "Linux: How to extend LVM volume"
date: "2022-05-15"
category: linux-lifehacks
filename: how-to-extend-lvm-volume-on-linux
date: 2022-05-15
---
### Situation 1: new disk
#### First step: creating a physical volume

View File

@@ -1,6 +1,8 @@
---
title: "Linux: how to limit /var/log folder size"
date: "2022-06-16"
category: linux-lifehacks
filename: linux-how-to-limit-var-log-size
date: 2022-06-16
---
Sometimes the `/var/log` folder grows so large that it causes a shortage of disk space. How to limit the size of this folder? By following the two steps in this article, you can control the size of the `/var/log` folder.<!--more-->

View File

@@ -1,6 +1,8 @@
---
title: "Linux: How to set up monitoring with alerts to Telegram"
date: "2023-03-04"
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.
### First step: Cloning the repository