How To Create a Self-Signed SSL Certificate for Apache in Ubuntu 20.04
In this guide, we will show you how to create and configure a self-signed TLS/SSL certificate with the Apache web server on Ubuntu 20.04.
In this guide, we will show you how to create and configure a self-signed TLS/SSL certificate with the Apache web server on Ubuntu 20.04.
Implementing a firewall is an important step in securing your server. In this guide, you’ll learn how to construct a firewall that can be the basis for more complex rule sets. This firewall will focus primarily on providing reasonable defaults and establishing a framework that encourages extensibility.
Laravel est un framework PHP open-source qui fournit un ensemble d’outils et de ressources pour construire des applications PHP modernes. Avec un écosystème complet tirant parti de ses fonctionnalités intégrées, la…
Postfix is a mail transfer agent (MTA), an application used to send and receive email. It can be configured so that it can be used to send emails by local application only. In this tutorial, you’ll install and configure Postfix on Ubuntu 20.04 as a send-only SMTP server. You’ll also request free TLS certificates from Let’s Encrypt for your domain and encrypt the outbound emails using them.
Virtual Network Computing, o VNC, es un sistema de conexión que le permite usar su teclado y mouse para interactuar con un entorno de escritorio gráfico en un servidor remoto. Hace que administrar archivos, software y ajustes en un servidor remoto sea más fácil para los…
O autor selecionou a COVID-19 Relief Fund para receber uma doação como parte do programa Write for DOnations. O Grafana é uma…
Radis は、柔軟性、パフォーマンス、幅広い言語サポートで知られるインメモリ型の Key-Value ストアです。このチュートリアルでは、Ubuntu 20.04サーバーにRedisをインストール、設定する方法を説明します。
Контейнеризация приложения — это процесс адаптации приложения и его компонентов для работы в облегченных средах, называемых контейнерами. Это изолируемые одноразовые среды, которые используются для разработки, тестирования и…
Docker es una aplicación que simplifica el proceso de administración de procesos de aplicación en contenedores. Los contenedores le permiten ejecutar sus aplicaciones en procesos con aislamiento de recursos. Son similares a las máquinas virtuales,…
В этом кратком руководстве мы расскажем об установке Composer на сервере под управлением Ubuntu 20.04. Более детальный вариант настоящего руководства с подробным разъяснениями каждого шага можно найти в [статье «Установка и настройка Composer в Ubuntu…