Manish Kumarmaxmanishcosta.hashnode.dev·Sep 19, 2023Top-30 most used Linux CommandsWhat is Linux? Linux is an open-source operating system. It is based on the Linux kernel and this operating system is a typical package in a Linux distribution. Here’s the list of common Linux commands with examples that might be a great cheat sheet ...DiscussLinux
Luca CavallinProcavall.in·Sep 17, 2023barco: Linux Containers From Scratch in C.barco is a project I worked on to learn more about Linux containers and the Linux kernel. It's a simple implementation of a container runtime in C, which I wrote from scratch (based on other guides on the Internet) using just C, libseccomp for seccom...Discuss·5 likes·633 readsLinux
ghouti_yelles0xor1day.hashnode.dev·Sep 8, 2023Booting in Linux: A Journey from Power-On to DesktopThe process of booting a Linux system is a fascinating journey that takes your computer from a powered-off state to a fully functional desktop environment. In this blog post, we'll unravel the mysteries of the boot process in Linux and introduce you ...DiscussLinux
Iano Njugunaianonjuguna.hashnode.dev·Sep 6, 2023System-Wide Settings in LinuxIn a Linux distribution, you access most system resources, including: devices, directories, and sockets via the file system. Therefore any configuration you make will be subject to the file system model.Understanding this file-centric approach is cru...Discuss·44 readsLinux
Aathithya Tiraviam Saathitiras.hashnode.dev·Aug 21, 2023Understanding Linux (part 1)If you're here, most probably you might have come across different jargon surrounding this whole 'Linux' thing. And also, you might have noticed people arguing about which is the best text editor in Linux, vim, or emacs. Or you came to learn about Li...Discusslinux for beginners
Anup Kumar Mauryaanupmaurya.hashnode.dev·Aug 13, 2023Linux TutorialLinux is an open-source operating system. It is like Windows, Mac, Android, etc. Unix is also an operating system like Linux. It is a commercial OS. It consists of three parts: Kernal, Shell and Programs. Most of the Unix and Linux commands are simil...DiscussLinux
Vishnu Santhoshvishsant.hashnode.dev·Aug 12, 2023Initramfs : An Intro to the Unsung Hero of Linux BootingThe initramfs is a pivotal, yet often overlooked, component in the Linux boot process. It provides an initial root filesystem used to bootstrap the true root filesystem mounted from storage. When Linux boots, the bootloader loads the kernel and a tem...DiscussDemystifying initramfs : An under-the-hood look at the initial root filesystem2Articles1Week
Abhishek Pathakscorcism.hashnode.dev·Aug 10, 2023Linux Boot Process OverviewThe Linux boot process can be broken down into 4 simple stages: BIOS The BIOS (stands for "Basic Input/Output System") initializes the hardware and makes sure with a Power-on self-test (POST) that all the hardware is good to go. The main job of the...Discuss·10 likesLinux
Arya Mahendra Karadekaradearya.hashnode.dev·Aug 9, 2023Functions And Case In Shell Scripting !!!!Hello Everybody.!!! This blog is all about the activities taken on Day - 9 of the Linux Workshop conducted by Pranav Jambare sir at Dr Babasaheb Ambedkar Technological University, Lonere - Raigad. Content Functions Case Statement Functions in L...DiscussLinux
Eshan Shafeeqeshanshafeeq.hashnode.dev·Aug 7, 2023Creating a Kernel Module for LED Status ControlArticle Published on 1st May 2017 Background I have experience working with GPS/GSM/4G CANBus Emulators/Simulators and interfacing these modules using Python, Bash, C, and C++. These modules often come with drivers, and sometimes these drivers prese...DiscussLinux