Linux Tutorials on the topic “centos”
-
How to Install Nginx with RTMP Module on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, nginx • Comments: 17RTMP (Real Time Messaging Protocol) is a high-performance protocol for transmission of data, audio, and video over the internet between flash-based platform technologies. Originally developed by Macromedia, and now owned by Adobe. In this tutorial, I will show you how to install and configure the Nginx web server with the RTMP module.
-
How to Setup Apache Subversion with HTTPS Letsencrypt on CentOS 7
Author: Muhammad Arul • Tags: apache, centos, linux, server • Comments: 1Apache Subversion or SVN is open source versioning and revision control software. In this article, we show you how to set up Apache Subversion on the latest CentOS 7 server. We install and configure the svn software with Apache as web server, secure it with Let's encrypt and activate "Basic Authentication" for users.
-
How to Setup File Integrity Monitoring (FIM) using osquery on Linux
Author: Muhammad Arul • Tags: centos, linux, monitoring, ubuntu • Comments: 3Osquery is an open source operating system instrumentation, monitoring, and analytics software. In this tutorial, we will show you how to setup File Integrity Monitoring (FIM) using osquery. We will be using the Linux operating systems Ubuntu 18.04 and CentOS 7.
-
-
How to Monitor your Linux Server using osquery
Author: Muhammad Arul • Tags: centos, linux, server, ubuntu • Comments: 1Osquery is an open source Operating System monitoring, query, and analytics software. Created by Facebook, it exposes an operating system as a high-performance relational database that can be queried using SQL-based queries. In this tutorial, I will show you how to install osquery on Ubuntu 18.04 LTS and CentOS 7.
-
How to Install Prometheus and node_exporter on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, monitoring • Comments: 6Prometheus is an open source monitoring system that allows you to collect metrics from any configured target system. Prometheus implements a multi-dimensional data-model with powerful queries, great visualization, precise alerting, and comes with many integrations.
-
How to Setup IKEv2 VPN Using Strongswan and Let's encrypt on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, security • Comments: 15Strongswan is an open source multiplatform IPSec implementation. It's an IPSec-based VPN solution that focuses on strong authentication mechanisms. In this tutorial, I will show you how to install an IPSec VPN server using Strongswan. We will create an IKEv2 VPN server with the 'EAP-MSCHAPv2' authentication and be using Letsencrypt certificates on CentOS 7 server.
-
Install ELK as Centralized Logfile Management Server on CentOS 7
Author: shahril bin kamaruzzaman • Tags: centos, linux, mysql, server • Comments: 0This tutorial explains how to setup a centralized logfile management server using ELK stack on CentOS 7. As anyone who not already know, ELK is the combination of 3 services: ElasticSearch, Logstash, and Kibana. The tutorial will use MySQL log files as source to be monitored.
-
How to Setup and Install Oracle Weblogic in CentOS 7
Author: shahril bin kamaruzzaman • Tags: centos, linux, server • Comments: 3In this tutorial, I'll guide you on how to setup and install Oracle Weblogic on CentOS 7 operation system. Oracle Weblogic is a middleware tool that is widely used by large companies to serve applications that use Java EE as the programming language.
-
How to Install and Configure Wekan Trello-like Kanban on CentOS 7
Author: Himanshu Arora • Tags: centos, linux, web server • Comments: 3Wekan is an open source Trello-like kanban board based on the Meteor Javascript framework. It's a web-based management tool that allows you to create a board for your project collaboration. In this tutorial, I will show you step-by-step how to install and configure Wekan Trello-like Kanban on a CentOS 7 server.
-
How to Install Rancher Docker Container Manager on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, virtualization • Comments: 1Rancher is an open source container management platform. It allows you to run and manage Docker and Kubernetes with ease. In this tutorial, I will guide you to step-by-step install and configure Rancher Server and Agent on CentOS 7 server.