Como instalar o MongoDB no Ubuntu 18.04
O autor selecionou a Corporativa Creative Commons para receber uma doação de $100 como parte do programa Write for DOnations. [O…
O autor selecionou a Corporativa Creative Commons para receber uma doação de $100 como parte do programa Write for DOnations. [O…
In October 2013, the MySQL development team officially launched support for yum repositories. This means that you can now ensure that you have the latest and greatest version of MySQL installed directly from the source! In this guide we will install MySQL 5.6 on a fresh installation of Centos 6, and then apply a couple of extra touches to optimize configuration for the cloud provider.
MySQL adalah suatu sistem manajemen basis data sumber terbuka, yang umumnya diinstal sebagai bagian dari tumpukan LAMP (Linux, Apache, MySQL, PHP/Python/Perl) yang populer. Ini menerapkan model relasional dan menggunakan SQL (Structured Query Language) untuk mengelola datanya. Tutorial ini akan menjelaskan cara menginstal MySQL pada server Ubuntu 20.04.
Here we’ll walk you through the installation of Nagios on CentOS 6.
Nginx — один из самых популярных веб-серверов в мире. На веб-серверах Nginx размещены некоторые самые крупные сайты в Интернете с самым высоким уровнем трафика. Обычно он использует ресурсы эффективнее, чем Apache, и может использоваться как веб-сервер или…
O Nginx é um dos servidores Web mais populares no mundo e é responsável por hospedar alguns dos sites de maior tráfego na Internet. Ele é uma escolha leve que pode ser usado como servidor web ou proxy reverso. Neste guia, vamos discutir como instalar…
Node.js — это среда выполнения JavaScript для программирования на стороне сервера. Она позволяет разработчикам создавать масштабируемый серверный функционал с помощью JavaScript, языка, который многим уже знаком по веб-разработке под браузер. В этом руководстве мы покажем вам…
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
PHP is a popular server scripting language known for creating dynamic and interactive web pages. Getting up and running with your language of choice is the first step in learning to program.
O PostgreSQL ou Postgres é um sistema de gerenciamento de banco de dados relacionados que fornece uma implementação da linguagem estruturada SQL. Ele está em conformidade com as normas e possui muitos recursos…