Comment sécuriser MongoDB sur Ubuntu 20.04
Une version antérieure de ce tutoriel a été écrite par Brennan Bearnes. MongoDB , également connu sous le nom de Mongo , est une base de données de documents open-source utilisée…
Une version antérieure de ce tutoriel a été écrite par Brennan Bearnes. MongoDB , également connu sous le nom de Mongo , est une base de données de documents open-source utilisée…
Neste guia, você construirá um aplicativo Python usando o microframework Flask no Ubuntu 20.04. A maior parte deste artigo será sobre como configurar o servidor do aplicativo Gunicorn, como iniciar o aplicativo e configurar o…
When looking at authentication logs, you might see several failed login attempts from various IP addresses that often .come from a node on a botnet. While you may not be able to stop these attacks, you can slow them down with tarpits. In this tutorial, you will install and configure Endlessh, a tarpit that slowly sends an infinitely long banner to any user attempting login, as well as configure the SSH service to run on a different port.
Une autorité de certification (AC) est une entité chargée d’émettre des certificats numériques pour vérifier les identités sur l’internet. Bien que les AC publiques soient un choix populaire pour vérifier l’identité des…
Django ist ein leistungsfähiges Web-Framework, das Ihnen dabei helfen kann, Ihre Python-Anwendung oder Website bereitzustellen. Django umfasst einen vereinfachten Entwicklungsserver zum lokalen Testen Ihres Codes; für alles, was auch nur ansatzweise mit der Produktion zu tun…
When setting up a web server, there are often sections of the site that you wish to restrict access to. Web applications often provide their own authentication and authorization methods, but the web server itself can be used to restrict access.
Автор выбрал фонд Free and Open Source Fund для получения пожертвования в рамках программы Write for DOnations. По мере перемещения инструментов для разработчиков в облако, появляется все большее…
The Node.js ecosystem provides a set of tools for interfacing with databases. One of those tools is _node-postgres_, which contains modules that allow Node.js to interface with the PostgreSQL database. In this tutorial, you’ll use `node-postgres` to connect and query the PostgreSQL database. You will then connect your application to the Postgres database using the `node-postgres` module. Afterwards, you will use `node-postgres` to insert, retrieve, and modify data in the PostgreSQL database.
An introduction to working with Ubuntu, a popular Linux distribution open-source operating system that’s operated by Canonical.
Um das maneiras de se proteger contra erros de memória insuficiente em aplicativos é através da adição de um espaço de swap ao seu servidor. Neste guia, falaremos sobre como adicionar um arquivo swap a um servidor Ubuntu 20.04. <$>[warning] Aviso: embora o swap seja…