Miscellaneous

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
What's New in Debian 10 Buster — step-by-step Linux tutorial on Progressive Robot

What’s New in Debian 10 Buster

This guide is a brief overview of the new features and significant changes to Debian 10 Buster since the previous Debian release. It focuses mainly on changes that will affect users running Debian in a typical server environment.

Read more
How To Share Files with FileRun on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Share Files with FileRun on CentOS 7

FileRun is a PHP file manager and file sharing application that helps you access, organize, view and edit files. You can use it with office documents, photos, music, and any other type of file that you might store on your web server. In this tutorial, we will install FileRun on a CentOS 7 server.

Read more
An Advanced Message Queuing Protocol (AMQP) Walkthrough — step-by-step DevOps tutorial on Progressive Robot

An Advanced Message Queuing Protocol (AMQP) Walkthrough

In this the cloud provider article, we are going to try something new and help developers (and anyone interested) become thoroughly familiar with the Advanced Message Queueing Protocol. It’s an open [technical] standard (a common ground) designed to allow development of applications which are tailored to work as middleware in brokering of messages between different processes, applications, or even unrelated systems that need to talk to each other and pass on messages.

Read more
How To Enable SFTP Without Shell Access on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Enable SFTP Without Shell Access on CentOS 7

SFTP stands for SSH File Transfer Protocol. As its name suggests, it’s a secure way of transferring files to a server using an encrypted SSH connection. n a standard configuration, the SSH server grants file transfer access and terminal shell access to all users with an account on the system. In this tutorial, we’ll set up the SSH daemon to limit SFTP access to one directory with no SSH access allowed on per user basis.

Read more
How To Host a File Sharing Server with Pydio on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Host a File Sharing Server with Pydio on Ubuntu 14.04

As adoption of the cloud increases, more and more data is being stored remotely. From music to pictures to personal documents, many people are uploading files onto servers they don’t manage. If you’d rather keep your files on a server you control, you can host your own Dropbox-like file sharing server using Pydio. In this article, we’ll stand up a straightforward Pydio installation that runs well even without powerful hardware.

Read more
Top 10 Linux Easter Eggs — step-by-step Linux tutorial on Progressive Robot

Top 10 Linux Easter Eggs

Linux can be hard work. This article was made to show the other side of Linux, where things don’t have to be so serious all of the time. Many of the people who contribute to open source projects have a great sense of humor.

Read more
Como instalar e configurar a VNC no Debian 9 — step-by-step Linux tutorial on Progressive Robot

Como instalar e configurar a VNC no Debian 9

O Virtual Network Computing, ou VNC, é um sistema de conexão que permite que você use seu teclado e mouse para interagir com um ambiente gráfico da área de trabalho em um servidor remoto. Isso facilita o gerenciamento de arquivos, software e configurações em um servidor remoto…

Read more
CHAT