游戏:捉住小猫
游戏代码来自github ganlvtech/phaser-catch-the-cat
rem 用管理员身份运行
klist.exe -li 0x3e7 purge
gpupdate /force
rem 当前用户身份运行
klist purge
通过powershell可以很方便的查询谁重启过服务器,对于Server Core尤其方便。服务器重启的事件ID为1074.查询命令为
Get-WinEvent -LogName system | Where-Object ID -eq 1074
在 alpine Linux上运行 besttrace时,报错no such file or directory,应该是缺少库文件,安装gcompat解决。
微软自带输入法支持添加自定义双拼方案了。网上搜索了一下,通过注册表添加最方便。导入注册表文件即可
zabbix接受邮件通知的用户需要对生成报警日志的主机具有至少读取的权限。此权限只能授予用户所在的群组。具体操作方法是【administration】- 【User groups】-【用户所在的组】-【Permissions】选择服务器组并添加“read”权限。
Setup.exe -r -f1"c:\setup.iss"
setup.exe /s /f1"C:\setup.iss" /f2"c:\setup.log"
setup.exe -r -f1uninstall.iss
setup.exe -s -f1uninstall.iss
Get-NetAdapter -ifIndex 18 | Rename-NetAdapter -NewName SangforSSLVPN
sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-'EOF'
{
"registry-mirrors": [
"https://docker.xuanyuan.me",
"https://proxy.vvvv.ee",
"https://docker.1ms.run",
"http://f1361db2.m.daocloud.io",
"https://docker.mirrors.ustc.edu.cn",
"https://mirror.ccs.tencentyun.com",
"https://hub-mirror.c.163.com",
"https://registry.docker-cn.com"
]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker
今日登录NBU 管理控制台,报错,错误码为7656.
“Unable to login, status: 7656. The revocation status of the host certificate cannot be verified using the Certificate Revocation List (CRL) because the CRL expired. The CRL is older than 7 days.”
根据帮助文件,手动更新 CRL,失败。