config clash.service on rpi4b-ubuntu
In this article I am going to write down where to download clash and how to configure the clash.service on a raspberry pi 4b(armv8/ubuntu).
In this article I am going to write down where to download clash and how to configure the clash.service on a raspberry pi 4b(armv8/ubuntu).
Previously, I've created and run a cloudflared tunnel for web server exposure on the rpi4b-ubuntu platform.
In this article, I'll try to configure remote SSH through the Cloudflare zero-trust application and tunnel route, reusing a public hostname.
In this article I have recorded the journal of the installation of cloudflared and the basic configuration of the tunnel route service. It's just a diary for future reference.
本文梳理了为树莓派 RPI4B/Ubuntu 外挂硬盘配置 samba 局域网共享服务,并将其中一个分区作为 macOS TM 备份分区,实现局域网无线备份。
在上一篇《使用rclone访问操作WebDav云盘》中,我们系统梳理了强大的 rclone 命令行工具常用命令和惯用法。
本篇介绍在 macOS/ubuntu 下使用 cron 配置定时任务(crontab),实现本地与云盘之间同步备份自动化。
在《使用命令行挂载操作WebDav云盘》中梳理了 macOS/Linux 下调用 mount 命令挂载 WebDAV 云盘到本地的基本操作,并且示例了如何使用 curl 命令行访问操作 WebDAV 云盘。
本文让我们来看一看如何使用强大的 rclone 命令行工具配置挂载 WebDAV 云盘,并对标 curl 梳理 rclone 访问操控 webDAV 云盘的常用命令。
手头的 raspberry pi 4b 安装了 ubuntu server,默认已内置 nginx。但是,和 macOS 上通过 brew 安装的 nginx 一样,http_dav 模块只支持基础的 webdav 服务,如果要支持完整的 webdav 服务,需要安装 dav-ext 扩展模块。