6 Steps to Install Gradle on Ubuntu 20.04
Gradle is a free & open-source build tool. It is used for JAVA projects. It is the combination of Ant & Maven. It uses Apache Groovy for defining the java-project & build scripts. There are some steps to setup Gradle on ubuntu 20.04 Step 1: Update the System. apt-get update Step 2: Install Java. apt-get …
Step by Step Guide to Setup Kerberos Server & Client on Ubuntu 20.04 LTS
Kerberos is a network authentication protocol. It is used for authentication purpose. It provides secure communication interface between server & client. It is used in POSIX authentication, Active Directory, NFS, and Samba. Step 1 – Update the System. apt-get update Step 2 – Set the hostname on both server & client. On Server,Provide the host-name. …
Read more “Step by Step Guide to Setup Kerberos Server & Client on Ubuntu 20.04 LTS”
Step by Step Guide To Install MySQL 8.0 on RHEL 8/7 and CentOS 8/7
MySQL is an open-source free relational database management system (RDBMS). We will install MySQL step by step. Step 1 – Download and add below Yum repository as per the Linux distribution system’s repository list. [For RHEL/Centos 8] # wget https://repo.mysql.com/mysql80-community-release-el8-1.noarch.rpm [For RHEL/Centos 7] # wget https://repo.mysql.com/mysql80-community-release-el7-1.noarch.rpm Step 2 – Once the package …
Read more “Step by Step Guide To Install MySQL 8.0 on RHEL 8/7 and CentOS 8/7”