Bash/Shell Script to test SMTP SES Credentials
Requirement
This may include: Here’s an example of using the AWS data source in Terraform to retrieve information about an existing Amazon S3 bucket In this example, we’re using the aws_s3_bucket data source to retrieve information about an existing S3 bucket named example-bucket. We’re then outputting several attributes of the bucket using the output block. The…
Requirement & prerequisite for Installing GitLab chart in AWS EKS Cluster How do I setup persistent storage in Amazon EKS? Configure storage for the GitLab chart Preparing EKS resources for the GitLab chart Deploy the GitLab Helm chart Deploy the GitLab Helm chart
Writing a dissertation is an intimidating prospect for many young people, but it can also be an exciting and rewarding experience. For some, it may represent the opportunity to finally dive deep into a subject they’re passionate about. For others, completing such a large project provides invaluable experience that will improve their skills in critical…
To configure a Docker container to use HTTPS, you need to: Here is an example of how to configure a Docker container with HTTPS: bashCopy code# Use an existing image as a base FROM nginx:alpine # Copy your web application files into the image COPY /path/to/web/application /usr/share/nginx/html # Copy the SSL certificate files into the…
This script will loop through each directory in the repository, checking if it is a Git repository. If it is, it will add all changes in the directory, commit them with a message that includes the directory path, and push the changes to the remote repository. Note that this script assumes that the repository is…
Error Solution Step 1 – First add and Commit in Smaller chunk Optional – add and Commit in Smaller chunk Step 2 – shell script to push in chunk of 100 commits at a time
Here’s a clean, console-only workflow to spin up a current Amazon EKS cluster (Kubernetes 1.33 as of today) and verify it end-to-end. I’ll also point out the 2026-specific gotchas (AL2 deprecation, default add-ons, Pod Identity). Citations sit right after each section. 0) Prereqs (one-time) 1) Create the two IAM roles (cluster + node) in the…
The GitLab Performance Tool (gpt) is built and maintained by the GitLab Quality Engineering – Enablement team to provide performance testing of any GitLab instance. The tool has itself been built upon the industry-leading open-source tool k6 and provides numerous tests that are designed to effectively performance test GitLab. GitLab recommends running GPT against your…
Setting up Puppet Server in RHEL 8 / CENTOS 8 Setting up Puppet Agent in Linux Configure Puppet Agent with Server
How to Create Puppet Module Skeleton? Step 1 – Install PDK Reference – https://www.puppet.com/docs/pdk/2.x/pdk_install.html Step 2 – Install PDK $ pdk new module <MODULE_NAME> $ pdk new module websphere
Angular file management is essential to web application development. But most people get confused about using the codes and everything. This tutorial will make it easy to implement file management or file explorer components in our web file manager interface. Let’s continue reading! What Are The Features Of An Angular File Explorer? Features of an…
Write a php code for generating public key and private key on page one and on page two encrypt user entered data using public key and store the encrypted data in mysql database and on page three decrypt encrypted data from mysql database and display on screen. Here is an example of generating a public…
Write a php code for generating public key and private key Write a php code for generating public key and private key and enrcrypt data using public key and decrypt using private key Write a php code for generating public key and private key on page one and on page two encrypt data through input…
Loops are a programming construct which allow us to repeat a command or set of commands for each item in a list. As such they are key to productivity improvements through automation. Similar to wildcards and tab completion, using loops also reduces the amount of typing required (and hence reduces the number of typing mistakes). Syntax…
The bash while loop is a control flow statement that allows code or commands to be executed repeatedly based on a given condition. Most languages have the concept of loops: If we want to repeat a task twenty times, we don’t want to have to type in the code twenty times, with maybe a slight…
Write a Shell Bash Script for convert Decimal Number to Binary
Write a Shell Bash Script for test if a number being entered is a Fibonacci or not
Write a Shell Bash Script for check if a number is prime or not
Write a Shell Bash Script for check if a provided number is Armstrong or not
Write a Shell Bash Script for check if a number input from standard input is odd or even
Write a Shell Bash Script for show CPU temperature