Linux

How to Install and Secure the Mosquitto MQTT Messaging Broker on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How to Install and Secure the Mosquitto MQTT Messaging Broker on Debian 8

MQTT is a machine-to-machine messaging protocol, designed to provide lightweight publish/subscribe communication to “Internet of Things” devices. Mosquitto is a popular MQTT server (or broker, in MQTT parlance) that has great community support and is easy to install and configure. In this tutorial, we’ll install Mosquitto, retrieve SSL certificates from Let’s Encrypt, and set up our broker to use SSL to secure our password-protected MQTT communications.

Read more
How To Install and Use Ack, a Grep Replacement for Developers, on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use Ack, a Grep Replacement for Developers, on Ubuntu 14.04

Searching for files and searching through files are two activities that you probably do often when developing an application. Ack is a search tool that is optimized for working on source files. It can intelligently handle searches very fast and is a suitable replacement for grep in most situations. In this guide, we’ll show you how to install and use ack on an Ubuntu 14.04 server.

Read more
How To Install and Use ClickHouse on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use ClickHouse on Ubuntu 18.04

[ClickHouse](https://clickhouse.yandex) is an open-source, column-oriented analytics database for [OLAP](https://en.wikipedia.org/wiki/Online_analytical_processing) and big data use cases. In this tutorial, you’ll install the ClickHouse database server and client on your machine. You’ll use the DBMS for typical tasks and optionally enable remote access from another server so that you’ll be able to connect to the database from another machine.

Read more
Установка и использование PostgreSQL на Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка и использование PostgreSQL на Ubuntu 18.04

Системы управления реляционными базами данных являются ключевым компонентом многих веб-сайтов и приложений. Они предоставляют структурированный способ хранения, организации и доступа к информации. PostgreSQL, или Postgres, — это система управления…

Read more
Установка и использование TimescaleDB в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка и использование TimescaleDB в Ubuntu 18.04

Автор выбрал Computer History Museum для получения пожертвования в рамках программы Write for DOnations. Многие приложения, в том числе системы мониторинга и сбора данных, собирают данные для дальнейшего анализа. В…

Read more
Установка Apache Kafka на Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка Apache Kafka на Ubuntu 18.04

Автор выбрал фонд Free and Open Source Fund для получения пожертвования в рамках программы Write for DOnations. Apache Kafka — это популярный распределённый программный…

Read more
How To Install Bacula Server on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Bacula Server on CentOS 7

Bacula is an open-source network backup solution that allows you create backups and perform data recovery of your computer systems. In this tutorial, we will show you how to install and configure the server components of Bacula on a CentOS 7 server.

Read more
CHAT