Como instalar o MySQL no CentOS 8
O MySQL é um sistema de gerenciamento de banco de dados de código aberto, que é geralmente instalado como parte da pilha popular LEMP (Linux,…
O MySQL é um sistema de gerenciamento de banco de dados de código aberto, que é geralmente instalado como parte da pilha popular LEMP (Linux,…
MySQL est un système de gestion de base de données open source, généralement installé dans le cadre de la populaire pile LAMP ((Linux,…
This articles covers how to install Nginx, a web server, on a CentOS 7 virtual server. This can be done with the CentOS package installer, yum.
Nginx is one of the most popular web servers in the world. It is extremely flexible and powerful and can be used to efficiently host sites and applications small or large sites and applications. In this guide we’ll cover how to install and set this up on an Ubuntu 14.04 server.
Nginx — один из самых популярных в мире веб-серверов, на базе которого размещены некоторые из самых крупных сайтов интернета с огромным трафиком. Обычно он использует ресурсы эффективнее, чем Apache, и может использоваться как веб-сервер или обратный прокси-сервер. В этом…
Node.js is a JavaScript platform for general-purpose programming that allows users to build network applications quickly.
In this guide, we will show you four different ways of getting Node.js installed on an Ubuntu server: using apt to install the nodejs package from Ubuntu’s default software repository, using apt with an alternate PPA software repository to install specific versions of the nodejs package, installing the Node Version Manager and using it to install and manage multiple versions of Node.js, and installing Node.js from source
phpIPAM is a dedicated tool for IP address management that provides automatic ping scans, status reports (so you can see which of your hosts are up and which are down), and email notifications. In this tutorial, you will install and configure phpIPAM on a Linux, Apache, MySQL, and PHP (LAMP) stack running on Ubuntu 16.04 and then create records related to a sample subnet.
ProcessWire is a flexible, open-source PHP Content Management System. It is easy to update for clients and a pleasure to work with for developers. Here’s how to install ProcessWire on an Ubuntu VPS.
This tutorial will get your Ubuntu 18.04 server set up with a Python 3 programming environment. Programming on a server has many advantages and supports collaboration across development projects.