Comment configurer l’accès à distance pour 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…
WebDAV allows you to connect file systems from Mac, Windows, and Linux desktop computers to a designated directory on your server. Follow this tutorial to configure and secure WebDAV. Upon completion, you can give authenticated access to files hosted on your server over the Internet.
This tutorial will demonstrate how you can use Corosync and Pacemaker with a Reserved IP to create a high availability (HA) server infrastructure on the cloud provider. Corosync is an open source program that provides cluster membership and messaging capabilities, often referred…
Eine frühere Version dieses Tutorials wurde von Justin Ellingwood verfasst. Single Points of Failure stellen bei der Speicherung kritischer Daten ein beträchtliches Risiko dar. Während sich mit vielen Datenbanken…
O TLS, ou “segurança de camada de transporte” — e seu antecessor, o SSL — são protocolos usados para envolver o tráfego normal em um pacote protegido, criptografado. Ao usar esta tecnologia, os servidores podem enviar informações com segurança aos seus clientes sem que…
Use AppArmor to heighten security for your Ubuntu applications. This tutorial uses Nginx as an example.
PostgreSQL is a database management system that uses the SQL querying language to manipulate data. Many applications and websites have data storage needs that can be satisfied by PostgreSQL. This guide will demonstrate how to create and manage tables within the PostgreSQL interface.
Deploy a Meteor.js application on Ubuntu 14.04 with Nginx and MongoDB. This tutorial shows you how to build and deploy a production-ready version of your JavaScript application using the Meteor framework.
In this the cloud provider article, following our previous ones on installing and getting started with Kohana, we’ll see how to prepare a VPS to deploy a Kohana based PHP web application – using Debian 7 / Ubuntu 13 as our host operating system.
In a standard configuration, the SSH server grants file transfer access and terminal shell access to all users with an account on the system. In this tutorial, we’ll set up the SSH daemon to limit SFTP access to one directory with no SSH access allowed on per user basis on an Ubuntu 20.04 server.