Ubuntu 20.04

Cómo instalar Webmin en Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar Webmin en Ubuntu 20.04

Webmin es un panel de control web moderno que le permite administrar su servidor Linux a través de una interfaz basada en navegador. Con Webmin, puede administrar cuentas de usuario, configurar los ajustes de DNS, y cambiar la configuración para los…

Read more
How To Manage Logfiles with Logrotate on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Manage Logfiles with Logrotate on Ubuntu 20.04

Logrotate is a system utility that manages the automatic rotation and compression of log files. If log files were not rotated, compressed, and periodically pruned, they would eventually consume all available disk space on a system. In this article, we will explore the default Logrotate configuration, then configure log rotation for a fictional custom application.

Read more
How to Rewrite URLs with mod_rewrite for Apache on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How to Rewrite URLs with mod_rewrite for Apache on Ubuntu 20.04

Apache’s mod_rewrite module lets you redirect URLs based on additional conditions, or rewrite URLs in a cleaner fashion, translating human-readable paths into code-friendly query string. In this tutorial, you’ll enable `mod_rewrite` and use `.htaccess` files to create a basic URL redirection, and then explore a couple of advanced use cases.

Read more
How To Secure MongoDB on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Secure MongoDB on Ubuntu 20.04

MongoDB doesn’t have authentication enabled by default, meaning that any user with access to the server where the database is installed can add and delete data without restriction. In order to secure this vulnerability, this tutorial will walk you through creating an administrative user and enabling authentication. You’ll then test to confirm that only this administrative user has access to the database.

Read more
Настройка Django с Postgres, Nginx и Gunicorn в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Настройка Django с Postgres, Nginx и Gunicorn в Ubuntu 20.04

Django — это мощная веб-система, помогающая создать приложение или сайт Python с нуля. Django включает упрощенный сервер разработки для локального тестирования кода, однако для серьезных производственных задач требуется более защищенный и мощный веб-сервер. В этом руководстве…

Read more
Einrichtung von SSH-Schlüsseln unter Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Einrichtung von SSH-Schlüsseln unter Ubuntu 20.04

SSH oder Secure Shell ist ein verschlüsseltes Protokoll zur Verwaltung von und Kommunikation mit Servern. Wenn Sie mit einem Ubuntu-Server arbeiten, verbringen Sie wahrscheinlich die meiste Zeit in einer Terminalsitzung, die über SSH mit Ihrem Server verbunden ist. In dieser…

Read more
How To Share Data between Docker Containers — step-by-step Docker tutorial on Progressive Robot

How To Share Data between Docker Containers

In general, Docker containers are ephemeral, running just as long as it takes for the command issued in the container to complete. Sometimes, however, applications need to share access to data or persist data after a container is deleted. In this article, we’ll look at four different ways to share data between containers.

Read more
CHAT