Sunday, March 31, 2019

How to Set Up OpenStreetMap Tile Server on Ubuntu 18.04

OpenStreetMap, aka OSM, is a user contributed world map that is freely editable. You can think of it as an open-source and self-hosted alternative to Google Maps. This tutorial will show you how to build your own OpenStreetMap tile server on Ubuntu 18.04.
Prerequisites/Hardware Requirements
The...

Read full story here:
How to Set Up OpenStreetMap Tile Server on Ubuntu 18.04

Sunday, March 24, 2019

How to Set Up MariaDB Master-Slave Replication with Galera Cluster

Previously, we discussed how to set up MariaDB Galera cluster on Ubuntu and how to encrypt replication traffic in Galera cluster. In this tutorial, we will be learning how to add an asynchronous replication slave to Galera cluster, which means the Galera cluster will be acting as a...

Read full story here:
How to Set Up MariaDB Master-Slave Replication with Galera Cluster

Tuesday, March 19, 2019

How to Encrypt Replication Traffic in MariaDB Galera Cluster on Ubuntu

Previously, we discussed how to set up MariaDB Galera multi-master cluster on Ubuntu. By default, replication traffic in MariaDB Galera cluster is unencrypted. This tutorial will be showing you how to Enable TLS encryption so nodes in the cluster can communicate with each other securely over the...

Read full story here:
How to Encrypt Replication Traffic in MariaDB Galera Cluster on Ubuntu

Thursday, March 14, 2019

How to Set Up MariaDB Galera Cluster on Ubuntu 18.04, 18.10 and 16.04

This tutorial will be showing you how to set up MariaDB Galera Cluster on Ubuntu 18.04, 18.10 and 16.04 server. MariaDB is an open-source drop-in replacement for MySQL database server.
What is Galera Cluster?
Previously, I talked about master-slave replication in MariaDB. It’s a setup where data ...

Read full story here:
How to Set Up MariaDB Galera Cluster on Ubuntu 18.04, 18.10 and 16.04

Wednesday, March 6, 2019

How to Set Up MariaDB Master-Slave Replication on Ubuntu 18.04, 18.10

This tutorial will be showing you how to set up MariaDB master-slave replication on Ubuntu 18.04/18.10 server. MariaDB is a mature, stable, open-source relational database forked from MySQL. Replication is a feature in MariaDB that allows data on one server to be mirrored on another server. ...

Read full story here:
How to Set Up MariaDB Master-Slave Replication on Ubuntu 18.04, 18.10

How to Set Up MariaDB Master-Slave Replication on Ubuntu 18.04, 18.10

This tutorial will be showing you how to set up MariaDB master-slave replication on Ubuntu 18.04/18.10 server. MariaDB is a mature, stable, open-source relational database forked from MySQL. Replication is a feature in MariaDB that allows data on one server to be mirrored on another server. ...

Read full story here:
How to Set Up MariaDB Master-Slave Replication on Ubuntu 18.04, 18.10

Saturday, March 2, 2019

How to Install Latest MariaDB Version on Ubuntu 18.04, Ubuntu 18.10

This tutorial will be showing you how to install the latest version of MariaDB on Ubuntu 18.04 and Ubuntu 18.10 server. MariaDB is a mature, stable, open-source relational database forked from MySQL. Most Linux distributions have replaced MySQL with MariaDB as the default database server.
At the...

Read full story here:
How to Install Latest MariaDB Version on Ubuntu 18.04, Ubuntu 18.10