Umadevi ChapatiTop 50+ Essential Linux commands used by DevOps Engineers in day-to-day activitiesThese are the 50+ Linux commands everyone knows and uses in day-to-day activities to perform various tasks effectively. Here is a brief…Jul 31
Shreyas MatadeHistory of Unix and Linux: From PDP-7 to Modern Operating SystemsFor many engineers and software developers, the terms Unix and Linux are commonplace. However, beneath these familiar terms lies a complex…Jun 29, 2023
Geetanjali MehraTwo Special parameters in Linux shell scriptThis writing discusses two special parameters provided by Unix/Linux Bash shell. They are $* and $@. They are used when command line…Dec 8, 2023Dec 8, 2023
John PandianMastering Containerization: Unraveling the Magic of Docker and KubernetesIn the bustling realm of IT, where efficiency meets innovation, two names echo like spells of boundless possibilities: Docker and…Oct 27, 2023Oct 27, 2023
Alestin shelmonDay 1: Getting Started with LinuxWelcome to the beginning of our Linux journey! In this post, we’ll dive into the fundamentals of Linux, covering essential concepts such as…May 28May 28
Umadevi ChapatiTop 50+ Essential Linux commands used by DevOps Engineers in day-to-day activitiesThese are the 50+ Linux commands everyone knows and uses in day-to-day activities to perform various tasks effectively. Here is a brief…Jul 31
Shreyas MatadeHistory of Unix and Linux: From PDP-7 to Modern Operating SystemsFor many engineers and software developers, the terms Unix and Linux are commonplace. However, beneath these familiar terms lies a complex…Jun 29, 2023
Geetanjali MehraTwo Special parameters in Linux shell scriptThis writing discusses two special parameters provided by Unix/Linux Bash shell. They are $* and $@. They are used when command line…Dec 8, 2023
John PandianMastering Containerization: Unraveling the Magic of Docker and KubernetesIn the bustling realm of IT, where efficiency meets innovation, two names echo like spells of boundless possibilities: Docker and…Oct 27, 2023
Alestin shelmonDay 1: Getting Started with LinuxWelcome to the beginning of our Linux journey! In this post, we’ll dive into the fundamentals of Linux, covering essential concepts such as…May 28
Fikriye BalkayaHow to schedule a script on Linux/Unix os with Crontab?Sometimes we need to execute our jobs at specified time or time interval. When we need schedule Crontab gives an opportunity to run our…Aug 26, 2022