Linux Tutorials on the topic “centos”
-
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: 7 • Updated: May 22, 2020Nginx (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: 13 • Updated: May 18, 2020Microsoft 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: 0 • Published: May 15, 2020Apache 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: 0 • Published: Apr 30, 2020Askbot 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: 6 • Updated: Apr 30, 2020In 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: 0 • Published: Apr 29, 2020Ansible 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: 0 • Published: Apr 24, 2020Perf 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: 3 • Published: Apr 08, 2020VNC 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.
-
How to Install Apache ActiveMQ and Hawt.io on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, programming • Comments: 0 • Published: Apr 06, 2020Apache ActiveMQ is a free, open-source and Java-based message broker that can be used to send messages between two applications. In this tutorial, we will learn how to install Apache ActiveMQ on CentOS 8.
-
How to Install and Configure Mattermost on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, nginx, web server • Comments: 2 • Published: Apr 03, 2020Mattermost is a free, open-source and self-hosted enterprise team collaboration messaging system. In this tutorial, we will show you how to install Mattermost with Nginx reverse Proxy on CentOS 8.