© 2023 Hashnode
#linux-kernel
Introduction The Linux Kernel, the powerhouse behind the open-source Linux operating system, has long been hailed for its stability, flexibility, and security. However, as technology advances and cyber threats become increasingly sophistica…
As programmers, we spend most of our time writing code to build software. However, when shifting that code to production, our coding skills may not be sufficient. In such cases, we rely on commands to accomplish various tasks, such as conne…
There has been a lot of chatter about eBPF in cloud-native communities over the last 2 years. eBPF was a mainstay at KubeCon, eBPF days and eBPF summits are rapidly growing in popularity, companies li…
What is LSM? The Linux Security Module is a framework that allows the kernel to support multiple security models simultaneously. It provides a way for security policies, such as access control or inte…
what is / in linux ? In Linux, / (forward slash) is the root directory of the file system. All other directories and files are located under the root directory, and it serves as the starting point of the file system hierarchy. The / is used…
Linux basic commands : date:- Which specifies the current date pwd:- Print working Directory / Present Working Directory mkdir:- To create a directory ls:- To list all the directories and files. cd:- …
What is Kernel? A kernel is the core component of an operating system that acts as an interface between the hardware and software layers of a computer system. It provides various services to user processes, including process management, mem…
Introduction You might naturally wonder - Why would one even need to compile the Linux kernel on their own? Aren't prebuilt images easily available? I would have thought the same. Well, as it turns ou…
Linux is a popular open-source operating system that is widely used in servers, desktops, and other computing devices. Red Hat Linux is a popular distribution of Linux that is based on the Linux kernel and is specifically designed for enter…
Introduction to Linux Kernel Development Linux is the most popular open-source operating system in the world. It runs on a variety of hardware devices, from servers and desktop computers to mobile dev…