A Comprehensive Guide to Linux Kernel Modules
Linux kernel modules (LKMs) are loadable pieces of code think of them as plugins that can be added or removed from the Linux kernel on demand, without requiring a reboot. This allows updates to drivers without restarting the system, making the Linux kernel more lightweight and quicker to boot. Itβs also more memory-efficient, as only the loaded modules consume memory, unlike when all drivers are compiled directly into the kernel.
837 words
|
4 minutes

Open Source Intelligence
Open source intelligence is a skill that ones develop over time . The thought process is whatβs important not the tools or the website at disposal . Osint is about gaining a piece of information like a piece in a puzzle and discovering the whole puzzle and itβs pieces . We might get a picture or a username etc β¦ Key is to find any reliated information we can find on that piece of infomration and chain it together to make sense of things . Everything is out there we just have to look at the right place with the right eye to find it .
1631 words
|
8 minutes
