Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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. ®
---------------------------------------------------------