How to install Netdata Monitoring Tool

Since I discovered Netdata I knew that is the perfect tool to see some real-time metrics, especially when I need to do some quick investigations related to my app and hardware health. Official website: https://www.netdata.cloud/ Installation Netdata offers many ways to install it. You can check their documentation: https://learn.netdata.cloud/docs/agent/packaging/installer What I love the most is …

How to install Netdata Monitoring Tool Read More »

How to install ansible on Debian 10

Ansible is an open-source automation tool, or platform, used for IT tasks such as configuration management, application deployment, intraservice orchestration, and provisioning. In this tutorial, we learn how to install ansible on Debian 10 using the package that is available on Debian 10 sources. Official documentation: https://docs.ansible.com/ Installation Update apt index package and install ansible …

How to install ansible on Debian 10 Read More »

Create Azure resources using Terraform and Azure CLI – Windows Edition

Let’s have some fun in Azure with terraform. This article you will see how to create some resources in Azure with help from terraform: resource group virtual network First, we need to install Azure CLI because this will be used for authentication. You can download the MSI installer, run PowerShell command, or use the binary. …

Create Azure resources using Terraform and Azure CLI – Windows Edition Read More »

How to install Terraform on Windows using Chocolatey

Terraform is a tool for creating and changing infrastructure quickly and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions. Official website : https://www.terraform.io/ Chocolatey is a package manager for Windows that aims to automate the entire software lifecycle from install through upgrade and removal on Windows operating systems. …

How to install Terraform on Windows using Chocolatey Read More »

Master-slave replication on MariaDB 10.4 using mysqldump and binary log

You just installed a MariaDB server and want to set up a slave that can be used for backups, reports and other read-only tasks. Configuring the Master Enable binary logging if it’s not already enabled. Setup binlog format Give the master a unique server_id. Check that server is configured to allow remote connections Create a dedicated …

Master-slave replication on MariaDB 10.4 using mysqldump and binary log Read More »