Shreshtha Modishreshtha.hashnode.dev·4 hours agoIntroduction to the Linux Boot ProcessLinux is a popular open-source operating system that is often the choice of developers due to its efficiency and versatility. In this article, we’ll take a closer look at how things work “under the hood” when it comes to Linux systems What is the boo...DiscussLinux
Abid Moonabidmoon.hashnode.dev·4 hours ago2023 DevOps is terrible.Classic DevOps misspell on a YAML What is DevOps? If you are reading this article you already know it but for those in the back who don’t: DevOps is a culture, a movement, a philosophy if you will; that aims to foster collaboration during the Softwa...Discuss·1 like·8.3K readsDevops
Ajinkya Kambledevajk.hashnode.dev·10 hours agoWhy Linux is widely used in software industry?..Introduction Hello Everyone, Recently I switched from Windows to Linux, So this blog is about why Linux is the most loved Operating System for developers and software Organizations. In a world driven by software innovation, the choice of an operating...Discuss·2 likeslinux for beginners
Bhavesh Yadavcodezera.hashnode.dev·8 hours agoLinux 101: A Beginner's Guide to the Open-Source Operating SystemWelcome to my new blog series on Linux! Whether you're a beginner or an advanced user, this series is designed to help you explore the world of open-source software and get the most out of this powerful operating system. In this series, we'll cover e...Discuss·1 likeLinuxLinux
Hamza Rehmanhamzarehmansheikh4.hashnode.dev·9 hours agoDay22 # Managing Services with Systemd: A Comprehensive GuideSystemd is a modern init system and service manager for Linux operating systems that have largely replaced older init systems like SysVinit. It is a powerful tool for managing services, daemons, and other system resources. In this guide, we will expl...Discussmasterwithhamza
Hamza Rehmanhamzarehmansheikh4.hashnode.dev·14 hours agoDay21 # Secure Copy (SCP): Safely Transferring Files Across NetworksIn the ever-connected digital landscape, the need to transfer files securely across networks is a common requirement. Secure Copy, often abbreviated as SCP, is a powerful and secure file transfer protocol that enables users to move files between comp...Discussmasterwithhamza
Hamza Rehmanhamzarehmansheikh4.hashnode.dev·14 hours agoDay20 # Secure Shell (SSH): Safeguarding Communication and Remote AccessIn an era where data is the lifeblood of the digital world, ensuring its security during transmission is paramount. Secure Shell (SSH) has emerged as a foundational technology that enables secure data sharing and remote access across the internet. In...Discussmasterwithhamza
Hamza Rehmanhamzarehmansheikh4.hashnode.dev·17 hours agoDay19 # Mastering Pipes and Redirect Commands in Linux Using Man PagesLinux is a powerful and versatile operating system known for its command-line interface (CLI) capabilities. Among the essential skills for any Linux user or administrator is understanding how to use pipes and redirect commands effectively. This artic...Discussmasterwithhamza
Siri Chandanairis1919.hashnode.dev·Sep 30, 2023Day11/90DaysofDevOpschallenge-Advance Git & GitHub for DevOps Engineers: Part-2Git stash: In Git, the git stash command is used to save changes that are not ready to be committed yet, allowing you to switch to a different branch or work on a different task without committing incomplete work. It temporarily stores your modificat...Discuss#90daysofdevops chanllenge
raju ghoraiblogs.rajughorai.codes·Sep 30, 2023Unlocking the Power of Unix Philosophy: Crafting Streamlined ScriptsIn the world of scripting and automation, there exists a philosophy that has stood the test of time – the Unix philosophy. Originating from the brilliant mind of Ken Thompson, this philosophy serves as a guiding light for software developers seeking ...DiscussLinux