ubuntu

How To Install Salt on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Salt on Ubuntu 12.04

In this tutorial, you will install a Salt Master and a Salt Minion on a cloud servers running Ubuntu 12.04. You will also begin to explore how Salt works by executing a few simple commands.

Read more
Comment installer le serveur web Apache sur Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Comment installer le serveur web Apache sur Ubuntu 20.04

Le serveur HTTP Apache est le serveur web le plus utilisé au monde. Il offre de nombreuses fonctionnalités puissantes, notamment des modules à chargement dynamique, une prise en charge robuste des médias et une intégration poussée avec d’autres logiciels populaires. Dans ce…

Read more
How To Install the Django Web Framework on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install the Django Web Framework on Ubuntu 16.04

Django is a full-featured Python web framework for developing dynamic websites and applications. Using Django, you can quickly create Python web applications and rely on the framework to do a good deal of the heavy lifting. In this guide, we will show you how to get Django…

Read more
How To Install Wordpress and PhpMyAdmin with Docker Compose on Ubuntu 14.04 — step-by-step Docker tutorial on Progressive Robot

How To Install WordPress and PhpMyAdmin with Docker Compose on Ubuntu 14.04

This article provides a real-world example of using Docker Compose to install an application, in this case WordPress with PHPMyAdmin as an extra. WordPress normally runs on a LAMP stack, which means Linux, Apache, MySQL/MariaDB, and PHP. The official WordPress Docker image includes Apache and PHP for us, so the only part we have to worry about is MariaDB.

Read more
How To Install Xibo on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Xibo on Ubuntu 12.04

Xibo is a digital signage platform that is released under an open-source license. The system is made up from two components: first of all there is the server, which is used to create and schedule the layouts; and then there is the client, which downloads all of the relevant information about the currently scheduled layout and displays this on the screen. Here’s how to install Xibo on Ubuntu 12.04.

Read more
How To Manage and Use MySQL Database Triggers on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Manage and Use MySQL Database Triggers on Ubuntu 18.04

In MySQL a trigger is a user-defined SQL command that is invoked automatically during an INSERT, DELETE, or UPDATE operation. The trigger code is associated with a table and is destroyed once a table is dropped. You can specify a trigger action time and set whether it will be activated before or after the defined database event. In this tutorial, you’ll create, use, and delete different types of triggers on your MySQL database.

Read more
CHAT