Como instalar o MongoDB no Ubuntu 20.04
Uma versão anterior deste tutorial foi escrita por Melissa Anderson. O MongoDB, também conhecido como Mongo, é um banco de dados de documentos de código aberto usado em muitas…
Uma versão anterior deste tutorial foi escrita por Melissa Anderson. O MongoDB, também conhecido como Mongo, é um banco de dados de documentos de código aberto usado em muitas…
MySQL es un sistema de administración de bases de datos de código abierto, que comúnmente se instala como parte de la popular pila…
Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. In this guide, we’ll explain how to install Nginx on your Ubuntu 18.04 server.
Node.js is a popular Javascript platform that can be used to build web applications quickly and easily. Node.js uses Javascript on both the front-end and back-end to create a more consistent experience for developers. In this guide, we’ll get you up and running with Node.js on an Ubuntu 14.04 server.
OpenVPN Access Server is a “full featured SSL VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, and Linux OS environments.” Install OpenVPN Access Server on your Ubuntu 12.04 VPS.
PostgreSQL, или Postgres, — это система управления реляционными базами данных, которая представляет собой реализацию языка запросов SQL. Она соответствует стандартам и обладает множеством передовых функций, таких…
This tutorial will get your Ubuntu 22.04 server set up with a Python 3 programming environment. Programming on a server has many advantages and supports collaboration across development projects. The general principles of this tutorial will apply to any distribution of Debian Linux.
O autor selecionou a Fundação do Software Apache para receber uma doação de $100 como parte do programa Write for DOnations. [O Jupyter…
The Apache HTTP server is the most widely-used web server in the world. It provides many powerful features, including dynamically loadable modules, robust media support, and extensive integration with other popular software. In this guide, we’ll explain how to install an Apache web server on your Ubuntu 18.04 server.
Apache Accumulo is an open-source distributed NoSQL database based on Google’s [BigTable](http://research.google.com/archive/bigtable.html). It is used to efficiently perform CRUD (Create Read Update Delete) operations on extremely large data sets. Accumulo allows fine-grained security in the form of cell-level access control. Learn how to: Install and configure Apache HDFS and ZooKeeper as prerequisites; Install and configure a standalone instance of Accumulo.