Install Apache Kafka on Ubuntu 2023
Introduction Before we begin talking about how to install Apache Kafka on Ubuntu 20.04, let’s briefly understand – What is Apache Kafka? Apache Kafka is a well-known message …
Build-Deploy-Test
Introduction Before we begin talking about how to install Apache Kafka on Ubuntu 20.04, let’s briefly understand – What is Apache Kafka? Apache Kafka is a well-known message …
In this tutorial, you will show how to set up MySQL Master/Slave replication on Ubuntu 18.04, and the same instructions apply for MariaDB. We will …
SSH to your EC2 Instance and perform the steps listed below. I assume you have configured your subdomain as here: jira.domain.com Initial Server Setup Let’s start …
Prerequisites Apache version greater or equal to 2.4.26. SSL installed and working.Also, read Setup GeoIP Block using Apache 2023 Make sure you have the above …
Apache installed and configured. Install GeoIP Module Install the GeoIP module for Apache using the following command. sudo apt install libapache2-mod-geoip This command will install …
List Users in Linux Linux information can be stored by the local users in the /etc/passwd file. Each line having a file contains content about …
The most recent version of PHP, 8.2, was published in 2022. You will learn how to install the most recent PHP version, which is 8.2, …
Access to a server using root or a user who has sudo privileges. Check Current Timezone Also, read Running Jenkins in Kubernetes Cluster with Persistent Volume To check …
To install Fail2ban on an Ubuntu server, use these steps: Open Terminal on Ubuntu. Also, read How to install letsencrypt for reverse proxy in Ubuntu. Type the following …
I am going to install a reverse proxy setup with Jenkins via nginx. In my scenario I am running Jenkins in docker and mapped port …