ubuntu

Cómo instalar y configurar VNC en Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar y configurar VNC en Ubuntu 20.04

Virtual Network Computing, o VNC, es un sistema de conexión que le permite usar su teclado y mouse para interactuar con un entorno de escritorio gráfico en un servidor remoto. Hace que administrar archivos, software y ajustes en un servidor remoto sea más fácil para los…

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

How to Install and Secure the Mosquitto MQTT Messaging Broker on Ubuntu 16.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
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 Docker on Ubuntu 16.04 — step-by-step Docker tutorial on Progressive Robot

How To Install and Use Docker on Ubuntu 16.04

There are two methods for installing Docker on Ubuntu 16.04. One method involves installing it on an existing installation of the operating system. The other involves spinning up a server with a tool called Docker Machine that auto-installs Docker on it.

Read more
CHAT