Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T12:58:24.000Z (almost 9 years ago)
- Last Synced: 2024-10-25T06:32:58.098Z (2 months 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 modblII - 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. ®
---------------------------------------------------------