libdl
2025-04-02
libdl is the standard POSIX library used for runtime dynamic linking in Linux and Unix-like systems. It provides functions such as dlopen(), dlsym(), ...
Read More
libwrap
2025-04-02
libwrap is the shared object/library component of TCP Wrappers, a legacy security library on Unix-like systems usd to control access to network ...
Read More
Loadable Kernel Modules
2025-04-02
Read More
lsmod
2025-04-02
The lsmod command lists active Loadable Kernel Modules on Linux systems.
https://man7.org/linux/man-pages/man8/lsmod.8.html
Read More
Main Index
2025-04-02
This is the main index of my Knowledge Management System.
This is not a complete index, and may be out of alphabetical order. Deal with it! ...
Read More
malware
2025-04-02
Read More
malware
2025-04-02
Read More
modinfo
2025-04-02
The modinfo command shows information about a Loadable Kernel Module on Linux systems.
https://man7.org/linux/man-pages/man8/modinfo.8.html
Read More
modprobe
2025-04-02
The modprobe command intelligently adds and removes Loadable Kernel Modules on Linux systems.
https://man7.org/linux/man-pages/man8/modprobe.8.html
Read More
MVC
2025-04-02
MVC (Model-View-Controller) is a software design pattern separating an application into three interconnected components: the model (data and logic), ...
Read More