Linux Tutorials on the topic “centos”
-
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.
-
-
How to Install Microsoft Teams Linux on Ubuntu and CentOS
Author: Hitesh Jethva • Tags: centos, linux, ubuntu • Comments: 14Microsoft Teams is a communication platform used for Chat, Calling, Meetings, and Collaboration. In this tutorial, we will show you how to install Microsoft Teams Linux on CentOS 8 and Ubuntu 16.04 - 20.04 desktop.
-
How To Install Apache CouchDB NoSQL Database on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server • Comments: 0Apache CouchDB is a free, open-source and document-oriented NoSQL database that uses JSON to store the data. In this tutorial, we will explain how to install Apache CouchDB on CentOS 8.
-
How to Install Askbot with Nginx and Secure with Let's Encrypt on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, nginx, web server • Comments: 0Askbot is a free, open-source and highly-customizable question and answer forum software written in Python and Django. It is simple, lightweight and very similar to other forum software StackOverflow and YahooAnswers.
-
Server monitoring with Munin and Monit on CentOS 7.2
Author: Till Brehm • Tags: centos, monitoring, security • Comments: 9In this article, I will describe how you can monitor your CentOS 7.2 server with Munin and Monit. Munin produces nifty little graphics about nearly every aspect of your server (load average, memory usage, CPU usage, MySQL throughput, eth0 traffic, etc.) without much configuration, whereas Monit checks the availability of services like Apache, MySQL, Postfix and takes the appropriate action such as a restart if it finds a service is not behaving as expected. The combination of the two gives you full monitoring: graphics that lets you recognize current or upcoming problems (like "We need a bigger server soon, our load average is increasing rapidly."), and a watchdog that ensures the availability of the monitored services.
-
How To Install and Test Ansible on Linux
Author: Nitesh Bhavsar • Tags: centos, linux, ubuntu • Comments: 0Ansible is a widely used configuration management tool written in Python language that helps to configure single or multiple machines at the same time. This tutorial shows how to install Ansible on CentOS, Debian and Ubuntu.
-
How to Install and Use Perf Performance Analysis Tool on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, monitoring • Comments: 0Perf is a performance analyzing tool in Linux operating systems that supports tracepoints, software performance counters, hardware performance counters and dynamic probes.
-
How to Install and Configure VNC Server on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server • Comments: 3VNC stands for "Virtual Network Computing" is a GUI desktop sharing application that can be used to access and control other computers over a network. In this tutorial, we will show you how to install VNC server on CentOS 8.