Cómo configurar el acceso remoto para MongoDB en Ubuntu 20.04
Melissa Anderson escribió una versión anterior de este tutorial. MongoDB, también conocido como Mongo, es una base de datos de documentos de código abierto usada comúnmente en…
Melissa Anderson escribió una versión anterior de este tutorial. MongoDB, también conocido como Mongo, es una base de datos de documentos de código abierto usada comúnmente en…
WebDAV is a technology that allows you to share access and modify content directly through the regular HTTP protocol. This allows you easy file sharing capabilities built into your web server and the ability to collaboratively build a website. This guide will cover how to configure WebDAV on Ubuntu with the Apache web server.
This tutorial will show you how to create a High Availability HAProxy load balancer setup on the cloud provider, with the support of a Floating IP and the Corosync/Pacemaker cluster stack. The HAProxy load balancers will each be configured to split traffic between two backend application servers. If the primary load balancer goes down, the Floating IP will be moved to the secondary load balancer automatically, allowing service to resume.
GlusterFS is a network-attached storage filesystem that allows you to pool computing or storage resources of multiple machines. In turn, this lets you treat various computers as a single, more powerful unit. In this guide, you will create a redundant clustered storage array. This will provide functionality similar to a mirrored RAID configuration over the network
TLS, ou “transport layer security” – et son prédécesseur SSL – sont des protocoles utilisés pour envelopper le trafic normal dans une enveloppe protégée et cryptée. Grâce à cette technologie, les serveurs peuvent envoyer en toute sécurité des informations à leurs…
Ansible is a configuration management tool that system administrators use to automate infrastructure management activities.
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.