Ubuntu 16.04

Como Instalar o MongoDB no Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar o MongoDB no Ubuntu 16.04

O MongoDB é um banco de dados livre e open-source de documentos NoSQL utilizado comumente nas modernas aplicações web. Este tutorial irá ajudá-lo a configurar o MongoDB em seu servidor para um ambiente de produção de aplicações. <$>[note] No momento dessa publicação, os…

Read more
Начало работы с программно-конфигурируемой сетью и создание VPN с помощью ZeroTier One — step-by-step Linux tutorial on Progressive Robot

Начало работы с программно-конфигурируемой сетью и создание VPN с помощью ZeroTier One

Сегодня все больше и больше проектов разработки программного обеспечения реализуются командами, участники которых работают вместе из разных географических мест. Хотя у такого рабочего процесса есть много видимых преимуществ, существуют ситуации, когда таким командам может…

Read more
How to Block Unwanted SSH Login Attempts with PyFilter on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Block Unwanted SSH Login Attempts with PyFilter on Ubuntu 16.04

PyFilter aims to filter out all of the illegitimate login requests to your server and block them if too many are sent. In this tutorial, you’ll install and configure PyFilter to block SSH requests. Then you’ll install PyFilter as a service, and optionally configure cross-server ban syncing, a feature that lets multiple servers share the list of banned IP addresses, and enable PyFilter to record location data about an IP address. Finally, you’ll explore how to un-ban IP addresses.

Read more
How To Create a Multi-Node MySQL Cluster on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Create a Multi-Node MySQL Cluster on Ubuntu 16.04

MySQL cluster is a software technology which provides high availability and throughput. In short, there is one or more management nodes which control the data nodes (where data is stored). After consulting with the management node, clients (MySQL clients, servers, or native APIs) connect directly to the data nodes.

Read more
How To Install and Configure Sphinx on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Sphinx on Ubuntu 16.04

Sphinx is an open source search engine that allows full-text searches. In this tutorial we will set up Sphinx with MySQL server using the example SQL file included in the distribution package to give you a basic idea of how to use Sphinx for your project.

Read more
How To Install Buildbot on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Buildbot on Ubuntu 16.04

Buildbot is a Python-based continuous integration system for automating software build, test, and release processes. It uses Python’s Twisted library to handle asynchronous communication between a Buildmaster and one or more workers to…

Read more
How to Install MongoDB on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Install MongoDB on Ubuntu 16.04

MongoDB is a free and open-source NoSQL document database used commonly in modern web applications. This tutorial will help you set up MongoDB on your server for a production application environment.

Read more
CHAT