Ubuntu 16.04

Как установить Node.js в Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Как установить Node.js в Ubuntu 16.04

Node.js это платформа для разработки приложений на языке JavaScript, позволяющая быстро создавать приложения, работающие в сети. Использование JavaScript одновременно на клиентской и на серверной стороне позволяет сделать разработку более унифицированной и спроектированной в…

Read more
Como Instalar e Utilizar o PostgreSQL no Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar e Utilizar o PostgreSQL no Ubuntu 16.04

Sistemas gerenciadores de banco de dados são um componente chave em muitos sites web e aplicações. Eles fornecem uma forma estruturada de armazenar, organizar, e acessar informações. PostgreSQL, ou Postgres, é um sistema gerenciador de banco de dados relacional que…

Read more
¿Cómo Instalar y Proteger phpMyAdmin en Ubuntu 16.04? — step-by-step Linux tutorial on Progressive Robot

¿Cómo Instalar y Proteger phpMyAdmin en Ubuntu 16.04?

Aunque muchos usuarios necesitan la funcionalidad de un sistema de gestión de bases de datos como MySQL, pueden no sentirse cómodos de interactuar con el sistema únicamente desde la consola de MySQL. PhpMyAdmin fue creado para que los usuarios puedan interactuar con…

Read more
How To Configure Redis Replication on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure Redis Replication on Ubuntu 16.04

Redis is an open-source key-value data store, using an in-memory storage model with optional disk writes for persistence. It features transactions, a pub/sub messaging pattern, and automatic failover among other functionality. Redis has clients written in most languages with…

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

How To Enable SFTP Without Shell Access on Ubuntu 16.04

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. In 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 Install and Configure Ghost on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Ghost on Ubuntu 16.04

Ghost is a light-weight open-source blogging platform. In this tutorial, you’ll set up a production-ready Ghost instance on Ubuntu 16.04 using the official `ghost-cli` installation wizard. This will install Ghost, configure Nginx to proxy requests to Ghost, secure it with a [Let’s Encrypt](https://letsencrypt.org/) certificate, and configure Ghost to run in the background as a system service.

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
CHAT