DevOps - Step By Step Learning : Part 15 (Learn Fundamental Networking Theoretical Knowledge)

Other Parts of This Series: Part 14: DevOps - Step By Step Learning : Part 14 (Why Need Networking, What Theoretical and Practical Knowledge Should Know) Part 16: DevOps - Step By Step Learning : Part 16 (How DNS and DHCP Operates in Application Layer) DevOps Networking Theoretical Knowledge (Photo Credit: Unsplash) Story: Rasel found out why networking is essential in DevOps and overall software engineering. He breaks down the concepts into two categories: one is theoretical, and the other is practical. So he decided to start learning with the theoretical concepts. Because a strong understanding and clarity about these concepts is a must and important before starting any further. And Rasel started as plannedโ€ฆ ...

February 28, 2026 ยท 5 min ยท Saiful Islam Rasel

DevOps - Step By Step Learning : Part 14 (Why Need Networking, What Theoretical and Practical Knowledge Should Know)

Other Parts of This Series: Part 21: DevOps - Step By Step Learning : Part 21 (Shell Scripting - Tool For Automation Repetitive Task) Part 15: DevOps - Step By Step Learning : Part 15 (Learn Fundamental Networking Theoretical Knowledge) DevOps Networking Knowledge (Photo Credit: Unsplash) Story: Rasel heard and saw network engineering a lot more times when exploring and studying DevOps. He began to realize that practically every tool used in DevOps had some sort of connection to networking. Rasel therefore made a decision to understand the significance and essence of networking before moving forward, and he took action accordingly. ...

February 27, 2026 ยท 4 min ยท Saiful Islam Rasel

DevOps - Step By Step Learning : Part 21 (Shell Scripting - Tool For Automation Repetitive Task)

Other Parts of This Series: Part 13: DevOps - Step By Step Learning : Part 13 (Version Controlling Using Git and GitHub in a DevOps Perspectives) Part 14: DevOps - Step By Step Learning : Part 14 (Why Need Networking, What Theoretical and Practical Knowledge Should Know) DevOps Shell Scripting (Photo Credit: Unsplash) Story: Rasel has tried to explore the DevOps philosophy, Linux, VMs and codified VM management, programming, and others stuff until now. After all of his learning and studying real-world case studies, he came to the realization that DevOps practice is all about automating repetitive day-to-day tasks. And Shell/Bash scripting keeps taking its prestigious place. Thatโ€™s why Rasel decided to explore Shell/Bash scripting now. ...

February 26, 2026 ยท 7 min ยท Saiful Islam Rasel

DevOps - Step By Step Learning : Part 13 (Version Controlling Using Git and GitHub in a DevOps Perspectives)

Other Parts of This Series: Part 12: DevOps - Step By Step Learning : Part 12 (Dissection Important Part of Vagrantfile) Part 21: DevOps - Step By Step Learning : Part 21 (Shell Scripting - Tool For Automation Repetitive Task) DevOps Version Control (Photo Credit: Unsplash) Story: Rasel already learned coding in Golang, some basic scripting using Linux commands, and VM automation using Vagrant. All of them need to be stored with better change control and version control. Though Rasel is a software engineer and used to working with version control tools like Git and GitHub, he wanted to explore Git and GitHub in a DevOps perspectives. So he did so. ...

February 25, 2026 ยท 8 min ยท Saiful Islam Rasel

DevOps - Step By Step Learning : Part 12 (Dissection Important Part of Vagrantfile)

Other Parts of This Series: Part 11: DevOps - Step By Step Learning : Part 11 (Virtualization, VM, and Automation VM Using Vagrant) Part 13: DevOps - Step By Step Learning : Part 13 (Version Controlling Using Git and GitHub in a DevOps Perspectives) DevOps Vagrant (Photo Credit: Unsplash) Story: Rasel explored the virtualization and virtual machine. First he learned to create a virtual machine in a manual manner using VirtualBox, where all the machine configuration was done manually by installing a user interface. Secondly, he learned a way to create and configure virtual machines automatically using a tool called Vagrant. But now Rasel wants to earn the efficiency and understand the Vagrantfile details so that he can use it consciously, not blindly. ...

February 24, 2026 ยท 5 min ยท Saiful Islam Rasel

DevOps - Step By Step Learning : Part 11 (Virtualization, VM, and Automation VM Using Vagrant)

