ubuntu

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
How To Migrate a WordPress Installation from Apache to Nginx on an Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

How To Migrate a WordPress Installation from Apache to Nginx on an Ubuntu VPS

Many users initially set up WordPress installations using the Apache web server. While Apache does an excellent job serving content in most instances, Nginx, an alternative web server, can often do the same using fewer resources. The implication of this is that your WordPress site can handle more users if it is being served by Nginx. In this guide, we will discuss how to migrate your WordPress installation from Apache to Nginx.

Read more
CHAT