https://github.com/williamcanin/modbl
:shell: "Modbl" add/remove modules (Linux) to a blacklist.
https://github.com/williamcanin/modbl
blacklist linux mod modprobe module shell-script
Last synced: about 2 months ago
JSON representation
:shell: "Modbl" add/remove modules (Linux) to a blacklist.
- Host: GitHub
- URL: https://github.com/williamcanin/modbl
- Owner: williamcanin
- License: mit
- Created: 2015-09-29T03:00:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T12:58:24.000Z (over 10 years ago)
- Last Synced: 2025-06-05T03:24:49.071Z (about 1 year ago)
- Topics: blacklist, linux, mod, modprobe, module, shell-script
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
Modbl
[ ABOUT ]
"Modbl (ModBlackList)" it is a code in Shell Script, which proposes
for users, the addition of modules into a black list for
these modules being not loaded at boot time (boot).
After adding blacklisted modules (blacklist) with the "Modbl",
you can also remove them using the "Modbl".
[ INSTALLATION ]
I - Make Clone of "Modbl" and enter the same folder::
$ git clone https://github.com/williamcanin/modbl.git
$ cd modbl
II - Run the following command as root (superuser):
# bash install
[ USING ]
- Adding a module blacklisted:
# modbl -a
- Removing a module blacklisted:
# modbl -r
To know what are the options that the "Modbl" provides,
simply use the command # modbl help.
[ LICENSE ]
MIT License (MIT)
https://opensource.org/licenses/MIT
---------------------------------------------------------
© 2015 Modbl. William C. Canin. All rights reserved. ®
---------------------------------------------------------