Posted in: LPIC-1, Blog, Hardware, Kernel

Linux Pseudo File Systems: Free Guide

A pseudo file system does not exist on a physical hard disk,is created by the Kernel and only runs all in RAM while the system is running. LPIC1 Category – 101.1 Determine and configure hardware settings It uses the folders /proc and /sys to keep track of all processes and system hardware information. /proc folder […]

Posted in: Blog, Hardware

BIOS Interrupt Vector Table

BIOS Processor Instructions INT Address Type Function Description 00h 0000:0000h Processor Divide Error 01h 0000:0004h Processor Single Step 02h 0000:0008h Processor Non-maskable interrupt 03h 0000:000Ch Processor Breakpoint instruction 04h 0000:0010h Processor Overflow instruction 05h 0000:0014h BIOS Processor Print screen Bound range exceeded 06h 0000:0018h Processor Invalid opcode 07h 0000:001Ch Processor Coprocessor not available 08h 0000:0020h […]

Posted in: Blog, Kernel

Kernel Booting Parameters

Linux Kernel Booting Parameters are passed to the kernel when the machine is booting. We can pass parameters to control disks, graphics cards, serial consoles. Linux Kernel accepts parameters being passed to the kernel when the machine is booting. We can pass parameters to control disks, graphics cards, serial consoles, networking details and many other […]

Posted in: Blog, Red Hat

Solution Red Hat Subscription Manager 2020

Learn how to activate and configure repositories using the Red Hat Subscription Manager command line. Manage all your infrastructure licenses… Register Red Hat Subscription Remove Red Hat Subscription Regenerating identity certificates List all available repos for the system subscription-manager repos –list Disabling the Subscription Manager repository If you are on a Lab environment and you […]

Back to Top