💡 😀 近日用 章鱼星球S912 配置了旁路网关,体验还行。后面想着配置一下内网穿透以便在外出时可以与内网设备交互。之前有朋友推荐用 Tailscale 很方便,本博客由此而来。 安装 Tailscale我这里是使用的这个项目,读者可以考虑其他方式部署: https://github.com/adyant...
为什么我要转向 Obsidian?(不完全转移)Notion 存储了我近一年的所有学习笔记、任务规划、阅读记录: Notion 的数据库结构非常好用: 在记录 学习笔记 的时候可以将小的知识点放置在数据库表中,每个小知识点又可以打开一个新的页面详细阐述。 可以设置排序规则、展示规则,有美观的视图。Notion Next 非常好用: 我的博客就是通过 Notion Next 建立的。...
💡本人长期使用 Clash 或 Quantumult X 等软件,在通过 Tailscale 搭建好内网服务后,每次需要访问内网服务时都需要切换软件(Tailscale 客户端与 上述代理软件同一时间只能运行一个),很不方便。故考虑添加内网代理节点到代理软件并配置分流规则使得不再需要频繁切换软件。 部署 Tailscale 容器参考 **Userspace networking mode ...
#Tailscale #中继服务 #内网穿透 Tailscale 部署1curl -fsSL <https://tailscale.com/install.sh> | sh tailscale 若通过 docker 搭建,可能会导致搭建 docker derper 鉴权错误 (似乎是因为进程通信条件:与 tailscaled 通信不满足) 这里一键脚本搭建好后进行登录操...
邻域设 是数轴上一点, 是某一正数,称 为点 的 邻域,记做 ,即 上述描述是 实心邻域 ,另有 去心邻域 的概念: 即不包含 处。 另外,对邻域以 处为界限划分可以将区间划分为 左邻域、右邻域 ,这里不再赘述。 对于邻域的定义, 是一个模糊的数,它用于限定邻域这个区域的大小。函数 在 的邻域有定义即函数在 的附近有定义,但是这个 “附近” 在现阶段数系的角度无...
💡在学习 Golang 时,我发现它在语法上既有类似 C++ 和 Python 的地方,也有独特之处。与 C++ 一样,Golang 是强类型的、编译型语言,强调性能和效率,但它去除了头文件和类等复杂结构,更简洁高效。而与 Python 相似,Golang 提供了自动垃圾回收、内置的并发支持以及简洁的代码风格,减少了编码的繁琐。Golang 没有 Python 的动态类型,变量声明严格要...
CoreDNSCoreDNS 是一个灵活且功能强大的 DNS 服务器,支持多种插件扩展。它非常适合用于搭建 DoH 服务。 初始化安装必要组件首先,更新系统并安装所需的软件包,包括 Docker Compose 和 Certbot(用于获取 SSL 证书)。 1sudo apt update && sudo apt upgrade -y && sudo ap...
💡 All content on this blog is intended solely for the purpose of learning English and is not meant to infringe on any copyrights. All translations and citations are...
💡 All content on this blog is intended solely for the purpose of learning English and is not meant to infringe on any copyrights. All translations and citations are...
💡 All content on this blog is intended solely for the purpose of learning English and is not meant to infringe on any copyrights. All translations and citations are...