Auto-sync: 2026-04-16 21:08
This commit is contained in:
47
wiki/sources/3x-ui-xray-on-bandwagonvps.md
Normal file
47
wiki/sources/3x-ui-xray-on-bandwagonvps.md
Normal file
@@ -0,0 +1,47 @@
|
||||
---
|
||||
id: 3x-ui-xray-on-bandwagonvps
|
||||
title: 3X-UI Xray on BandwagonVPS
|
||||
type: source
|
||||
tags: [vps, xray, proxy, 科学上网]
|
||||
sources: []
|
||||
last_updated: 2026-04-16
|
||||
---
|
||||
|
||||
## Source File
|
||||
- [[raw/Home Office/3X-UI Xray on BandwagonVPS.md]]
|
||||
|
||||
## Summary
|
||||
- 核心主题:在 Bandwagon VPS 上安装配置 3X-UI 面板管理 Xray 代理服务
|
||||
- 问题域:科学上网、代理服务器配置
|
||||
- 方法/机制:3X-UI 面板 + VLESS+Reality 协议
|
||||
- 结论/价值:通过 Web 界面可视化管理 Xray 代理,支持多协议配置
|
||||
|
||||
## Key Claims
|
||||
- 3X-UI 提供可视化管理界面,可管理 Xray 运行状态
|
||||
- VLESS+Reality 协议组合提供更强的安全性和抗检测能力
|
||||
- Bandwagon VPS 可用于部署科学上网服务
|
||||
|
||||
## Key Quotes
|
||||
> "bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)" — 3X-UI 一键安装命令
|
||||
|
||||
## Key Concepts
|
||||
- [[3X-UI]]:Xray 可视化管理面板
|
||||
- [[Xray]]:多功能代理软件
|
||||
- [[VLESS]]:轻量级代理协议
|
||||
- [[Reality]]:无 TLS 特征的 TLS 伪装协议
|
||||
- [[BBR]]:TCP 拥塞控制算法
|
||||
|
||||
## Key Entities
|
||||
- [[Bandwagon]]:VPS 服务提供商
|
||||
- [[VPS2]]:本案例中使用的服务器名称
|
||||
- [[v2rayN]]:Windows/Linux 代理客户端
|
||||
- [[v2rayNG]]:Android 代理客户端
|
||||
|
||||
## Connections
|
||||
- [[3X-UI]] ← manages ← [[Xray]]
|
||||
- [[Xray]] ← uses ← [[VLESS]]
|
||||
- [[Xray]] ← uses ← [[Reality]]
|
||||
- [[Bandwagon]] ← hosts ← [[VPS2]]
|
||||
|
||||
## Contradictions
|
||||
- (暂无)
|
||||
@@ -0,0 +1,48 @@
|
||||
---
|
||||
title: "可自动化、可扩展、AI增强的电商数据采集与处理系统"
|
||||
type: source
|
||||
tags: [电商, 数据采集, 自动化, AI, n8n, Scrapy, Playwright]
|
||||
date: 2025-11-11
|
||||
---
|
||||
|
||||
## Source File
|
||||
- [[raw/Home Office/可自动化、可扩展、AI增强的电商数据采集与处理系统.md]]
|
||||
|
||||
## Summary
|
||||
- 核心主题:基于 Docker + Ubuntu + n8n 的电商数据采集与处理系统设计
|
||||
- 问题域:电商网站产品信息自动化采集、清洗、AI处理与可视化
|
||||
- 方法/机制:Scrapy + Playwright 爬虫层 → n8n 自动化管道 → LLM AI处理 → PostgreSQL/Grafana 存储展示
|
||||
- 结论/价值:构建可自动化、可扩展的电商数据管线,支持定时采集、AI摘要分类、异常检测、报告通知
|
||||
|
||||
## Key Claims
|
||||
- Scrapy + Playwright 组合适合电商爬虫(静态抓取+动态渲染)
|
||||
- n8n 可通过 workflow 实现全管线自动化
|
||||
- Ollama 本地模型可替代外部 API 进行离线 AI 处理
|
||||
- 分布式调度可用 Scrapyd 或 Archetype 实现扩展
|
||||
|
||||
## Key Quotes
|
||||
> "你想要的是一个可自动化、可扩展、AI增强的数据采集与处理系统,基于 Docker + Ubuntu + n8n 搭建。" — 原文开头
|
||||
|
||||
## Key Concepts
|
||||
- [[Scrapy]]:Python 爬虫框架,适合静态页面和结构化抓取
|
||||
- [[Playwright]]:Microsoft 浏览器自动化工具,支持动态页面渲染
|
||||
- [[n8n]]:开源工作流自动化工具,可编排爬虫、AI处理、数据存储
|
||||
- [[Ollama]]:本地 LLM 运行环境,支持离线 AI 处理
|
||||
- [[Docker Compose]]:多容器编排工具,定义爬虫服务架构
|
||||
|
||||
## Key Entities
|
||||
- [[Docker]]:容器化平台
|
||||
- [[PostgreSQL]]:关系型数据库
|
||||
- [[Grafana]]:数据可视化工具
|
||||
- [[MinIO]]:S3 兼容对象存储
|
||||
- [[FastAPI]]:Python Web 框架,可作为服务层暴露 API
|
||||
|
||||
## Connections
|
||||
- [[Scrapy]] ← depends_on ← [[Playwright]]
|
||||
- [[n8n]] ← orchestrates ← [[Scrapy]]
|
||||
- [[n8n]] ← calls ← [[Ollama]]
|
||||
- [[PostgreSQL]] ← stores ← AI处理结果
|
||||
- [[Grafana]] ← visualizes ← PostgreSQL数据
|
||||
|
||||
## Contradictions
|
||||
- (暂无)
|
||||
42
wiki/sources/clonezilla-ubuntu-server-full-disk-backup.md
Normal file
42
wiki/sources/clonezilla-ubuntu-server-full-disk-backup.md
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
title: "Clonezilla对Ubuntu Server进行全盘镜像备份"
|
||||
type: source
|
||||
tags: [backup, clonezilla, ubuntu, nfs, nas]
|
||||
date: 2025-12-20
|
||||
---
|
||||
|
||||
## Source File
|
||||
- [[raw/Home Office/Clonezilla对Ubuntu Server进行全盘镜像备份.md]]
|
||||
|
||||
## Summary
|
||||
- 核心主题:使用 Clonezilla 实现 Ubuntu Server 全盘镜像备份到 NAS
|
||||
- 问题域:服务器灾难恢复、磁盘镜像备份
|
||||
- 方法/机制:Clonezilla(再生龙)+ NFS 网络存储
|
||||
- 结论/价值:实现类似 Ghost 的磁盘镜像备份,支持灾难恢复
|
||||
|
||||
## Key Claims
|
||||
- Clonezilla 支持将整个磁盘备份为镜像文件,存储在 NAS 或外置硬盘上
|
||||
- 使用 NFS 协议连接 NAS 是 Linux 环境下的推荐方案
|
||||
- 备份完成后可通过 Restore 功能将镜像还原到新硬盘,实现系统即时复活
|
||||
|
||||
## Key Quotes
|
||||
> "以 ISO 镜像模式写入 (推荐)" — Rufus 制作启动盘的最佳模式选择
|
||||
> "选择 -z1p (默认的高压缩率,适合节省 NAS 空间)" — 备份压缩级别选择
|
||||
|
||||
## Key Concepts
|
||||
- [[Clonezilla]]:开源磁盘镜像备份工具
|
||||
- [[NFS]]:网络文件系统协议
|
||||
- [[NAS]]:网络附加存储
|
||||
- [[灾难恢复]]:系统故障后的数据还原流程
|
||||
- [[增量备份]]:仅备份变化数据的备份策略(本场景为全盘备份)
|
||||
|
||||
## Key Entities
|
||||
- [[Rufus]]:制作 Clonezilla 启动 U 盘的工具
|
||||
- [[Ubuntu Server]]:备份源操作系统
|
||||
|
||||
## Connections
|
||||
- [[Clonezilla]] ← uses ← [[NFS]] ← stores ← [[NAS]]
|
||||
- [[灾难恢复]] ← enables ← [[Clonezilla]]
|
||||
|
||||
## Contradictions
|
||||
- 与 [[rsync]] 增量备份相比:Clonezilla 是全盘镜像,rsync 是文件级增量备份。Clonezilla 适合完整系统恢复场景,rsync 适合日常文件同步。
|
||||
43
wiki/sources/ubuntu-24.04-enable-ssh.md
Normal file
43
wiki/sources/ubuntu-24.04-enable-ssh.md
Normal file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
title: "Ubuntu 24.04 启动 SSH 服务"
|
||||
type: source
|
||||
tags: [ssh, ubuntu, linux]
|
||||
date: 2026-04-16
|
||||
---
|
||||
|
||||
## Source File
|
||||
- [[raw/Home Office/Ubuntu 24.04 enable SSH.md]]
|
||||
|
||||
## Summary
|
||||
- 核心主题:在 Ubuntu 24.04 中启用 SSH 远程登录服务
|
||||
- 问题域:Linux 系统管理、网络服务配置
|
||||
- 方法/机制:安装 openssh-server、配置 systemctl、设置 UFW 防火墙规则
|
||||
- 结论/价值:实现安全的远程 Linux 系统管理访问
|
||||
|
||||
## Key Claims
|
||||
- Ubuntu 24.04 默认使用 ssh.socket 激活机制(按需启动),而非传统开机自启模式
|
||||
- 通过 `systemctl enable ssh` 可设置 SSH 开机自启
|
||||
- 修改自定义端口推荐使用 `systemctl edit ssh.socket` 而非直接修改配置文件
|
||||
|
||||
## Key Quotes
|
||||
> "如果你发现 `systemctl status ssh` 显示服务未运行,别担心。24.04 默认使用 Socket 激活模式。" — 文档说明 socket 激活是正常行为
|
||||
|
||||
> "你可以通过 `sudo systemctl disable --now ssh.socket` 和 `sudo systemctl enable --now ssh.service` 切换回传统模式。" — 文档提供回退方案
|
||||
|
||||
## Key Concepts
|
||||
- [[Socket Activation]]:按需启动服务的 systemd 机制,有连接进入时才启动守护进程
|
||||
- [[SSH]]:安全远程登录协议
|
||||
- [[UFW]]:Ubuntu 默认防火墙工具
|
||||
|
||||
## Key Entities
|
||||
- [[OpenSSH]]:开源 SSH 协议实现
|
||||
- [[Ubuntu]]:基于 Debian 的 Linux 发行版
|
||||
- [[systemd]]:Linux 系统和服务管理器
|
||||
|
||||
## Connections
|
||||
- [[OpenSSH]] ← depends_on ← [[systemd]]
|
||||
- [[Ubuntu]] ← hosts ← [[OpenSSH]]
|
||||
- [[UFW]] ← protects ← [[SSH]]
|
||||
|
||||
## Contradictions
|
||||
- (无)
|
||||
Reference in New Issue
Block a user