Debian

How To Set Up Time Synchronization on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Time Synchronization on Debian 9

Accurate timekeeping has become a critical component of modern software deployments. Whether it’s making sure logs are recorded in the right order or database updates are applied correctly, out-of-sync time can cause errors, data corruption, and other hard to debug…

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

How To Add Swap Space on Debian 8

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 8 server. <$>[warning] Warning: Although swap is generally recommended for systems…

Read more
How To Install and Configure GitLab on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure GitLab on Debian 9

GitLab CE, or Community Edition, is an open-source application primarily used to host Git repositories, with additional development-related features like issue tracking. It is designed to be hosted using your own infrastructure, and…

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

How To Install and Use Composer on Debian 8

Composer is a popular dependency management tool for PHP, created to facilitate installation and update of project dependencies. It will check which other packages a specific project depends on and install them for you, using the appropriate versions according to the project requirements.

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

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

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

Read more
How to Install MongoDB on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How to Install MongoDB on Debian 8

MongoDB is a free and open-source NoSQL document database used commonly in modern web applications. This tutorial will help you set up MongoDB on your server for use in a production application environment. You’ll install MongoDB and configure firewall…

Read more
CHAT