Linux Tutorials on the topic “centos”
-
How to Install and Use Traefik as a Reverse Proxy with Docker on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server • Comments: 0 • Published: Sep 28, 2020Traefik is an open-source HTTP reverse proxy and load balancer that helps you to deploy microservices easily. In this tutorial, we will show you how to install and configure Traefik as a reverse proxy on CentOS 8.
-
How to Install Mantis Bug Tracker on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server, web server • Comments: 0 • Published: Sep 25, 2020MantisBT is a free, open-source and web-based bug tracking software written in PHP. It is simple, easy to use, user-friendly, and comes with a lot of tools that help you collaborate with teams to resolve bugs and issues quickly.
-
How to Install and Setup Varnish Cache 6 with Nginx on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, nginx, web server • Comments: 0 • Published: Sep 04, 2020Varnish Cache is a free and open-source reverse-proxy HTTP accelerator for websites and APIs. It can be installed as a reverse proxy in front of any web server running on HTTP.
-
-
How to Configure a Static IP Address on CentOS 8
Author: Muhammad Arul • Tags: centos, linux, networking • Comments: 5 • Updated: Sep 04, 2020In this tutorial, I will show you three different ways to set up a static IP address on CentOS 8 by using nmcli, nmtui and by editing the interface configuration file directly.
-
How to Install oVirt Open Virtualization Manager on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server, virtualization • Comments: 2 • Published: Sep 02, 2020oVirt is a free and open-source distributed virtualization solution that can be used to manage your entire infrastructure. In this tutorial, we will explain how to install oVirt on CentOS 8 server.
-
How to Install Lighttpd with PHP-FPM and MariaDB on CentOS 8
Author: Muhammad Arul • Tags: centos, linux, web server • Comments: 1 • Published: Aug 21, 2020In this tutorial, we will show you how to install and configure the LLMP Stack on the CentOS 8 Server. We will install the Lighttpd web server with the MariaDB database server, and the PHP-FPM on the latest version of CentOS 8 server.
-
How to Install and Configure MongoDB on CentOS 8
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 1MongoDB is a NoSQL database that provides high performance, high availability, and automatic scaling. In this tutorial, I will guide you to install and configure MongoDB 4.4 (stable) on a CentOS 8 server. We will add and configure the administrator user for MongoDB and configure the authentication for MongoDB services.
-
How to Install a CentOS 8 Minimal Server
Author: Till Brehm • Tags: centos, linux, server • Comments: 2This document describes the basic installation of a CentOS 8 server in detail with many screenshots. The purpose of this guide is to provide a minimal setup that can be used as basis for all kinds of CentOS server setups.
-
How to Install and Configure GitLab CE on CentOS 8
Author: Muhammad Arul • Tags: centos, linux, nginx, programming, server • Comments: 1GitLab is an open-source repository manager based on Rails developed by GitLab Inc. It is a web-based git repository manager that allows your team to collaborate on coding, testing, and deploying applications. In this tutorial, I will show you step by step how to install GitLab CE (Community Edition) on CentOS 8 Server.
-
How to Install Nginx with PHP and MySQL (LEMP Stack) on CentOS 7.6
Author: howtoforge • Tags: centos, linux, mysql, nginx, php, web server • Comments: 7Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a CentOS 7.6 server with PHP support (through PHP-FPM) and MySQL (Mariadb) support.