Linux comm command tutorial for beginners (5 examples)
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...
View ArticleMongoDB Replication on CentOS 7
In this tutorial, I will guide you step-by-step build a replica set in MongoDB. We will use 3 server nodes with CentOS 7 installed on them and then install and configure MongoDB. MongoDB is a NoSQL...
View ArticleHow to Install Moodle 3.2 on CentOS 7
In this tutorial, I will show you step by step how to install the latest stable Moodle on CentOS 7. Moodle is an open source eLearning software written in PHP. It is used for distance education,...
View ArticleHow to Upgrade Linux Kernel in Ubuntu 16.04 Server
In this tutorial, I will show you how to upgrade the Ubuntu kernel to use the latest mainline kernel build provided by the Ubuntu kernel Team. I will be using Ubuntu 16.04.2 Xenial Xerus with default...
View ArticleHow to Install and Configure GitLab on Ubuntu 16.04
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...
View ArticleLinux chmod command tutorial for beginners
If you are new to Linux, and are looking for a way to change file/directory permissions through the command line, you'll be glad to know there exists a command - dubbed chmod - that lets you easily do...
View ArticleNginx with libmodsecurity and OWASP ModSecurity Core Rule Set on Ubuntu 16.04
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...
View ArticleLinux Join Command Tutorial for Beginners (5 examples)
Sometimes, you may want to combine two files in a way that the output makes even more sense. For example, there could be a file containing name of continents, and another file containing names of...
View ArticleSoftware Defined Networking (SDN) explained for beginners
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...
View ArticleLinux Chown Command Tutorial for Beginners (7 Examples)
In Linux, there may be times when you might want to change the owner and group-related information for a file or directory. If you are a command line newbie, and want to know how you can make such...
View Article