All Articles
Browse all Linuxize tutorials, guides, and references.
How to Install Joomla with Apache on Ubuntu 18.04
Joomla is one of the most popular open-source content management systems that powers hundreds of thousands of websites. In this tutorial we will explain how to install Joomla on Ubuntu 18.04.

How to Configure MySQL Master-Slave Replication on Ubuntu 18.04
MySQL replication is a process that allows data from one database server to be automatically copied to one or more servers. This tutorial covers a basic example of MySQL Master/Slave replication with one master and one slave server on Ubuntu 18.04.

How to Install Elasticsearch on CentOS 7
Elasticsearch is one of the most popular search engines powering applications that have complex search requirements such as big e-commerce stores and analytic applications. This tutorial explains how to install Elasticsearch on CentOS 7.

How to Install Python 3.7 on Debian 9
Python is one of the most popular programming languages in the world. With its simple and easy to learn syntax Python is a great choice for beginners and experienced developers. This tutorial covers how to install Python 3.7 on Debian 9.

How to Install Apache Cassandra on CentOS 7
Apache Cassandra is an open-source NoSQL database with no single point of failure, providing linear scalability and high availability without compromising performance. This tutorial describes how to install Apache Cassandra on CentOS 7.

How to Install Django on Debian 9 Linux
Django is the most popular Python web framework designed to help developers build secure, scalable and maintainable web applications. Django can be installed system-wide or in a Python virtual environment using pip.

How to Install Django on CentOS 7
Django is a free and open-source high-level Python web framework designed to help developers build secure, scalable and maintainable web applications. In this tutorial, we will be installing and configuring the latest stable version of Django on a CentOS 7 machine inside a Python virtual environment.

How to Install Django on Ubuntu 18.04
Django is a free and open-source high-level Python web framework designed to help developers build secure, scalable and maintainable web applications. This tutorial provide a step by step instructions about how to install Django in a Python virtual environment on Ubuntu 18.04.

How To Set Up Apache Virtual Hosts on Debian 9
Apache Virtual Hosts allows you to host more than one domain on a single machine. In this tutorial, we will walk you through on how to set up Apache Virtual Hosts on Debian 9.

How to Set Up Apache Virtual Hosts on CentOS 7
In this tutorial, we'll provide a step by step instructions about how to set up Apache Virtual Hosts on a CentOS 7 server. Apache Virtual Hosts allows multiple websites to run on one Web server.

How To Set Up Apache Virtual Hosts on Ubuntu 18.04
In this tutorial, we'll provide a step by step instructions about how to set up Apache Virtual Hosts on Ubuntu 18.04. Apache Virtual Hosts allows you to run more than one website on a single machine.

How to Upgrade from Ubuntu 16.04 to 18.04
The latest Ubuntu LTS release, Ubuntu 18.04 (Bionic Beaver), was released on April 26, 2018 and it will be supported for 5 years until April 2023. In this tutorial we will show you how to upgrade your Ubuntu 16.04 installation or later to Ubuntu 18.04 (Bionic Beaver).

How to Install and Configure Redis on Debian 9
Redis is an open-source in-memory key-value data store. It can be used as a database, cache and message broker and supports various data structures such as Strings, Hashes, Lists, Sets, etc. This tutorial explains how to install and configure Redis on a Debian 9 server.

How to Install and Configure Redis on CentOS 7
Redis is an open-source in-memory data structure store. It can be used as a database, cache and message broker and supports various data structures such as Strings, Hashes, Lists, Sets etc.

How to Install and Configure Redis on Ubuntu 18.04
Redis is an open-source in-memory data structure store. It can be used as a database, cache and message broker and supports various data structures such as Strings, Hashes, Lists, Sets, etc. This tutorial describes how to install and configure Redis on an Ubuntu 18.04 server.

How to change hostname on Debian 9 Linux
This tutorial will guide you through the process of changing a hostname on a Debian 9 without the need of restarting your system.

How to Change Hostname on CentOS 7
This tutorial guides you through the process of changing a hostname on a CentOS 7 without the need of restarting your system.

How to Change Hostname on Ubuntu 18.04
This tutorial will guide you through the process of changing a hostname on Ubuntu 18.04 without the need of restarting your system.

How to Install Slack on Ubuntu 18.04
Slack is one of the most popular collaboration platform in the world that brings all your communication together. This tutorial explains how to install Slack on Ubuntu 18.04.

How to Create Python Virtual Environments on Ubuntu 18.04
Python virtual environment is a self-contained directory tree that includes a Python installation and number of additional packages. In this tutorial, we'll provide a step by step instructions about how to create Python virtual environments on Ubuntu 18.04.
