
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Satish Kumar has Published 1032 Articles

Satish Kumar
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

Satish Kumar
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

Satish Kumar
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

Satish Kumar
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

Satish Kumar
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

Satish Kumar
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

Satish Kumar
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

Satish Kumar
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

Satish Kumar
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

Satish Kumar
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