background picture of the home page

猪猪小窝

欲买桂花同载酒,终不似,少年游。

Apple 外区账户使用教程

注意事项 Apple 账户分两种 iCloud 账户,绑定 iCloud 照片、备份、查找等,是最重要的账户,绝对不要把临时 Apple 账户错登到 iCloud 账户里,可能导致设备被锁造成巨大经济损失

thumbnail of the cover of the post

Clash Mi 使用教程

1. 添加订阅 点击“我的配置”栏右侧的“➕”按钮;若是首次启动还需在隐私提醒页面点击“接受并继续”按钮和在“语言”页面选择对应语言然后点击右上角“完成”按钮

thumbnail of the cover of the post

clash-party 使用教程

0. 官方教程 首次打开会有教程弹框 A.不是很熟悉可点击图中“A”标所指“下一步”通过官方教程熟悉软件使用 B.不需要的点击“B”标所指“X”关闭弹框即可

thumbnail of the cover of the post

OpenList 部署

1. 环境配置  mkdir -p /docker/openlist/data /docker/openlist/file && \  tee /docker/openlist/.env <<-'EOF'  OPENLIST_ADMIN_PASSWORD=<OPENLIST_ADMIN_PASSWO

thumbnail of the cover of the post

LibreTV 部署

1. 环境配置  mkdir -p /docker/libretv && \  tee /docker/libretv/.env <<-'EOF'  PASSWORD=<PASSWORD>  EOF 2. 编辑 docker-compose.yml  tee /docker/libretv/do

thumbnail of the cover of the post

hubproxy 部署

1. 环境配置  mkdir -p /docker/hubproxy 2. 编辑 docker-compose.yml  tee /docker/hubproxy/docker-compose.yml <<-'EOF'  services:   hubproxy:     image: ghcr

thumbnail of the cover of the post

Halo 部署

1. 环境配置  mkdir -p /docker/halo /docker/mysql-halo/data /docker/mysql-halo/conf /docker/mysql-halo/log /docker/mysql-halo/mysqlBackup && \  tee /docker

thumbnail of the cover of the post