记一次解决 clash all DNS requests failed, context deadline exceeded 问题 2021年12月19日 Allen Hua 87808 在我切换了 clash 透明代理和普通代理之后遇到了如题所述的问题。 下面是详细日志 [TCP] dial ? 规则之外 (match Match/) to dns.alidns.com:443 error: advanced-cm-3.nodesub.... 阅读全文 13 评论
N1 docker ubuntu 容器解决 Some index files failed to download. They have been ignored, or old ones used instead 问题 2021年12月19日 Allen Hua 1777 n1 的 docker,一个 ubuntu 容器在 root 用户下执行 apt-get update 总是遇到 Some index files failed to download. They have been ignored, or old on... 阅读全文 0 评论
leanote 数据库(MongoDB)备份以及恢复教程 2021年12月18日 Allen Hua 1743 查看 leanote 数据库配置 查看 leanote 安装配置文件 (一般是 /data/leanote/conf/app.conf),找到数据库的用户名和密码(以及端口、数据库名字等信息) # mongdb db.host=127.0.0.1 db.... 阅读全文 0 评论
使用 besttrace 查看 VPS 去程和回程的路由线路 2021年12月17日 Allen Hua 2563 windows 下 traceroute 工具一般用下面这两个 winmtr 官网: http://winmtr.net/download-winmtr/ 优点: 图形界面,速度快 缺点: 没有地图显示,不够直观 备注: 比 Windows dos ... 阅读全文 0 评论
url 中 # (井号, hash)的作用 2021年12月01日 Allen Hua 1219 url 中 # 的作用 # (hash) 代表网页文档中的一个位置,#右边的字符就是该位置的标识符。 # 是用来指导浏览器的动作的,对服务端是无感的。浏览器先请求 url 得到 response 之后再定位到 # 的位置。 为网页位置指定标识符,一般有两... 阅读全文 0 评论