Ubuntu 20.04

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
How to Set Up Squid Proxy for Private Connections on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How to Set Up Squid Proxy for Private Connections on Ubuntu 20.04

Proxy servers are a useful way of caching or obfuscating web traffic. This means that web requests can be served from different inbound or outbound addresses than they appear to be, by offloading the connection to intermediaries. For regular end users, this usually means allowing you to make web requests from a different IP address than your own. In this tutorial, you will be installing and configuring Squid to support a number of popular proxy protocols on a Ubuntu 20.04 server.

Read more
CHAT