X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml_tips;h=d497654d9b48e323f4b982768aa4b264837b66db;hb=7b5cf8c26f8b3dadf2a9d612928db0d438028421;hp=7a0cb1de72dc51eb2d7f4bf1a603535bd7bec006;hpb=2ae0173dbda5373d967b6787790dc9f43e683bc3;p=grml-tips.git diff --git a/grml_tips b/grml_tips index 7a0cb1d..d497654 100644 --- a/grml_tips +++ b/grml_tips @@ -2873,3 +2873,23 @@ Usage examples: % ipcalc 10.0.0.28 255.255.255.0 % ipcalc 10.0.0.0/24 -- +Blacklist a kernel module: + +# blacklist + +-> running 'blacklist hostap_cs' for example will generate an +entry like this in /etc/modprobe.d/grml: + +blacklist hostap_cs +alias hostap_cs off + +To remove the module from the blacklist again just invoke: + +# unblacklist + +or manually remove the entry from /etc/modprobe.d/grml. +-- +Create a Debian package of a perl module: + +% dh-make-perl --cpan Acme::Smirch --build +--