因为是虚拟机下使用,下载虚拟机专用的镜像https://alpinelinux.org/downloads/ Virtual板块下载86_64镜像当前 http://dl-cdn.alpinelinux.org/alpine/v3.12/releases/x86_64/alpine-virt-3.12.1-x86_64.iso创建虚拟机
wordpress处理cdnjs加载慢的问题
我这里用的是nginx替代字符串的方法,在appnode下仅供参考location ~ ^/.+\.php(/|$) { sub_filter '//cdnjs.cloudflare.com/ajax/libs' '//cdn.staticfile.org'; sub_filter '//cdn.datatables.net' '//cdn.staticfile.org/datatables'; sub_filter_once off; ........
记录强制修复linux证书问题
在已经确认证书已经更新了的情况下nano /root/.curlrc capath=/etc/ssl/certs/ cacert=/etc/ssl/certs/ca-certificates.crtnano /root/.wgetrc ca_certificate=/etc/ssl/certs/ca-certificates.crt ca_directory=/etc/ssl/certs/
处理openvz centos7 中nginx服务启动失败问题
报错内容 Can't open PID file /var/run/nginx.pid (yet?) after start: Too many levels of symbolic links修改nginx的服务nano /lib/systemd/system/nginx.service 修改PIDFile=/var/run/nginx.pid为PIDFile=/run/nginx.pid 然后运行systemctl daemon-reload service nginx restart
linux现成vmare镜像image下载
1.https://www.osboxes.org/vmware-images/2.https://www.linuxvmimages.com/3.https://vm.puvvadi.me/4.http://www.trendsigma.net/vmware/
k2p 尚在维护的固件
https://github.com/hanwckf/rt-n56u/releaseshttps://opt.cn2qq.com/padavan/https://x-wrt.com/https://github.com/chongshengB/rt-n56u/releases集客鉴于被曝有问题,官网也没看到回应,不再使用
dropbox关于bbr,bbr2的测试
https://blogs.dropbox.com/tech/2019/12/evaluating-bbrv2-on-the-dropbox-edge-network/5.3的BBR由于4.15的bbrbbr1优于bbr2的表现
Centos6升Centos7教程/方法
网上有人说用centos6.6的版本升级到7比较好 使用dev的教程需要把域名改为buildlogs测试中使用的是6.10最新版升级有风险 升级有风险 升级有风险 不是100%成功yum remove -y openscap && yum install -y
卡巴斯基 19/20/21 安装参数
卡巴斯基安全软件KIS(不带参数) kis19.0.0.1088_zh-hans-cn_full.exe 卡巴斯基安全云KSC 美区账户免费 kis19.0.0.1088_zh-hans-cn_full.exe /pPRODUCTTYPE=saas 卡巴斯基免费版KFA kis19.0.0.1088_zh-hans-cn_full.exe
CVE-2019-0708 BlueKeep检测工具
下载https://github.com/robertdavidgraham/rdpscan/releases最新版本然后运行rdpscan扫描扫描单ip rdpscan 192.168.1.1 扫描IP段 rdpscan 192.168.1.1-192.168.1.255VULNERABLE 表示发现漏洞 SAFE表示安全 CredSSP/NLA