Encryption using RSA public and Private Key using PHP

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…

Read more »

DevSecOps

DevSecOps is a approach that aims to integrate security practices and tools into the software development process. This approach allows for the identification and mitigation of security risks early in…

Read more »

What is DataOps?

DataOps (Data Operations) is a set of practices, tools, and processes for managing, integrating, and delivering data in a fast, secure, and reliable manner. It is an approach to data…

Read more »

What is BigOps?

BigOps is a term that is used to refer to the practice of managing and operating large-scale, complex systems. It encompasses both traditional IT operations and the newer cloud-native technologies…

Read more »

What is XOps and How to Implement it?

What is XOps? XOps stands for “Cross-functional Operations,” which refers to the practice of bringing together teams and individuals from different functional areas (such as engineering, product, design, etc.) to…

Read more »

Chmod: Change File Permissions Recursively

Read more »

Hashicorp Packer Example Program: AWS AMI

Read more »

Terraform Variable Example: Azure & AWS

Terraform Variable AWS Example Terraform Variable Azure Example

Read more »

Jenkins Pipeline with Sonarqube quality gate status check fail in Jenkins

Read more »

Shell Scripting Tutorials: Looping & Iteration statatement using for loop

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…

Read more »

Shell Scripting Tutorials: Looping & Iteration statatement using while

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:…

Read more »

How do you curl using powershell?

Read more »

How do you POST a JSON file with curl??

Read more »

Octopus Deploy: Variable Scope and Precedence

Since variables can be scoped in many different ways, there needs to be a predictable, deterministic order in which they are resolved. The list below is the priority in which…

Read more »

Shell Bash Scripting: Assignment & Excercise – 14

Write a Shell Bash Script for convert Decimal Number to Binary

Read more »

Shell Bash Scripting: Assignment & Excercise – 13

Write a Shell Bash Script for test if a number being entered is a Fibonacci or not

Read more »

Shell Bash Scripting: Assignment & Excercise – 12

Write a Shell Bash Script for check if a number is prime or not

Read more »

Shell Bash Scripting: Assignment & Excercise – 11

Write a Shell Bash Script for check if a provided number is Armstrong or not

Read more »

Shell Bash Scripting: Assignment & Excercise – 10

Write a Shell Bash Script for check if a number input from standard input is odd or even

Read more »

Shell Bash Scripting: Assignment & Excercise – 9

Write a Shell Bash Script for show CPU temperature

Read more »

Shell Bash Scripting: Assignment & Excercise – 8

Write a Shell Bash Script for show hardware information for systems Linux

Read more »

Shell Bash Scripting: Assignment & Excercise – 7

Write a Shell Bash Script for backup a local file into a remote server

Read more »

Shell Bash Scripting: Assignment & Excercise – 6

Write a Shell Bash Script for gather information related to server

Read more »

Shell Bash Scripting: Assignment & Excercise – 5

Write a Shell Bash Script for check if the disk space crosses the limit

Read more »

Shell Bash Scripting: Assignment & Excercise – 4

Write a Shell Bash Script for report if CPU usage exceeds the threshold

Read more »

Shell Bash Scripting: Assignment & Excercise – 3

Write a Shell Bash Script for report server related information

Read more »

Shell Bash Scripting: Assignment & Excercise – 2

Write a Shell Bash Script for evaluate the status of a file/directory.

Read more »

Shell Bash Scripting: Assignment & Excercise – 1

Write a Shell Script for output a specified directory’s size.

Read more »

Shell Bash Scripting: Assignment & Excercise – 16

Read more »

Shell Bash Scripting: Assignment & Excercise – 15

Write a Shell Bash Script for Get location of an IP address.

Read more »