Ubuntu 20.04

Установка Nginx в Ubuntu 20.04 [Краткое руководство] — step-by-step Linux tutorial on Progressive Robot

Установка Nginx в Ubuntu 20.04 [Краткое руководство]

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

Read more
Ubuntu 20.04にApache Webサーバーをインストールする方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04にApache Webサーバーをインストールする方法

Apache HTTPサーバーは、世界で最も広く使用されているWebサーバーです。動的にロード可能なモジュール、堅牢なメディアサポート、他の一般的なソフトウェアとの広範な統合性など、多くの強力な機能を提供します。このガイドでは、Ubuntu 20.04サーバーにApache Webサーバーをインストールする方法を説明します。

Read more
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
CHAT