background picture of the home page

Hi,Friend

白,一种最纯粹的自我宣告。

配置 steam 下载直连

路由配置里添加 steam 下载走直连 配置路由以下直连即可: geosite:steam@cn domain:steamserver.net 解释: steam 客户端通过 steamserver.net 最终判断下载位置,该域名在 geosite:steam 中,且没有 @cn 标记。 若 s

thumbnail of the cover of the post

OpenWrt 系统打包

前言 今天终于把自己折腾炸了的旁路由修好了,但是为了防止自己手贱,完决定把部署好的 OpenWrt 打包成 img 镜像备份,下次炸了就可以一键还原。 废话少说我们开始吧! OpenWrt 系统打包 查看磁盘分区,使用 lsblk 命令,可以看到 sda 就是我们 OpenWrt 系统使用的磁盘了,

thumbnail of the cover of the post

Markdown语法

Markdown 基本要素 这篇文件意在简要介绍 GitHub Flavored Markdown 写作。 什么是 Markdown? Markdown 是一种文本格式。你可以用它来控制文档的显示。使用 markdown,你可以创建粗体的文字,斜体的文字,添加图片,并且创建列表 等等。基本上来讲,M

thumbnail of the cover of the post

Homebrew常用命令

1.切换 x86 或 arm 版本 使用x86时需要设置arch,请注意arm版本的Homebrew不需要额外设置,终端打开后就是了。 想进入x86模式,请执行: # 切换 x86_64 arch -x86_64 zsh #查看 Homebrew 运行路径 “ opt 里的是 arm | usr

thumbnail of the cover of the post

acme.sh学习笔记

acme.sh acme.sh 实现了 acme 协议,可以从 ZeroSSL,Let's Encrypt 等 CA 生成免费的证书。 参考文档 https://github.com/acmesh-official/acme.sh/wiki/%E8%AF%B4%E6%98%8E 安装 wget -O

thumbnail of the cover of the post