Обеспечение безопасности MongoDB в Ubuntu 20.04
Предыдущая версия данного руководства была написана Мелиссой Андерсон. MongoDB, или просто Mongo, — это документоориентированная база данных с открытым исходным кодом, используемая…
Предыдущая версия данного руководства была написана Мелиссой Андерсон. MongoDB, или просто Mongo, — это документоориентированная база данных с открытым исходным кодом, используемая…
Let´s Encrypt ist eine Zertifizierungsstelle (CA), die eine einfache Möglichkeit bietet, kostenlose TLS/SSL-Zertifikate zu erhalten und zu installieren….
This tutorial shows how to implement basic security for a Redis server.
Django is a powerful web framework that can help you get your Python application or website off the ground. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure and powerful web server…
В этом обучающем модуле вы создадите приложение Python с использованием микроструктуры Flask в Ubuntu 18.04. Основная часть этой статьи посвящена настройке сервера приложений uWSGI, запуску приложения и настройке…
As your infrastructure requirements expand, managing each server by hand becomes an increasingly difficult task. This difficulty is compounded by the requirement for reproducibility, which becomes necessary if a node fails or if horizontal scaling is needed. In this guide, we will set up a centralized Chef server which will store and serve configuration instructions and node profiling information.
This tutorial will show you how to set up a firewall with UFW on Debian 9.
Jekyll is a static-site generator that provides some of the benefits of a Content Management System (CMS) while avoiding the performance and security issues introduced by such database-driven sites.
Though you can run Node.js applications at the command line, this tutorial will focus on running them as a service. This means that they will restart on reboot or failure and are safe for use in a production environment.
In this article, we will divorce mailboxes from system accounts using dovecot’s LMTP server as delivery mechanism, as well as use postgresql to keep user records.