分类目录归档:未分类

救急杀软推荐

这些只是给我自己备用,如果中了勒索病毒,只能杀毒,数据恢复无解

有更新功能 推荐
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 安装并运行一些实验项目,等待恢复

2.安装https://storage.googleapis.com/moz-fx-normandy-prod-addons/extensions/hotfix-update-xpi-intermediate@mozilla.com-1.0.2-signed.xpi

    蓝奏云地址 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

centos6 hostsolutions openvz折腾

#宝塔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 

修复exim发件问题

关闭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 

AU3 识别物理内存

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Compile_both=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
Global $objwmiservice, $wnc, $mem1, $mem3
Local $object, $objoperatingsystem

$objwmiservice = ObjGet("winmgmts:{impersonationlevel=impersonate}!\\.\root\cimv2")
$wnc = $objwmiservice.execquery("select * from win32_physicalmemory")

For $object In $wnc
	$mem = String(Int($object.capacity /