Linux Tutorials on the topic “Linux”
-
Samba 4 with Active Directory on CentOS 7 rpm based installation with share support
Author: iron_michael86 • Tags: centos, linux, samba • Comments: 18
This tutorial shows how to install Samba 4 with Active Directory support on CentOS 7 with precompiled packages from Wing repository and SELinux enabled.
-
How to configure MySQL Multi-Master Replication on Oracle Linux
Author: shahril bin kamaruzzaman • Tags: centos, linux, mysql • Comments: 1
This tutorial explains how to setup and configure MySQL multi-master replication on Oracle Linux. Please note that even though the configuration is made under Oracle Linux, yet the steps and configuration are mainly the same to CentOS and Red Hat Linux.
-
Software Defined Networking (SDN) explained for beginners
Author: Himanshu Arora • Tags: linux, networking • Comments: 2
Over the past few years, Software Defined Networking (SDN) has been a key buzz in the computer networking/IT industry. Today, more and more companies are discussing SDN to leverage it for their business and future growth plans.
-
-
Nginx with libmodsecurity and OWASP ModSecurity Core Rule Set on Ubuntu 16.04
Author: Dino Edwards • Tags: linux, nginx, security, ubuntu • Comments: 2
In this tutorial, I will show you how to compile the latest version of Nginx with libmodsecurity (Modsecurity 3.x) NOT to be confused with Modsecurity 2.9. We will also be integrating the OWASP ModSecurity Core Rule Set (CRS).
-
How to Install and Configure GitLab on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 2
In this tutorial, I will show you step-by-step how to install GitLab CE (Community Edition) on your own Ubuntu 16.04 Xenial Xerus server. In this tutorial, I will be using the 'omnibus' package provided by GitLab for easy installation and create an SSL certificate with Let's encrypt.
-
How to join your Linux server to the NTP pool project
Author: Oliver • Tags: arch linux, centos, debian, linux, server, ubuntu • Comments: 0
This tutorial explains how to configure a NTP (Network Time Protocol) server (using ntpd) and join it to the continuously more demanded NTP pool project.
-
Linux comm command tutorial for beginners (5 examples)
Author: Himanshu Arora • Tags: linux • Comments: 0
The comm command in Linux lets users compare two sorted files line by line. In this tutorial, we will discuss this command line tool using easy to understand examples. The following examples should give you a nice idea about how the 'comm' tool works.
-
How to Set up Nginx High Availability with Pacemaker, Corosync, and Crmsh on Ubuntu 16.04
Author: Muhammad Arul • Tags: high-availability, linux, security, ubuntu • Comments: 9
In this tutorial, I will show you step by step how to create a High Availability Clustered Nginx Web Server with Pacemaker, Corosync, and Crmsh. We will create an Active-Passive Cluster or Failover-cluster Nginx web server on Ubuntu 16.04.
-
How to Install Oracle Database 12c on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 12
In this tutorial, I will show you step-by-step how to install Oracle 12c on a CentOS 7 x86-64 machine. This includes the preparation and configuration of the CentOS 7 machine for the Oracle 12c installation, the Oracle 12c installation and testing the database with the Oracle Database command line utility sqlplus and the web-based Oracle Enterprise Manager.
-
Linux Uniq Command Tutorial for Beginners (10 examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2
The uniq command reports or even deletes repeated lines in a file. In this article, we will discuss uniq through easy to understand examples.