Ubuntu 16.04

How To Install and Configure NATS on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure NATS on Ubuntu 16.04

NATS is an open source high performance messaging system, often described as “a central nervous system for the cloud”. In this tutorial you’ll configure gnats, the official NATS server and create a basic server overload warning system that sends out emails when server load gets too high, using `gnatsd` as its message broker.

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

How To Install and Use Composer on Ubuntu 16.04

Composer is a popular dependency management tool for PHP, created to facilitate installation and updates for project dependencies. It will check which other packages a specific project depends on and install them for you, using the appropriate versions according to the project requirements.

Read more
How to Install Hadoop in Stand-Alone Mode on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Install Hadoop in Stand-Alone Mode on Ubuntu 16.04

Hadoop is a Java-based programming framework that supports the processing and storage of extremely large datasets on a cluster of inexpensive machines. It was the first major open source project in the big data playing field and is sponsored by the Apache Software Foundation. …

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

How To Install Puppet 4 on Ubuntu 16.04

Puppet is a configuration management tool that helps system administrators automate the provisioning, configuration and management of a server infrastructure. In this tutorial, we will demonstrate how to install open source Puppet 4 in a master-agent setup on Ubuntu 16.04. In this setup, the Puppet master server—which runs the Puppet Server software—can be used to control al

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

How To Install WordPress with Caddy on Ubuntu 16.04

WordPress is a CMS that can be used to set up blogs and websites quickly and easily. In this guide, we’ll set up WordPress with Caddy. Caddy is a new web server quickly gaining popularity for its wide array of unique features, like HTTP/2 support and automatic TLS encryption with Let’s Encrypt, a popular free certificate provider.

Read more
CHAT