Linux Commands Cheat Sheet Category wise

Let me provide you a consolidated Linux Commands Cheat Sheet category wise that would server as perfect guide while dicing through the linux systems System Based Commands uname Displays system information: kernel version, machine type, and more. uname -r Displays the running Linux kernel’s release version. uptime Shows current time, system uptime, users, and load … Read more

Docker Cheat Sheet – CLI Commands

In this article we will go through the docker cheat sheet which will serve as a guide to docker CLI commands used on a daily basis Introduction Containers allow the packaging of your application (and everything that you need to run it)in a “container image”. Inside a container you can include a base operating system, … Read more

Basic Linux Commands For Beginners – Top 25 Linux Commands

While performing a task, we all need shortcuts. Shortcuts help us to complete a task quickly. Linux comes with such commands which are one to two words, using that commands, you can perform several operations in no time. As a beginner, you must be aware of those basic Linux commands to complete an operation.  In this article, … Read more

Netstat command in Linux operating system – Explained with examples

In today’s article we will go through about the netstat command in Linux operating system. To determine which computers or networks a PC is linked to, we use netstat, which offers statistics about all active connections. The network utility is conveniently usable via the command line on even on Windows & macOS apart from the … Read more

Linux Bash Scripting for Beginners – Shell Script and Command Line Part II

In continuation to our previous blog of Linux Bash Scripting for Beginners Part I where we went through the bash terminal and understanding how the command would be executed in the Linux shell. We also created our first bash script and we successfully executed to get the intended result. We will now go through the … Read more

Linux Bash Scripting for Beginners – Shell Script and Command Line Part I

Shell scripting has a major role in Linux process automation. To do this, generally we create a file with a list of commands that can be run simultaneously. We’ll start with the fundamentals of Linux bash scripting for beginners in this post, covering variables, commands, inputs and outputs, and debugging. Along the road, we’ll witness … Read more

Cisco IOS Switch Commands Cheat sheet

In this article we will go through the Cisco IOS switch commands cheat sheet that would help in everyday management of the network infra. Introduction This article provides a Cisco commands cheat sheet, outlining the most common Cisco IOS commands for configuring, securing and troubleshooting Cisco network equipment. It includes the list of Cisco switch … Read more

Cheat Sheet for Kubernetes – Kubectl Command line document

This article contains a list of commonly used kubectl commands and flags which we can use as Cheat sheet for Kubernetes. Introduction Kubectl is the command line configuration tool for Kubernetes that communicates with a Kubernetes API server. Using Kubectl allows you to create, inspect, update, and delete Kubernetes objects. This cheatsheet will serve as a quick … Read more