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...122 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·148 readsLinux
Harsh Agarwallinuxkernel.hashnode.dev·Oct 3, 2024Linux Kernel SchedulerThe point of this article is to give you a brief on how the Linux scheduler works. The Linux kernel scheduler may seem complex initially, partly due to its modular nature. It allows multiple scheduling algorithms to coexist to manage different classe...Linux
prateek singhprateek-singh.hashnode.dev·Oct 3, 2024First eBPF programAnatomy of an eBPF program When working with eBPF programs, there are a few parts to it, namely: When the program will run. What it will do. How will it share information with the user space. When the program will run As mentioned in our previou...10 likes·768 readseBPFeBPF
Nikolaos PanagopoulosforfreeCodeCampfreecodecamp.org·Oct 3, 2024How to Retrieve System Information Using The CPUID InstructionWhen developing a bootloader/kernel, understanding the underlying architecture is crucial for optimizing performance and compatibility between software and hardware. One important yet sometimes overlooked tool available to engineers for querying and ...Kernel
devspec0psdevspec0ps.hashnode.dev·Oct 2, 2024Build and install RT kernel (patched) on rocky 8 or 9.4xen-netfront, xen-blkfront cause issues during compilation (they are missing) so if the contents of the file /etc/dracut.conf.d/xen.conf is add_drivers+=" xen-netfront xen-blkfront " remove it: sudo rm /etc/dracut.conf.d/xen.conf sudo dnf update -y P...kernel realtime