openwrt通过opkg安装rsync | rsync基本用法介绍教程

安装 rsync 是 remote sync 的意思,本文讨论的使用场景还是在本地拷贝文件,用来替代 cp 和 mv。如果需要通过 rsync 同步其他服务器中的文件,请看文末的引用文章。 rsync - 3.2.3-3 - rsync is a program that allows files to be copied to and from remote machines in much the same way as rcp. It has many more options than... 阅读全文

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... 阅读全文