docker安装bitwardenrs并配置ssl,设置cloudflare反向代理 cdn加速 再设置禁用新用户注册并隐藏首页注册按钮

更新 2021-08-24 12:34:36 update 官方的 bitwardenrs docker image 移步了。最新的是:https://hub.docker.com/r/vaultwarden/server 原来的 https://hub.docker.com/r/bitwardenrs/server is deprecated 原文 首先docker的安装没什么好说的,我本次是在centos7 vps上进行的安装。web服务器是nginx。bitwardenrs和bitwar... 阅读全文

贝壳云P1 armbian 安装 docker

first, curl -fsSL https://get.docker.com -o get-docker.sh and second, sh get-docker.sh --mirror Aliyun armbian 和 ubuntu 一样都是基于 debian。然后你就可以使用 systemctl 管理 docker 了 比如 systemctl start docker systemctl status docker systemctl restart docker end.

openwrt 安装 tree

opkg 源中 tree 的软件包名字就叫 tree 安装: 首先更新 opkg update 再安装 opkg install tree 出现错误,如下 # opkg install tree Installing tree (1.8.0-1) to root... Downloading https://openwrt.proxy.ustclug.org/snapshots/packages/x86_64/packages/tree_1.8.0-1_x86_64.ipk Installi... 阅读全文

nslookup的querytype 详解

你见到过哪些有趣的加群链接? 通过 base64 或者其他方式加密的字符串,将它解密就能获取加群url 通过一个阅后即焚或者有时效性的url,点击即可看到链接,几天后链接过期了,你也就无法通过这个链接加入群了 微信或者其他软件的二维码,一般都有时效性 还有呢 今天看到一个通过 dns txt 记录值保存加群链接的,还是第一次看到~ 类unix系统 通过 nslookup -querytype=TXT xxx.org 就能在终端快速查询到加群链接,这里得到的查询结果一般情况下都是非权威应答。... 阅读全文