All Articles
Browse all Linuxize tutorials, guides, and references.
How to Install and Configure Redis on Debian 10 Linux
In this tutorial, we will cover how to install and configure Redis on a Debian 10, Buster. Redis is an open-source in-memory key-value data store.

How to Disable SELinux on CentOS 8
Security Enhanced Linux or SELinux is a security mechanism built into the Linux kernel used by RHEL-based distributions. In this tutorial, we will explain to disable SELinux on CentOS 8.

How to Install Google Chrome Web Browser on CentOS 8
This tutorial explains how to install the Chrome Browser web browser on CentOS 8. Chrome is the most widely used web browser in the world.

How to Install Go on CentOS 8
This tutorial, explains how to download and install Go on a CentOS 8 system. Go is a modern open-source programming language created by Google.

Uptime Command in Linux
The uptime command gives you information about the current time, online users, how long your system has been up and running, and the system load average.

How to Install PostgreSQL on CentOS 8
In this guide, we will discuss how to install the PostgreSQL database server on CentOS 8. We will also explore the basics of PostgreSQL database administration.

How to Install PHP on Debian 10 Linux
In this guide, we will discuss how to install PHP on Debian 10, Buster. We'll also show you how to integrate PHP with Nginx and Apache.

How to Install Webmin on CentOS 8
Webmin is an open-source control panel that allows you to manage your Linux server through an easy-to-use web interface. This tutorial explains how to install Webmin on CentOS 8.

How to Install Anaconda on Debian 10
Anaconda is the most popular Python/R data science and machine learning platform. In this tutorial we will walk you through downloading and installing Anaconda Python Distribution on Debian 10.

How to Disable SELinux on CentOS 7
SELinux is a Linux kernel security module that allows administrators and users more control over access controls. In this tutorial we will show you how to disable SELinux on CentOS 7 systems.

How to Set Up a Firewall with FirewallD on CentOS 7
FirewallD is a complete firewall solution that manages the system's iptables rules and provides a D-Bus interface for operating on them. In this tutorial, we show you how to set up a firewall with FirewallD on your CentOS 7 system and explain you the basic FirewallD concepts.

How to Install Tomcat 9 on Debian 9
This tutorial will show you how to install Apache Tomcat 9.0 on Debian 9 and configure the Tomcat web management interface.

How to Install Tomcat 9 on CentOS 7
This tutorial covers the steps required to install Tomcat 9 on CentOS 7. Tomcat is an open-source implementation of the Java Servlet, JavaServer Pages, Java Expression Language, and Java WebSocket technologies.

How to Install Tomcat 9 on Ubuntu 18.04
This tutorial will show you how to install and configure Tomcat 9 on Ubuntu 18.04. Apache Tomcat is an open-source implementation of the Java Servlet, JavaServer Pages, Java Expression Language, and Java WebSocket technologies.

How to Configure and Manage the Firewall on CentOS 8
In this tutorial, we will talk about how to configure and manage the firewall on CentOS 8. We'll also explain the basic FirewallD concepts.

How to Install Tomcat 9 on Debian 10 Linux
This tutorial explains how to install Apache Tomcat 9.0 on Debian 10 Buster and configure the Tomcat web management interface.

How to Change Hostname on CentOS 8
This guide explains how to set or change the hostname on CentOS 8 without needing to restart the system.

How to Install Python 3.8 on Ubuntu 18.04
In this tutorial we'll cover two different ways to install Python 3.8 on Ubuntu 18.04. The first option is to install the deb package from the deadsnakes PPA, and the second one is by building from the source code.

How to Add User to Sudoers in CentOS
In CentOS you have two options to grant sudo access to a user. The first one is to add the user to the sudoers file. The second option is to add the user to the wheel group.

How to Install Python on CentOS 8
Python is one of the most popular programming languages in the world. This guide will walk you through installing Python 3 and Python 2 on CentOS 8.
