A Comprehensive Guide to Linux Kernel Modules
2025-06-11
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
Cover Image of the Post
Open Source Intelligence
2025-04-18
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
Cover Image of the Post
1