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…

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…

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…

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 – 15

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

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…

Read More

Knative Tutorials: Deploying HTTP Workloads using Knative Serving

DOCKER CODE LINK – https://github.com/KubernetesSchool/Knative-Resources/tree/main/docker

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…

Read More

Reasons Why Plagiarism Is Harmful For Marketing And How To Remove It

Plagiarism is a concerning issue in content marketing that leads to a loss of reputation, time, and effort. Nobody wants to commit plagiarism deliberately. But when it…

Read More