Satish Kumar has Published 1032 Articles

A Beginners Guide to Snaps in Linux

Satish Kumar

Satish Kumar

Updated on 19-Apr-2023 17:57:40

412 Views

If you're new to Linux, you may have heard term "snap" being used, but may not be sure exactly what it is. In simple terms, snaps are a type of universal package format for Linux systems that make it easy to install and manage applications. In this beginner's guide, we'll ... Read More

Bash trap Command Explained

Satish Kumar

Satish Kumar

Updated on 13-Apr-2023 16:55:57

5K+ Views

Bash is a powerful shell used in Linux systems for executing commands and managing processes. trap command in Bash is a useful tool for handling signals and errors that can occur during script execution. In this article, we'll explain what Bash trap command is, how it works, and give some ... Read More

Bash wait Command with Examples

Satish Kumar

Satish Kumar

Updated on 12-Apr-2023 13:03:22

10K+ Views

Introduction The Bash shell is one of most widely used shells in Unix/Linux environment. One of its most useful commands is wait command. In this article, we will explore Bash wait command and its usage with examples. What is Bash wait Command? The wait command is a built-in Bash shell ... Read More

Bash String Comparison

Satish Kumar

Satish Kumar

Updated on 12-Apr-2023 12:50:57

4K+ Views

When it comes to programming in Bash, string comparison is a fundamental concept that every developer needs to be familiar with. Bash string comparison involves comparing two strings and evaluating whether they are equal, not equal, greater than, or less than each other. Understanding how to compare strings in Bash ... Read More

Bash Printf - How to Print a Variable in Bash

Satish Kumar

Satish Kumar

Updated on 12-Apr-2023 09:31:56

10K+ Views

Printing variables in Bash is a common task when working with shell scripts. Bash printf command is a powerful tool that allows you to print variables with precision and formatting options. In this article, we will explore how to use Bash printf to print variables in various ways. What is ... Read More

Bash Single vs. Double Quotes What's Difference

Satish Kumar

Satish Kumar

Updated on 12-Apr-2023 09:28:01

1K+ Views

If you've spent any time using Bash, you've probably noticed that there are two types of quotes you can use when defining variables or passing arguments to commands: single quotes (' ') and double quotes (" "). At first glance, these quotes might seem interchangeable, but there are actually some ... Read More

Bash Script for Loop Explained with Examples

Satish Kumar

Satish Kumar

Updated on 12-Apr-2023 09:24:27

748 Views

If you're a Linux or Unix user, chances are you've used Bash at least once or twice. Bash is a command-line shell that lets you interact with your operating system in a more direct and powerful way than using a graphical user interface. One of most powerful features of Bash ... Read More

BCC – Dynamic Tracing Tools for Linux Performance Monitoring, Networking and More

Satish Kumar

Satish Kumar

Updated on 11-Apr-2023 11:23:33

651 Views

If you are a Linux user or administrator, you might have heard of term "BCC tools" or "BPF Compiler Collection." BCC is a powerful set of dynamic tracing tools that provides a simple yet effective way to monitor system performance, networking, and much more. In this article, we will discuss ... Read More

Bash-it – Bash Framework to Control Your Scripts and Aliases

Satish Kumar

Satish Kumar

Updated on 11-Apr-2023 11:15:30

696 Views

As a developer, you might find yourself using command line interface (CLI) quite often. CLI allows you to interact with your computer through a terminal window and run commands to perform tasks. One of most popular shells used in CLI is Bash shell. Bash is a powerful tool, but it ... Read More

6 Kubernetes Security Best Practices Secure Your Workloads

Satish Kumar

Satish Kumar

Updated on 11-Apr-2023 10:50:13

234 Views

Kubernetes is an open-source container orchestration platform that allows organizations to deploy, manage, and scale containerized applications. With its widespread adoption, Kubernetes security has become a crucial concern for businesses to ensure safety of their workloads. This article highlights six Kubernetes security best practices that can help secure your workloads. ... Read More

Advertisements