ubuntu

How To Upgrade to PHP 7 on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Upgrade to PHP 7 on Ubuntu 14.04

PHP 7.0 was released on December 3, 2015. It promises substantial speed improvements over previous versions of the language, along with new features like scalar type hinting. This guide explains how to quickly upgrade a PHP 5.x installation on an Ubuntu 14.04 system with Apache or Nginx, using community-provided packages.

Read more
How to Use Ansible to Install and Set Up Docker on Ubuntu 22.04 — step-by-step Docker tutorial on Progressive Robot

How to Use Ansible to Install and Set Up Docker on Ubuntu 22.04

Docker is an application that simplifies the process of managing application processes in *containers*. This guide explains how to use Ansible to automate the steps contained in our guide on How To Install and Use Docker on Ubuntu 22.04. Ansible is a modern configuration management tool that can be used to automate the provisioning and configuration of remote systems.

Read more
How To Use Fabric To Automate Administration Tasks And Deployments — step-by-step Linux tutorial on Progressive Robot

How To Use Fabric To Automate Administration Tasks And Deployments

In this the cloud provider article, the system administration and application deployment streamlining library “Fabric” is our subject. We will learn how to install this wonderful tool, as well as see how easy things can become by simply automating mundane management tasks that would otherwise require jumping through hoops with bash hacks and hard-to-maintain, complex scripts.

Read more
CHAT