Add and Remove Users in Linux
Linux is a multi-user operating system, which means that multiple users can use it simultaneously. Linux has a beautiful mechanism for managing users in a …
Build-Deploy-Test
Linux is a multi-user operating system, which means that multiple users can use it simultaneously. Linux has a beautiful mechanism for managing users in a …
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 command …
For the demo purpose, we are going to use below three pods that are currently running in our two-node Kubernetes cluster. [node1 ~]$ kubectl get pods …
What is Terraform? Terraform is an infrastructure as a code tool that lets you build, change, and version cloud and on-prem resources safely and efficiently. …
What is Nginx? NGINXÂ is open-source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server …
1. Use Namespaces Namespaces are actually virtual cluster inside the physical cluster . Namespaces provides logical isolation between the teams and their environment. If your …
In the DevOps age, we all know the importance of Jenkins. We use Jenkins to build, deploy and automate jobs and projects. Jenkins is supported …
Creating an AWS S3 (Simple Storage Service) Bucket using AWS CLI (Command Line Interface) is very easy and we can S3 Bucket using few AWS …