What is LDAP and how does it work?
As corporations grow, the need to organize user data and assets into a hierarchical structure becomes critical to simplify storage access of those assets. LDAP enables organizations to store, manage, and secure information about the organization, its users, and assets.
READ MORE +Install Apache Tomcat On Ubuntu 20.04/18.04 / CentOS 7 With Ansible
Apache Tomcat is a free and open-source HTTP server designed to serve Java web pages. Tomcat is an implementation of the Java Servlet, JavaServer Pages, Java Expression Language, and Java WebSocket technologies. It is widely deployed and powers various mission-critical web applications around the world.
READ MORE +What Are Terraform Modules and How Do They Work?
A Terraform module allows you to create logical abstraction on the top of some resource set. In other words, a module allows you to group resources together and reuse this group later, possibly many times.
READ MORE +Install Java 11 (OpenJDK 11) on RHEL 8|CentOS 8|Rocky Linux 8
This article will help you to install Oracle Java 11 on RHEL 8/CentOS 8/Rocky Linux 8. Java 11 is a long-term support (LTS) release which was made available to the General public on 25 September 2018 and is production-ready.
For Java 8 installation, use how to install Java 8 on RHEL / CentOS / Rocky Linux 8.
READ MORE +4 GIT branching strategies that you definitely need to know!
Git commands
To create a copy of a git repository from the remote source to your local also set the remote to the original source so that you can pull/push on the same repository.
READ MORE +