Debian 10

How To Install and Use ClickHouse on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use ClickHouse on Debian 10

ClickHouse is an open-source, column-oriented analytics database created by Yandex for OLAP and big data use cases. In this tutorial, you’ll install the ClickHouse database server and client on your machine. You’ll use the DBMS for typical tasks and optionally enable remote access from another server so that you’ll be able to connect to the database from another machine.

Read more
Установка Docker Compose в Debian 10. — step-by-step Docker tutorial on Progressive Robot

Установка Docker Compose в Debian 10.

Docker — это отличный инструмент для автоматизации развертывания приложений Linux внутри контейнеров ПО, но для использования всех его возможностей необходимо, чтобы каждый компонент приложения запускался в своем собственном контейнере. Для сложных…

Read more
How to Automate Debian 10 Server Provisioning with Ansible — step-by-step Debian 10 tutorial on Progressive Robot

How to Automate Debian 10 Server Provisioning with Ansible

Introduction Deploying automate debian 10 server provisioning with ansible on a Debian 10 Buster machine is straightforward thanks to Debian’s policy-compliant packaging. Unlike rpm-based distributions, Debian stores configuration helpers in /etc/default/, uses update-rc.d for older init scripts, and provides dpkg-reconfigure for interactive package configuration. This tutorial stays on the systemd path throughout. Prerequisites You will […]

Read more
How to Configure Nginx as a TCP/UDP Load Balancer on Debian 10 — step-by-step Debian 10 tutorial on Progressive Robot

How to Configure Nginx as a TCP/UDP Load Balancer on Debian 10

Introduction Deploying configure nginx as a tcp/udp load balancer on debian 10 on a Debian 10 Buster machine is straightforward thanks to Debian’s policy-compliant packaging. Unlike rpm-based distributions, Debian stores configuration helpers in /etc/default/, uses update-rc.d for older init scripts, and provides dpkg-reconfigure for interactive package configuration. This tutorial stays on the systemd path throughout. […]

Read more
CHAT