摘要: https://codingbee.net/powershell/powershell-make-a-permanent-change-to-the-path-environment-variable New-Item -ItemType Directory -Path C:\Windows\Pat 阅读全文
posted @ 2022-05-22 22:23 ascertain 阅读(23) 评论(0) 推荐(0) 编辑
摘要: GPG: GnuPG(GNU Privacy Guard), GnuPG is an Open Source alternative to the well-know Pretty Good Privacy(PGP). dirmngr: 管理 CRL & OCSP 配置文件 /root/.gnupg 阅读全文
posted @ 2022-05-22 20:32 ascertain 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-05-22 16:09 ascertain 阅读(145) 评论(0) 推荐(0) 编辑
摘要: Server: import socket sock = socket.socket(family=socket.AF_INET, type=socket.SOCK_DGRAM) sock.bind(('0.0.0.0', 2222)) while True: msg, addr = sock.re 阅读全文
posted @ 2022-05-22 16:04 ascertain 阅读(104) 评论(0) 推荐(0) 编辑
摘要: Refresh <META HTTP-EQUIV="Refresh" CONTENT="5;URL=http://host/path"> nginx: add_header Refresh '5; URL=https://www.baidu.com'; 阅读全文
posted @ 2022-05-22 11:37 ascertain 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-05-22 00:04 ascertain 阅读(235) 评论(0) 推荐(0) 编辑