Huy Nguyenhuycommit.hashnode.dev·Feb 15, 2025Concurrency và ParallelismChủ đề multithreading luôn là một trong những chủ đề hay được quan tâm. Trong bài đầu tiên về series multithreading trong C#, mình sẽ tìm hiểu về 2 khái niệm trong multi-threading là Concurrency và Parrallelism. Tản mạn về Concurrency và Parallelism ...1 like·209 readsMulti-thread trong C#operating system
Shreyash Myakalshreyashmyakal.hashnode.dev·Feb 15, 2025"Linux Day 1: Boot Up and Take Control!"Welcome to Day 1 with Me in Linux! 🐧💻 If you're new to Linux, don't worry—you're not alone I’m too ! Today, let’s break it down in a simple way and understand what Linux is, why it’s awesome, and what you can do with it. A Brief History of Linux 🐧...1 likeLinux
Soham Badgujarrootsoham.hashnode.dev·Feb 12, 2025I Broke my /etc/sudoers FileOops! I Broke My Sudoers File: A Tale of Recovery Mode and Linux Permissions We’ve all been there. One moment, you’re tinkering with your Linux system, feeling like a tech wizard, and the next, you’re staring at the screen in horror because something...Linux
Piyush Kabradevopswithpiyushkabra.hashnode.dev·Feb 11, 2025DevOps Day 1:- 24-01-2025There are three steps to launch any website or app in the market 1. Idea in your mind & its Requirement.2. Development of the idea through coding & System Design.3. Deploy in the market and make it available for people to use. From Development to Dep...Devops
Derek Armstrongdereklarmstrong.com·Feb 5, 2025Upgrading from RHEL 7 to RHEL 8Introduction Upgrading from Red Hat Enterprise Linux (RHEL) 7 to RHEL 8 is a significant step that offers enhanced features, security updates, and improved performance. However, it also comes with potential risks such as breaking existing application...#RHEL7
Mentos Aios-devlopment-articals.hashnode.dev·Feb 2, 2025Mastering Assembly Language: The Foundation of Low-Level ProgrammingMastering Assembly Language: The Foundation of Low-Level Programming Assembly language is one of the most fundamental programming languages, serving as a bridge between high-level programming and machine code. It provides developers with direct contr...operating system
Mentos Aios-devlopment-articals.hashnode.dev·Feb 2, 2025Comprehensive Guide to Operating System Development: Kernels, Compilers, and BeyondComprehensive Guide to Operating System Development: Kernels, Compilers, and Beyond Operating system (OS) development is one of the most complex yet rewarding fields in computer science. It involves creating the foundational software that manages har...operating system
Aakashi Jaiswalaakashi.hashnode.dev·Jan 30, 2025What is Founder Mode? Why is it So Helpful?The startup world is a whirlwind of energy, ambition, and relentless problem-solving. It demands a unique blend of vision, resilience, and adaptability. Often, you'll hear experienced entrepreneurs talk about something called "Founder Mode." It's not...10 likesfounder mode
Lim Woojaejaylog.hashnode.dev·Jan 29, 2025[Python] Pipes vs. Queues for Flawless Data Communication in MultiprocessingUnderstanding Process Key characteristics of process: Process must contain a main thread. Code, data, stack and heap are independent. This means it is not so easy and low-cost to share memories within multiple processes. CPU + Memory space are ...Pythonpipe
Subhanshu Mohan Guptablogs.subhanshumg.com·Jan 28, 2025Unikernel ContainersIntroduction In a rapidly evolving technological landscape, where agility and security are paramount, unikernel containers are emerging as a revolutionary force in DevSecOps. These ultra-lightweight containers challenge the status quo by running appl...10 likes·28 readsAdvanced DockerDevSecOps