ubuntu

Getting Started with The Yii PHP Framework - Part 2 — step-by-step Linux tutorial on Progressive Robot

Getting Started with The Yii PHP Framework – Part 2

In this tutorial, we continue what we started last time when we installed the Yii framework on the VPS and created our first application. We will go ahead and use some of the code generation tools provided by Yii to set up a first model for our data, generate the code for the CRUD operations, and take a look at how a typical Yii application workflow works.

Read more
How To Backup MySQL Databases on an Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

How To Backup MySQL Databases on an Ubuntu VPS

MySQL is a popular database management system that is often used to manage the data from websites and applications. This guide will demonstrate how to backup the data in your MySQL databases, using a number of different methods.

Read more
How To Change Themes and Adjust Settings in Ghost — step-by-step Linux tutorial on Progressive Robot

How To Change Themes and Adjust Settings in Ghost

Ghost is a clean blogging platform that is focused on clear presentation and easy content creation. the cloud provider has a one-click Ghost installation image, which you can use to install Ghost on your VPS. In this guide, we will discuss how to edit themes and basic settings in Ghost.

Read more
How To Configure MySQL Group Replication on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure MySQL Group Replication on Ubuntu 16.04

MySQL replication reliably mirrors the data and operations from one database to another. Conventional replication involves a primary server configured to accept database write operations. Secondary servers copy and apply actions from the primary’s log to its own data set. …

Read more
CHAT