Ubuntu 16.04

How to Connect Your Internet of Things with Node-RED on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Connect Your Internet of Things with Node-RED on Ubuntu 16.04

Node-RED is a switchboard for the Internet of Things, a visual tool that helps you connect your favorite apps, websites, and hardware together to do new and useful things. Node-RED has a powerful and flexible interface, and a large open source community creating *nodes* to interact with a wide variety of apps and services. In this tutorial, we’ll install Node.js and Node-RED, get an SSL certificate from Let’s Encrypt, and use Nginx to handle secure connections for Node-RED.

Read more
How To Create Systemd Unit Files for Buildbot — step-by-step Linux tutorial on Progressive Robot

How To Create Systemd Unit Files for Buildbot

Buildbot is a Python-based continuous integration system for automating software build, test, and release processes. In this tutorial, we’ll create systemd unit files so that the server’s init system can manage the Buildbot processes.

Read more
How To Install and Configure OpenLDAP and phpLDAPadmin on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure OpenLDAP and phpLDAPadmin on Ubuntu 16.04

In this guide, we will discuss how to install and configure the OpenLDAP server on Ubuntu 16.04. We will then install phpLDAPadmin, a web interface for viewing and manipulating LDAP information. We will secure the web interface and the LDAP service with SSL certificates from Let’s Encrypt, a provider of free and automated certificates.

Read more
How To Install and Use PostgreSQL on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use PostgreSQL on Ubuntu 16.04

Relational database management systems are a key component of many web sites and applications. They provide a structured way to store, organize, and access information. PostgreSQL, or Postgres, is a relational database management system that provides an implementation…

Read more
How To Install ionCube on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install ionCube on Ubuntu 16.04

ionCube is a PHP module extension that loads encrypted PHP files and speeds up webpages. It is often required for PHP-based applications. In this tutorial, we will install ionCube on a Ubuntu 16.04 server.

Read more
How To Install R on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install R on Ubuntu 16.04

R is a popular open source programming language that specializes in statistical computing and graphics. It is widely used for developing statistical software and performing data analysis. R is easily extensible, and the community is known for continuously adding user-generated…

Read more
How To Install WordPress with LEMP on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with LEMP on Ubuntu 16.04

WordPress is the most popular CMS (content management system) on the internet. It allows you to easily set up flexible blogs and websites on top of a MySQL backend with PHP processing. WordPress has seen incredible adoption and is a great choice for getting a website up and…

Read more
CHAT