Ubuntu 16.04

How To Set Up a Node.js Application for Production on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up a Node.js Application for Production on Ubuntu 16.04

Node.js is an open source JavaScript runtime environment for easily building server-side and networking applications. Node.js applications can be run at the command line but this guide focuses on running them as a service using PM2, so that they will automatically restart on reboot or failure, and can safely be used in a production environment.

Read more
How To Spin Up a Hadoop Cluster with cloud servers — step-by-step Linux tutorial on Progressive Robot

How To Spin Up a Hadoop Cluster with cloud servers

This tutorial will cover setting up a Hadoop cluster on the cloud provider. The Hadoop software library is an Apache framework that lets you process large data sets in a distributed way across server clusters through leveraging basic programming models….

Read more
How To Use the cloud provider API v2 with Ansible 2.0 on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Use the cloud provider API v2 with Ansible 2.0 on Ubuntu 16.04

Ansible 2.0 has recently been released, and with it comes support for version 2 of the cloud provider API. This means that you can use Ansible to not only provision your web applications, but also to provision and manage your Droplets automatically. This tutorial will show by example how to use Ansible’s support of the cloud provider API v2.

Read more
Как установить и настроить VNC в Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Как установить и настроить VNC в Ubuntu 16.04

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

Read more
Deploying React Applications with Webhooks and Slack on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Deploying React Applications with Webhooks and Slack on Ubuntu 16.04

When a developer is making continuous changes to an application, a deployment system with webhooks can streamline development, particularly for teams. Integrating Slack notifications for code changes into a team’s workflow can also be helpful if part of the team relies on back-end software like an API. In this tutorial, you will set up an application with `create-react-app` and configure a webhook deployment system that integrates with GitHub and Slack.

Read more
CHAT