
How to Configure MySQL Master-Slave Replication on CentOS 7
MySQL replication is a process that allows you to automatically copy data from one database server to one or more servers. In this tutorial we will explain how to setup a MySQL Master/Slave replication with one master and one slave server on CentOS 7.
Read more

How to Install Apache Web Server on Raspberry Pi
Apache HTTP server is one of the most popular web servers in the world. In this tutorial, we will explain how to install Apache Web server on Raspberry Pi.

How to Install and Use PHP Composer on Debian 9
Composer is a dependency manager for PHP. This tutorial provides the steps necessary to install Composer on Debian 9 systems.

How to Install and Use PHP Composer on CentOS 7
Composer is a dependency manager for PHP. Composer will pull in all the required PHP packages your project depends on and manage them for you. In this tutorial, we will go through the steps of installing and using Composer on a CentOS 7 machine.
How to Install and Use PHP Composer on Ubuntu 18.04

How to Install and Use Docker Compose on Debian 9

How to Install and Use Docker Compose on CentOS 7

How to Install and Use Docker Compose on Ubuntu 18.04

How to Install Memcached on Debian 9

How to Install Node.js and npm on Raspberry Pi
