摘要: 开始使用 acme.sh 来申请和管理 Let's Encrypt 证书以来(参考【Linux 下使用 acme.sh 申请和管理 Let’s Encrypt 证书』一文)一直都很叹服 acme.sh 的强大和贴心。随着年末的两个独立域名备案通过并启用,越来越感觉自己当前使用 Let's Encry 阅读全文
posted @ 2020-12-30 19:52 ascertain 阅读(117) 评论(0) 推荐(0)
摘要: HTTP 代理按匿名功能分类(是否具有隐藏 IP 的功能) 非匿名代理:不具有匿名功能。 匿名代理。使用此种代理时,虽然被访问的网站不能知道你的 IP 地址,但仍然可 以知道你在使用代理,有些侦测 IP 的网页也仍然可以查到你的 IP。 高度匿名代理:使用此种代理时,被访问的网站不知道你的 IP 地 阅读全文
posted @ 2020-12-30 18:56 ascertain 阅读(1295) 评论(0) 推荐(0)
摘要: 默认没有开启此服务 nscd能够为NIS LDAP提供缓存,配置文件/etc/nscd.conf 命令 nscd --statistics 查看统计数据 清除指定类型缓存 nscd --invalidate passwd nscd --invalidate group nscd --invalida 阅读全文
posted @ 2020-12-30 17:42 ascertain 阅读(213) 评论(0) 推荐(0)
摘要: 无法直接关闭 修改注册表 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc] "start"=dword:4 关闭 Windows Defender 防病 阅读全文
posted @ 2020-12-30 17:22 ascertain 阅读(641) 评论(0) 推荐(0)
摘要: #!/bin/env bash # create user xtrabackup@127.0.0.1 identified by 'cruces'; # grant backup_admin,process,reload,lock tables,replication client,replicat 阅读全文
posted @ 2020-12-30 15:40 ascertain 阅读(475) 评论(0) 推荐(0)