网络资源汇总
For Linux
杀毒软件
- ClamAV: 配置
Firewall
- ufw_: Hsow to config
Block usb
- Method 1:
- create config file:
$ sudo vim /etc/modprobe.d/block_usb.conf
- insert line:
install usb-storage /bin/true
- create config file:
- Method 2: remove usb_storage
- cmd:
sudo mv /lib/modules/<core-name>/kernel/drivers/usb/storage/usb-storage.ko <any-other-path/usb-storage.ko.bak>
- cmd:
- Method 3: blacklist
$ sudo vim etc/modprobe.d/blacklist.conf
- insert:
blacklist usb-storage
来源:CSDN
作者:玖叁肆
链接:https://blog.csdn.net/qq_39802663/article/details/104698810