Browsing tag

centos 7

How to migrate local users to LDAP accounts

  This article is all about how to migrate local users to LDAP accounts; you can also check out configuring LDAP on CentOS 7 / RHEL 7. This should also work on other flavors of Linux operating systems. Below are the LDAP domain details. Domain: itzgeek.local Admin: ldapadm OU: People, Group Server Name: server.itzgeek.local IP […]

Step by Step OpenLDAP Server Configuration on CentOS 7 / RHEL 7

OpenLDAP is an open-source implementation of Lightweight Directory Access Protocol developed by OpenLDAP project. LDAP is an Internet protocol that email and other programs use to look up contact information from a server. It is released under OpenLDAP public license; it is available for all major Linux distributions, AIX, Android, HP-UX, OS X, Solaris, Windows […]

Install and Configure GlusterFS on CentOS 7 / RHEL 7

In the technology world, it is always crucial to keep the data highly available to ensure it is accessible to the application/user. High availability is achieved here by distributing the data across the multiple volumes/nodes. Client machines/users can access the storage as like local storage. Whenever the user creates data on the Gluster storage, the […]

How To Install Node.js on CentOS 7 / RHEL 7

Node.js is an open-source, cross-platform JavaScript runtime environment for developing network tools and web applications. Many of Node.ja modules are written in JavaScript, which simplifies the development of applications using Node.js. Node.js nothing but a combination of the Runtime environment and JavaScript modules. Node.js interprets JavaScript using Google’s V8 JavaScript engine, and it was developed […]

How To Install Go Lang on CentOS 8/7 & RHEL 8/7

Go Lang is an open-source programming language developed by a team of Google engineers in 2007. Go language was designed to resolve the common criticisms of other languages while maintaining their positive characteristics and most widely used for writing servers these days. Most notable projects using Go language are, Docker, a set of tools for […]