【已解决】记一次 docker 容器内能 ping 通 ip 但 ping 不通域名问题的排查经过 2021年04月13日 Allen Hua 48903 本文准备发在 v2ex 的但是编辑好了发布时提醒我 第一次见到这个提示…… 是我这两天讨论这个问题有点多?好吧 对不起 那我就发自己博客吧 这时候就发现拥有一个能自由自在不受别人约束的写东西的地方 还是针不戳的 前情提要:https://www.v2e... 阅读全文 8 评论
使用certbot自动给通配符证书续期 2021年04月09日 Allen Hua 2067 今晚发现 hellodk.com 的几个网站的证书过期(比如 https://router.hellodk.com )无法访问,然后续期证书遇到问题,本文记录解决过程。 由于之前是配置了 crontab 脚本定期续期证书的,没有成功续上那就肯定是程序执行... 阅读全文 0 评论
openwrt 编译安装 nginx 1.14.0 并编写 init.d 启动脚本 2021年04月06日 Allen Hua 3943 2021年04月22日 update 于是想到应该是由于 nginx 版本升级(1.14.0 到 1.16.1)导致了这个配置不能生效了(应该是和文件传输相关,需要更多的配置项,这个可以留到后面再研究缺少什么配置) 当时通过 pt.to 无法添加种子开启... 阅读全文 0 评论
openwrt history 命令在退出后不保存历史记录的解决办法 2021年03月30日 Allen Hua 3999 1. 背景原因 由于 openwrt 默认 root 用户使用的 shell 解释器是 ash 它的 history 命令默认只能在当前这次 ssh 会话中有效,当你 exit 重新 ssh 登录上了之后,执行 history 命令发现输出是空的 最简单... 阅读全文 0 评论
openwrt opkg install 安装 xxx 提示Package xxx wants to install file xxx But that file is already provided by package *xxx 依赖包问题导致无法安装的解决办法 2021年02月01日 Allen Hua 10072 首先 opkg update 然后安装 opkg install lighttpd lighttpd-mod-webdav lighttpd-mod-auth l ighttpd-mod-authn_file root@softRouter:~# opk... 阅读全文 0 评论