Debian 10

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

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

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

Read more
How To Add Swap Space on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Add Swap Space on Debian 10

One of the easiest way of guarding against out-of-memory errors in applications is to add some swap space to your server. In this guide, we will cover how to add a swap file to a Debian 10 server. <$>[warning] Warning: Although swap is generally recommended for systems…

Read more
How To Deploy and Manage Your DNS Using DNSControl on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Deploy and Manage Your DNS Using DNSControl on Debian 10

DNSControl is an infrastructure-as-code tool that allows you to deploy and manage your DNS zones using standard software development principles, including version control, testing, and automated deployment. In this tutorial, you’ll install and configure DNSControl, create a basic DNS configuration, and begin deploying DNS records to a live provider.

Read more
How to Install and Use Composer on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How to Install and Use Composer on Debian 10

Composer is a popular dependency management tool for PHP, created mainly to facilitate installation and updates for project dependencies. In this guide, we’ll see how to install and use Composer on a Debian 10 server.

Read more
CHAT