#devops
Read more stories on Hashnode
Articles with this tag
Introduction š Welcome to Day 7 of the thrilling #90DaysOfDevOps challenge. In this blog, we will embark on an exploration of the package manager and...
Mastering File Permissions and Ownership in Linux šļøš Introduction š Welcome to Day 6 of the #90DaysOfDevOps challenge! Today's focus is on one of...
š Introduction š Welcome to Day 5 of the #90DaysOfDevOps challenge! Today, we'll dive deep into advanced Linux shell scripting, where we'll focus on...
Introduction š Welcome to Day 4 of the thrilling #90DaysOfDevOps challenge! š Today, we're diving into the nitty-gritty of Linux shell scripting and...
1. Viewing File ContentTo see what's written in a file, you have a few tools at your disposal in Linux. The most commonly used ones are cat, less, and...
š§ What is Linux? Linux is an open-source operating system kernel forming the basis for several Unix-like OSs. Pioneered by Linus Torvalds in 1991,...