How To Secure Nginx on Ubuntu 14.04
Nginx is a very secure and reliable web server even with a default setup. However, there are many ways to secure Nginx further.
Nginx is a very secure and reliable web server even with a default setup. However, there are many ways to secure Nginx further.
Redis, an in-memory, NoSQL, key-value cache and store, has a few security features built-in. This tutorial explains how to secure a Redis installation by setting an authentication password and renaming potentially dangerous commands.
В этом обучающем модуле вы создадите приложение Python с использованием микроструктуры Flask в Ubuntu 20.04. Основная часть этой статьи посвящена настройке сервера приложений Gunicorn, запуску приложения и настройке Nginx для…
The iptables firewall is a great way to secure your Linux server. In this guide, we’ll discuss how to configure iptables rules on an Ubuntu 14.04 server.
Node.js ist eine Open-Source-basierte JavaScript-Laufzeitumgebung für das Einrichten von Server- und Netzwerkanwendungen. Die Plattform läuft unter Linux, MacOS, FreeBSD und Windows. Sie können Node.js-Anwendungen zwar in der Befehlszeile ausführen…
This guide will walk you through the process of configuring a remote MySQL database server that your website or application can connect to. It uses WordPress as a working example of something that can connect to the MySQL backend remotely, but the technique is widely applicable to any application backed by MySQL.
Une version précédente de ce tutoriel a été rédigée par Justin Ellingwood et Namo Un réseau privé virtuel, ou VPN, vous permet de crypter en toute sécurité le…
NFS, ou Network File System, é um protocolo de sistema distribuído de arquivos que permite a montagem de diretórios remotos no seu servidor. Isso permite que você gerencie o espaço de armazenamento em um local diferente e grave nesse espaço a partir de vários clientes. O NFS…
Las entidades de certificación (CA) son responsables de emitir certificados digitales para verificar identidades en Internet. Las CA públicas son una opción popular para verificar la identidad de sitios web y otros…
OpenVPN is an open-source Virtual Private Network (VPN) application that lets you create and join a private network securely over the public Internet.