docker安装bitwardenrs并配置ssl,设置cloudflare反向代理 cdn加速 再设置禁用新用户注册并隐藏首页注册按钮 2021年06月12日 Allen Hua 7965 更新 2021-08-24 12:34:36 update 官方的 bitwardenrs docker image 移步了。最新的是:https://hub.docker.com/r/vaultwarden/server 原来的 https://hub... 阅读全文 15 评论
贝壳云P1 armbian 安装 docker 2021年06月09日 Allen Hua 3496 first, curl -fsSL https://get.docker.com -o get-docker.sh and second, sh get-docker.sh --mirror Aliyun armbian 和 ubuntu 一样都是基于 ... 阅读全文 0 评论
一次狗东薅羊毛提现到微信钱包失败引发的排查记录,“无效的openId,当前pin尚未绑定微信”错误 2021年06月07日 Allen Hua 4311 一开始的错误日志是这样的: 省钱大赢家之翻翻乐 【京东账号1】xxx 4点:0.32现金 提现至微信钱包失败 详情:{"success":true,"code":0,"errMsg":"success","data":{"status":"50053"... 阅读全文 0 评论
写shell脚本监测vps上的frps进程是否存在,不存在自动重启 2021年06月07日 Allen Hua 2262 写下面文本到文件 /home/sftp/check_frps.sh #!/bin/bash # author: hellodk # time: 2021-05-28 16:14:26 # script feature description: ch... 阅读全文 2 评论
openwrt 安装 tree 2021年06月04日 Allen Hua 2228 opkg 源中 tree 的软件包名字就叫 tree 安装: 首先更新 opkg update 再安装 opkg install tree 出现错误,如下 # opkg install tree Installing tree (1.8.0-1) t... 阅读全文 0 评论