Linux

How To Install and Secure the Mosquitto MQTT Messaging Broker on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure the Mosquitto MQTT Messaging Broker on CentOS 7

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 Start Using Sculpin — step-by-step Linux tutorial on Progressive Robot

How To Install And Start Using Sculpin

In this tutorial, we will install Sculpin on our VPS running Ubuntu 12.04 and get started using it. We will see how to start a project from scratch, how to generate the static files, and how to use its internal web server to deliver the files to the browser. Additionally, I will show you how you can get started with a pre-made blogging site built in Sculpin and add new blog posts to it.

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

How To Install and Use ClickHouse on Debian 10

ClickHouse is an open-source, column-oriented analytics database created by Yandex for OLAP 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
Como Instalar e Utilizar o Composer no Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar e Utilizar o Composer no Ubuntu 20.04

O Composer é uma ferramenta popular de gerenciamento de dependências para o PHP, criado principalmente para facilitar a instalação e a atualização das dependências do projeto. Ele verificará de quais outros pacotes um projeto específico depende e os…

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

How To Install and Use phpPgAdmin on Ubuntu 12.04

phpPgAdmin is a php-based web application that provides a GUI interface for the postgresql system. It performs a similar function to phpMyAdmin, which allows users to manipulate database information in a visual program in MySQL. Here’s how to install and use phpPgAdmin on Ubuntu 12.04.

Read more
CHAT