Cómo instalar MariaDB en Ubuntu 18.04
MariaDB es un sistema de administración de bases de datos de código abierto, que comúnmente se usa como alternativa para la parte de MySQL de la popular pila…
MariaDB es un sistema de administración de bases de datos de código abierto, que comúnmente se usa como alternativa para la parte de MySQL de la popular pila…
MariaDB is an open-source database management system, commonly used as an alternative for the MySQL portion of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It is intended to be a drop-in replacement for MySQL. This quickstart tutorial will explain how to install MariaDB on an Ubuntu 20.04 server, and verify that it is running and has a safe initial configuration.
O MongoDB é um banco de dados de documento NoSQL de código aberto e gratuito usado habitualmente em aplicativos Web modernos. Ao seguir este tutorial, você instalará o MongoDB em um servidor Ubuntu 20.04 usando os repositórios APT padrão. Você também aprenderá como gerenciar seus serviço e habilitar, de maneira opcional, o acesso remoto.
Moodle is a very popular and seasoned learning platform used by many institutions. While it is easy to set up a working moodle platform, it is a lot harder to run it smoothly for many concurrent users. Therefore some of the design choices taken in this guide try to solve this issue and offer a clean and fast solution for common use cases.
MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It implements the relational model and uses SQL (Structured Query Language) to manage its data. This tutorial will explain how to install MySQL on an Ubuntu 20.04 server.
Nginx adalah salah satu server web terpopuler di dunia dan berperan sebagai hos dari sebagian situs terbesar dan situs yang memiliki lalu lintas tertinggi di internet. Dalam panduan ini, kita akan membahas cara menginstal Nginx pada server Ubuntu 20.04 Anda.
Dalam panduan ini, kami akan menunjukkan kepada Anda tiga cara berbeda menginstal Node.js pada server Ubuntu 20.04: menggunakan apt untuk menginstal paket nodejs dari repositori perangkat lunak asali Ubuntu, menggunakan apt dengan repositori perangkat lunak PPA alternatif untuk menginstal versi spesifik dari paket nodejs, dan menginstal Node Version Manager serta menggunakannya untuk menginstal dan mengelola berbagai versi Node.js
Our guide on installing phpBB Forums on your Ubuntu 12.10 VPS.
Prometheus is an open source monitoring system and time series database. It addresses many aspects of monitoring such as the generation and collection of metrics, graphing the resulting data on dashboards, and alerting on anomalies. To achieve this, it offers a variety of components that are run separately but used in combination.
This tutorial explains how to install Ruby, how to install any required dependancies, how to install Ruby Gems, how to install Rails, how to install Phusion Passenger, and how to use Passenger to install nginx. Passenger is an app server that allows you to deploy your rails application in production. This tutorial describes how to run Rails with nginx using passenger.