Satish Kumar has Published 1032 Articles

Bare Metal Cloud GitHub Actions

Satish Kumar

Satish Kumar

Updated on 31-Mar-2023 16:20:39

363 Views

As technology continues to evolve at a rapid pace, businesses are seeking new ways to optimize their operations and reduce their IT infrastructure costs. One of most popular trends in recent years has been adoption of cloud computing, which allows businesses to access powerful computing resources on-demand, without need for ... Read More

Bare Metal Billing Client Portal Guide

Satish Kumar

Satish Kumar

Updated on 31-Mar-2023 16:19:44

148 Views

As world continues to embrace digital transformation, more businesses are moving their applications and services to cloud. However, some companies still require their own dedicated hardware to host their applications. This is where bare metal servers come in. Bare metal servers are physical servers that are not virtualized and are ... Read More

Bash Function & How to Use It {Variables, Arguments, Return}

Satish Kumar

Satish Kumar

Updated on 31-Mar-2023 16:18:45

5K+ Views

Bash functions are an essential feature of Bash shell, allowing you to group commands and reuse them throughout your scripts. A Bash function is essentially a block of code that can be called and executed at any point in your script. In this article, we will explore basics of Bash ... Read More

Bash Math Operations (Bash Arithmetic) Explained

Satish Kumar

Satish Kumar

Updated on 31-Mar-2023 16:16:37

3K+ Views

Bash math operations or Bash arithmetic refers to mathematical operations that can be performed within a Bash script. Bash is a command-line shell used in many Unix-based systems, including Linux and macOS. Bash arithmetic is a powerful feature of shell, allowing you to perform various math operations like addition, subtraction, ... Read More

Bash if elif else Statement A Comprehensive Tutorial

Satish Kumar

Satish Kumar

Updated on 31-Mar-2023 15:31:44

16K+ Views

If you've been using command line interface on your computer, then you must be familiar with Bash, a popular shell that is used to run commands and scripts. Bash is a powerful tool that can help you automate various tasks and make your life easier. One of most important constructs ... Read More

Bash HereDoc Tutorial With Examples

Satish Kumar

Satish Kumar

Updated on 31-Mar-2023 15:28:49

3K+ Views

If you're a Linux or Unix user, you're probably familiar with Bash, command-line shell that's commonly used on these systems. Bash has a lot of powerful features that can make working on command line much more efficient, and one of those features is called a "HereDoc." In this tutorial, we'll ... Read More

Bash Export Variable

Satish Kumar

Satish Kumar

Updated on 31-Mar-2023 15:23:36

10K+ Views

Bash is one of most commonly used shells in Unix-based operating systems. It is a command-line interface that allows users to interact with system and execute various commands. Bash is an essential tool for system administrators, developers, and programmers. One of features of Bash is ability to export variables. In ... Read More

Bash declare Statement Syntax and Examples

Satish Kumar

Satish Kumar

Updated on 31-Mar-2023 14:07:14

8K+ Views

As a Linux user, you've probably heard of Bash shell. Bash is a powerful tool that allows you to perform a variety of tasks on your system. One of most useful features of Bash is declare statement. In this article, we'll explore what declare statement is, how it works, and ... Read More

Bash Continue How to Resume a Loop

Satish Kumar

Satish Kumar

Updated on 31-Mar-2023 14:02:52

3K+ Views

Bash is a popular command-line interface shell that is used extensively in Linux and Unix operating systems. One of most useful features of Bash is its ability to execute loops, which allow you to automate repetitive tasks. However, sometimes you may want to interrupt a loop and then continue it ... Read More

Bash break How to Exit From a Loop

Satish Kumar

Satish Kumar

Updated on 31-Mar-2023 13:56:27

18K+ Views

If you are a Linux or Unix user, then you might be familiar with Bash shell. Bash is a popular command-line interpreter that is widely used in Linux, macOS, and other Unix-like operating systems. It is a powerful tool for running scripts, automating tasks, and working with command line. One ... Read More

Advertisements