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 Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech…

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 Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have…

Read more »

Shell Bash Scripting: Assignment & Excercise – 12

Write a Shell Bash Script for check if a number is prime or not Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus….

Read more »

Shell Bash Scripting: Assignment & Excercise – 11

Write a Shell Bash Script for check if a provided number is Armstrong or not Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at…

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 Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I…

Read more »

Shell Bash Scripting: Assignment & Excercise – 9

Write a Shell Bash Script for show CPU temperature Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at…

Read more »

Shell Bash Scripting: Assignment & Excercise – 8

Write a Shell Bash Script for show hardware information for systems Linux Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share…

Read more »

Shell Bash Scripting: Assignment & Excercise – 7

Write a Shell Bash Script for backup a local file into a remote server Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus….

Read more »

Shell Bash Scripting: Assignment & Excercise – 6

Write a Shell Bash Script for gather information related to server Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech…

Read more »

Shell Bash Scripting: Assignment & Excercise – 5

Write a Shell Bash Script for check if the disk space crosses the limit Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus….

Read more »

Shell Bash Scripting: Assignment & Excercise – 4

Write a Shell Bash Script for report if CPU usage exceeds the threshold Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I…

Read more »

Shell Bash Scripting: Assignment & Excercise – 3

Write a Shell Bash Script for report server related information Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog…

Read more »

Shell Bash Scripting: Assignment & Excercise – 2

Write a Shell Bash Script for evaluate the status of a file/directory. Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share…

Read more »

Shell Bash Scripting: Assignment & Excercise – 1

Write a Shell Script for output a specified directory’s size. Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog…

Read more »

Shell Bash Scripting: Assignment & Excercise – 16

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Shell Bash Scripting: Assignment & Excercise – 15

Write a Shell Bash Script for Get location of an IP address. Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share…

Read more »

Shell Bash Scripting: Assignment & Excercise

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Shell Bash Scripting Interview Questions and Answer

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Knative: Troubleshooting & Debugging Guide

Check if all containers are running, ready and healthy Knative Serving Components Knative Serving Networking Layer Knative Eventing Check if there are any errors logged in the Knative components For…

Read more »

Knative Tutorials: Deploy Hello world Service App

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Knative Tutorials: Deploying HTTP Workloads using Knative Serving

DOCKER CODE LINK – https://github.com/KubernetesSchool/Knative-Resources/tree/main/docker Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories…

Read more »

Knative Tutorials: Install Knative Serving, Eventing Resources with Istio

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Git Tutorials: Merge code between multiple repos

It is something you can do locally though, from your machine, the following way: 1. Assume you have repos https://bitbucket.org/my-workspace/repo-1/ and https://bitbucket.org/my-workspace/repo-2/, and you want to merge code from repo-2 to repo-1 Navigate to…

Read more »

What is Bootstrap & How it works? An Overview and Its Use Cases!!!

https://www.devopsschool.com/blog/what-is-bootstrap-how-it-works-an-overview-and-its-use-cases/(opens in a new tab) What is Bootstrap? Bootstrap is the most popular HTML, CSS and JavaScript framework for developing a responsive and mobile friendly website. It is absolutely free…

Read more »

Amazon S3 Bucket Policy for only mobile app access

I am having lots of Videos and Images in AWS S3 bucket which is protected using following AWS s3 Policies But the prb is these Policies is not effective in…

Read more »

How to access Coverity Connect

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Best software companies for Internship in India and Bangalore in 2023

What is Internship? An internship is a period of work experience offered by an organization for a limited period of time. internship concept is very popular in software, telecom, banking,…

Read more »

Basic Workflow of Jemeter

Step 1 – Add a thread group under test plan. Thread define number of users. Step 2 – Set number of users Step 3 – Add HTTP request sampler Step…

Read more »

Microservices Roadmap

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »