Linux

Установка и настройка VNC в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка и настройка VNC в Ubuntu 20.04

Virtual Network Computing или VNC — это система подключения, позволяющая использовать клавиатуру и мышь для взаимодействия с графической средой рабочего стола на удаленном сервере. Данная система упрощает управление файлами, программным обеспечением и настройками на удаленном…

Read more
How to Install and Secure the Mosquitto MQTT Messaging Broker on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Install and Secure the Mosquitto MQTT Messaging Broker on Ubuntu 18.04

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 Beanstalkd Work Queue on a VPS — step-by-step Linux tutorial on Progressive Robot

How To Install and Use Beanstalkd Work Queue on a VPS

In this the cloud provider article, we learn about installing Beanstalkd using a packagemanager as well as compiling it from source. The article goes into detail in its explanation of Beanstalkd and compares it to other systems to let developers know why they might want to use it instead of others.

Read more
How to Install and Use Composer on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How to Install and Use Composer on Debian 11

Composer is a popular dependency management tool for PHP, created mainly to facilitate installation and updates for project dependencies. In this guide, we’ll see how to install and use Composer on a Debian 11 server.

Read more
How To Install and Use GoAccess Web Log Analyzer with Apache on Debian 7 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use GoAccess Web Log Analyzer with Apache on Debian 7

GoAccess allows you to monitor web server logs in real time, using a simple command-line dashboard, in order to quickly view and analyze traffic metrics. It runs entirely in a terminal with statistics organized into separate panels on one scrollable dashboard. It is also possible to use GoAccess to generate HTML, JSON, and CSV web traffic reports.

Read more
CHAT