fsutil hardlink list c:\windows\system32\amsi.dll \Windows\System32\amsi.dll \Windows\WinSxS\amd64_microsoft-antimalware-scan-interface_31bf3856ad364e35_10.0.17763.1_none_477a43df2f3d6453\amsi.dll
…
fsutil hardlink list c:\windows\system32\amsi.dll \Windows\System32\amsi.dll \Windows\WinSxS\amd64_microsoft-antimalware-scan-interface_31bf3856ad364e35_10.0.17763.1_none_477a43df2f3d6453\amsi.dll
…
适合谷歌火狐带有脚本管理如油猴子Tampermonkey
from http://bbs.pcbeta.com/viewthread-1529903-1-1.html
// ==UserScript== // @name DZ_Block // @author aa65535 // @version 1.03 // @lastmodified 2014-07-26 11:14:54 // @run-at document-end // @noframes yes // @description 屏蔽指定用户的帖子 // @namespace Rin Satsuki // @updateURL http://aa65535.com/public/userscript/dz_block.meta.js // @downloadURL http://aa65535.com/public/userscript/dz_block.user.js // @include http://*/*…
这些只是给我自己备用,如果中了勒索病毒,只能杀毒,数据恢复无解
有更新功能 推荐
https://www.emsisoft.com/en/home/emergencykit/ [推荐]
https://dl.emsisoft.com/EmsisoftEmergencyKit.exe
https://www.comodo.com/business-security/network-protection/cleaning-essentials.php
无更新功能
https://www.kaspersky.com/downloads/thank-you/free-virus-removal-tool
https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe
https://www.kaspersky.com.cn/downloads/thank-you/free-virus-removal-tool
https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe
无更新功能
https://free.drweb.cn/download+cureit+free/
https://free.drweb.cn/download+cureit/gr/?lng=en…
1.打开about:studies,进入更新选项,Firefox 数据收集与使用下面勾上允许 Firefox 向 Mozilla 发送技术信息及交互数据,再勾上允许 Firefox 安装并运行一些实验项目,等待恢复
蓝奏云地址 https://www.lanzous.com/i4125ah
3.更新到最新版本
官方FTP链接
win32
https://ftp.mozilla.org/pub/fire … 0Setup%2066.0.4.exe
win64
https://ftp.mozilla.org/pub/fire … 0Setup%2066.0.4.exe…
C:\ProgramData\GlassWire\service
备份上面这个目录就可以了
实际好像只需要glasswire.conf和glasswire.db…
yum install mkisofs -y
mkisofs -allow-limited-size -l -J -r -iso-level 3 -o file.iso /dir/…
#宝塔hostsolutions解决方案 rpm -e --nodeps iptables #安装启用 IUS 社区源 yum install epel-release curl nss rpm ca-certificates -y #update-ca-trust 不用 curl 'https://setup.ius.io/' -o setup-ius.sh sh setup-ius.sh #wget 忽略证书 #参考https://www.zcfy.cc/article/3-methods-to-install-latest-python3-package-on-centos-6-system #chkconfig iptables off #rpm -e --nodeps iptables yum --enablerepo=ius install openssl python htop…
关闭ipv6地址
nano /etc/sysctl.conf net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 sysctl -p
清理发件队列
find /var/spool/exim/input/ -type f -name '*' -print0 | xargs -0 rm & nano /etc/exim/exim.conf primary_hostname = 162.220.14.10.lg.ylx.me domainlist local_domains = @ : localhost : localhost.localdomain…