inode
0001-01-01
an inode (index node) is a data structure used in filesystem implementations that stores metadata about a file or directory.
Read More
inotify
0001-01-01
inotify is a Linux kernel subsystem used for monitoring for filesystem changes.
https://en.wikipedia.org/wiki/Inotify
Read More
input device
0001-01-01
An input device is a hardware device that allows users to communicate with a computer or other digital system.
Read More
insmod command
0001-01-01
The insmod command on Linux loads a Loadable Kernel Module (LKM)
Read More
0001-01-01
Instagram is a social media platform owned and operated by Meta that lets users share photos and videos.
Read More
installing VirtualBox Extension Packs
0001-01-01
To install new VirtualBox Extension Packs to an existing VirtualBox installation use the following VBoxManage command:
Read MoreVBoxManage extpack install ...
instruction (CPU)
0001-01-01
A CPU instruction is a specific command, represented as binary code, that tells the CPU which operation to perform and on what data (operands).
The ...
Read More
instruction pointer
0001-01-01
The instruction pointer or program counter is a special register within a CPU that holds the memory address of the next instruction to be executed.
Read More
instruction set
0001-01-01
An instruction set refers to the collection of machine-level instructions that a CPU can execute.
Instruction sets are a component of an Instruction ...
Read More
Instruction Set Architecture
0001-01-01
An Instruction Set Architecture (ISA) is an abstract model that defines how software controls the CPU of a computer. ...
Read More