insmod
Dynamically load modules into the Linux Kernel. More information: <https://manned.org/insmod>.
Install
- All systems
-
curl cmd.cat/insmod.sh
- Debian
-
apt-get install kmod - Ubuntu
-
apt-get install kmod -
Alpine
-
apk add kmod - Arch Linux
-
pacman -S kmod - Kali Linux
-
apt-get install kmod - CentOS
-
yum install kmod - Fedora
-
dnf install kmod - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install kmod - Raspbian
-
apt-get install kmod - Docker
-
docker run cmd.cat/insmod insmodpowered by Commando
Dynamically load modules into the Linux Kernel. More information: <https://manned.org/insmod>.
-
Insert a kernel module into the Linux kernel:
insmod path/to/module.ko
© tl;dr; authors and contributors