DurgaSarandsrnk.hashnode.dev·9 hours agoThe Future of Unified Observability: Integrating Data Observability with OpenTelemetry and eBPF1. Introduction Observability has transcended traditional monitoring paradigms, evolving into a necessity for understanding and optimizing complex distributed systems. Unified observability bridges silos across infrastructure, applications, and data ...1 like·127 readseBPF
Faizan Shaikfyzanshaik.hashnode.dev·Jan 3, 2025How My RGB Mouse Broke Linux: A Cautionary TaleThe Beginning of My Descent into Madness It all started with a simple desire: I wanted my Razer DeathAdder Essential(Friend gave as a birthday gift, I don’t even play games!😭) mouse's RGB lighting to work on Linux. "How hard could it be?" I thought ...43 readsLinux
Pratulmyspace233.hashnode.dev·Dec 23, 2024Getting Started with Shell ScriptingLINUX I'm excited to continue my DevOps learning journey alongside my new role as a Level 2 Server Engineer. This position will not only allow me to gain hands-on industry experience but also help me deepen my understanding of technologies directly r...33 readsLinux
Atul Thosaratulthosar.hashnode.dev·Dec 23, 2024A Guide to Building Linux Kernel 6.xThis blog post provides a step-by-step tutorial on compiling and booting from Linux Kernel 6.x. We will use a virtual environment for safety. This blog post is ideal for developers and curious learners. I assume reader has basic understanding of Linu...Kernel
Amulyaawscloudbasics.hashnode.dev·Dec 6, 2024Understanding Linux: The Heart of Modern ComputingIntroduction to Operating Systems An operating system (OS) is a critical piece of software that acts as a bridge between hardware and software applications. When you purchase a computer or server, you're essentially buying hardware components like: ...DevOpsLinux
Vivek Kumarbewake24.hashnode.dev·Nov 23, 2024So, I tried creating an alternative of aldente in Node Js. Here’s what I found.Origin of the Idea: I brought my Macbook air m1 in 2022, over the past two years its battery degraded to absolutely nothing, My mac used to show blank when I click on battery health and it hardly lasted for one second without power? So, I had to repl...10 likesNode.js
Akshay Siwalakshay-siwal.hashnode.dev·Nov 17, 2024Linux VFS Explained: How It Simplifies File Access Across Multiple File SystemsThe Virtual File System (VFS) serves as an abstraction layer that allows the kernel to interact uniformly with different file systems (ext4, XFS, NFS, etc.). VFS provides a consistent interface for user-space applications to perform file operations l...Linux
Fatima Jannetmahia.hashnode.dev·Nov 1, 2024ML Classification 3.4: Kernel SVMHello and welcome back to machine learning. Previously we learned about linear support vector machine algorithm. Today we’ll learn the kernel support vector algorithm. Let’s start Kernel SVM Intuition As you can recall, in the support vector machine ...1 like·62 readsMachine Learning (Python)Machine Learning
DurgaSarandsrnk.hashnode.dev·Oct 30, 2024eBPF Observability: Revolutionizing System Monitoring in Modern InfrastructureIn today's complex cloud-native environments, obtaining deep insights into system behavior without impacting performance has become increasingly challenging. Enter eBPF (extended Berkeley Packet Filter) - a revolutionary technology that's transformin...132 readseBPF
Faizan Shaikhfaizanshaikh.hashnode.dev·Oct 8, 2024Day 4 - Basic Linux Shell Scripting for DevOps EngineersWhat is kernel? A kernel is like the "boss" of your computer. It controls everything that happens inside the computer, making sure that different parts, like your programs and hardware, can work together smoothly. Imagine your computer as a big compa...1 like·154 readsLinux