Debian

Comment installer Docker Compose sur Debian 10 — step-by-step Docker tutorial on Progressive Robot

Comment installer Docker Compose sur Debian 10

Docker est un excellent outil pour automatiser le déploiement d’apps Linux à l’intérieur de conteneurs de logiciels, mais pour tirer pleinement parti de son potentiel, chaque composant d’une application doit s’exécuter dans son propre conteneur…

Read more
How To Install the Munin Monitoring Tool on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Install the Munin Monitoring Tool on Debian 8

Munin is a system, network, and infrastructure monitoring application that provides information in graphs through a web browser. It is designed around a client-server architecture and can be configured to monitor the machine it’s installed on (the _Munin master_) and any number of client machines, which in Munin parlance, are called _Munin nodes_.

Read more
How To Reset Your MySQL or MariaDB Root Password — step-by-step Linux tutorial on Progressive Robot

How To Reset Your MySQL or MariaDB Root Password

Forgetting passwords happens to the best of us. If you forget or lose the root password to your MySQL or MariaDB database, you can still gain access and reset the password if you have access to the server and a sudo-enabled user account. This tutorial will cover how to…

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

How To Set Up Time Synchronization on Debian 10

Accurate timekeeping has become a critical component of modern software deployments. Debian 10 has time synchronization built in and activated by default using the standard ntpd time server, provided by the `ntp` package. In this article we will look at some basic time-related commands, verify that ntpd is active and connected to peers, and learn how to activate the alternate systemd-timesyncd network time service.

Read more
Ubuntu and Debian Package Management Essentials — step-by-step Linux tutorial on Progressive Robot

Ubuntu and Debian Package Management Essentials

Package management software allows you to easily control the software on your servers. These tools allow you to install, remove, update, and configure thousands of packages through a unified interface. In this guide, we will discuss some of the most common package management procedures that can be used with Ubuntu and Debian systems.

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

How To Add Swap Space on Debian 11

One way to guard 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 11 server.

Read more
CHAT