Advanced Linux Shell Scripting for DevOps Engineers with Crontab (Post-5/Part-III)Sep 1, 2023·4 min read
Mastering User Management in Linux: A Guide with Examples 🧑💻🔑 (Post-5/Part-IV)User management is a fundamental aspect of Linux system administration. It allows you to control who can access your system, what they can do, and ensures the security and integrity of your data. In this blog, we'll delve into the world of user manag...Sep 1, 2023·2 min read
Basic linux commands (Post-03)Listing commands ls option_flag arguments --> list the sub directories and files avaiable in the present directory Examples: ls -l--> list the files and directories in long list format with extra information ls -a --> list all including hidden file...Jul 19, 2023·2 min read
A Beginner's Guide to Understanding its Architecture (Post-02)Introduction: Linux, an operating system that often showcases a cute penguin as its mascot, has gained significant popularity in the world of technology. But what exactly is Linux, and why is it so widely used? In this blog post, we will embark on a ...Jul 18, 2023·3 min read
#90daysofdevops - Getting Started with DevOps (Post-01)A. What is DevOps? DevOps is a collaborative approach that combines software development and IT operations to improve the efficiency, speed, and reliability of software delivery through automation, communication and shared responsibilities. To Learn ...Jul 17, 2023·1 min read