02 2024 档案
ssh命令 使用TAB补全主机名的设置
摘要:打开或创建~/.bashrc文件, 添加以下内容: __complete_ssh_host() { ## 获取需要补全的单词 local KNOWN_FILE=~/.ssh/known_hosts if [ -r $KNOWN_FILE ]; then local KNOWN_LIST=$(cut
web遇到check_mfa_info,查看Console: Failed to load resource: net::ERR_CERT_DATE_INVALID
摘要:查看证书到期时间 openssl x509 -in /etc/nginx/keys/xxx -noout -dates 替换证书 重启nginx