Other Parts of This Series: Part 10: DevOps - Step By Step Learning : Part 10 (Linux Networking, Compression and Little Scripting for Automation) Part 12: DevOps - Step By Step Learning : Part 12 (Dissection Important Part of Vagrantfile) DevOps Virtualization (Photo Credit: Unsplash) Story: Rasel was a professional .NET (C#) developer thus an avid user of the Windows ecosystem, as we already know. He therefore dual boots his computer with Linux and Windows in order to work, study and practice Linux. However, He discovered that it was challenging and troublesome to practice and work by jumping between OSs. Furthermore, it is not a sensible method of server management. He thus explored and discovered the virtualization process. It provides appropriate isolation and helps in running different operating systems on a single machine. He then made an effort to understand how to manage virtualization in a better, simpler, and more effective manner. ...

February 23, 2026 ยท 5 min ยท Saiful Islam Rasel

DevOps - Step By Step Learning : Part 10 (Linux Networking, Compression and Little Scripting for Automation)

Other Parts of This Series: Part 9: DevOps - Step By Step Learning : Part 9 (Linux Package, User Permission, System Process Management) Part 11: DevOps - Step By Step Learning : Part 11 (Virtualization, VM, and Automation VM Using Vagrant) DevOps Linux Networking (Photo Credit: Unsplash) Story: Rasel learned some of the basic and necessary things of linux. Now he wanted to finish his initial linux learning with one of the most important topics like linux networking and service manager. As devOps is heavily related to networking and service management and linux networking commands and systemctl command are essential for them. After that, he wanted to practice his learning with writing a little script. ...

February 22, 2026 ยท 5 min ยท Saiful Islam Rasel

DevOps - Step By Step Learning : Part 9 (Linux Package, User Permission, System Process Management)

Other Parts of This Series: Part 8: DevOps - Step By Step Learning : Part 8 (Linux Command for File, Directory and Text Manipulation) Part 10: DevOps - Step By Step Learning : Part 10 (Linux Networking, Compression and Little Scripting for Automation) DevOps Linux Package, User, Process Management (Photo Credit: Unsplash) Story: Rasel already learned commands to manage files, directories, and contents in them without needing any UI and only via CLI. To run an application (maybe frontend, backend, database, or any other program), we need to install many dependencies like other software/applications, packages, or libraries. So Rasel now needs to learn to manage packages via command. Also, for safety, security, and operational purposes, user and permission management is another mission-critical task, so you need to learn this as well. To make operational life easy, efficient, and robust, Linux process and system management is a very important part that should be learned at any cost as a DevOps professional. Rasel wanted to explore all these topics and did so. ...

February 21, 2026 ยท 5 min ยท Saiful Islam Rasel

DevOps - Step By Step Learning : Part 8 (Linux Command for File, Directory and Text Manipulation)

Other Parts of This Series: Part 7: DevOps - Step By Step Learning : Part 7 (Understand Linux Kernel, Boot Process and Filesystem Hierarchy) Part 9: DevOps - Step By Step Learning : Part 9 (Linux Package, User Permission, System Process Management) DevOps Linux File Manipulation Commands (Photo Credit: Unsplash) Story: Rasel grabbed the knowledge and understanding about the Linux kernel, how it boots, and the Linux file system. As the server runs mostly using CLI and no UI like Windows, so Rasel now wanted to learn the commands that help to work with files and directories. Like commands that are used for file and directory creation and content in its manipulation. ...

February 20, 2026 ยท 5 min ยท Saiful Islam Rasel

DevOps - Step By Step Learning : Part 7 (Understand Linux Kernel, Boot Process and Filesystem Hierarchy)

Other Parts of This Series: Part 6: DevOps - Step By Step Learning : Part 6 (Why, What and How Much Linux Knowledge Should Know) Part 8: DevOps - Step By Step Learning : Part 8 (Linux Command for File, Directory and Text Manipulation) DevOps Linux Kernel, Boot Process, File System (Photo Credit: Unsplash) Story: Now Rasel understood why Linux is important, why it is really needed, what he should learn, and how much Linux knowledge he should know to work in DevOps. Itโ€™s time to start with the core concepts, like the Linux core component called the Kernel, how it boots, and what the file structure is that Linux holds to manage everything. ...

February 19, 2026 ยท 4 min ยท Saiful Islam Rasel

We use cookies and technologies like Google Analytics and Microsoft Clarity to understand how users interact with our site and improve your experience.