Auto-sync: 2026-04-16 21:08

This commit is contained in:
2026-04-16 21:08:55 +08:00
parent be7e39a4d0
commit 0dc7e71539
37 changed files with 846 additions and 3 deletions

View File

@@ -0,0 +1,22 @@
---
id: bandwagon
title: Bandwagon
type: entity
tags: [vps, hosting]
sources: []
last_updated: 2026-04-16
---
## Aliases
- Bandwagon Host
- BandwagonHost
- BH
## Summary
- 角色VPS 服务提供商
- 影响:提供虚拟专用服务器用于部署各类服务
## Key Facts
- 提供基于 OpenVZ 和 KVM 的 VPS 托管服务
- 价格相对低廉,适合个人用户
- 支持多种操作系统

18
wiki/entities/FastAPI.md Normal file
View File

@@ -0,0 +1,18 @@
---
title: "FastAPI"
type: entity
tags: [框架, API, FastAPI]
date: 2025-11-11
---
## Aliases
- FastAPI
## Definition
FastAPI 是一个现代、快速的 Python Web 框架,用于构建 RESTful API基于 ASGI 标准。
## Role
在电商数据采集系统中FastAPI 可作为服务层,暴露 API 给前端或 BI 工具访问采集数据。
## Connections
- [[FastAPI]] ← serves 数据 from [[PostgreSQL]]

18
wiki/entities/MinIO.md Normal file
View File

@@ -0,0 +1,18 @@
---
title: "MinIO"
type: entity
tags: [存储, 对象存储, MinIO]
date: 2025-11-11
---
## Aliases
- MinIO
## Definition
MinIO 是一个高性能的开源对象存储方案,兼容 Amazon S3 API用于存储非结构化数据。
## Role
在电商数据采集系统中MinIO 用于存储采集的图片、视频等媒体文件,模拟 S3 存储方式。
## Connections
- [[MinIO]] ← stores 媒体文件 from 爬虫

27
wiki/entities/OpenSSH.md Normal file
View File

@@ -0,0 +1,27 @@
---
title: "OpenSSH"
type: entity
tags: [ssh, security, networking]
date: 2026-04-16
---
## Definition
OpenSSHOpen Secure Shell是 SSHSecure Shell协议的开源实现提供安全的远程登录、文件传输和端口转发功能。
## Role
- SSH 服务端软件,提供远程登录服务
- sftp/scp 命令用于安全文件传输
## Aliases
- OpenSSH Server
- sshd
## Key Properties
- 默认端口22
- 支持密钥认证和密码认证
- 支持多平台Linux、macOS、Windows
## Connections
- [[systemd]] ← managed_by ← [[OpenSSH]]
- [[UFW]] ← allows ← [[OpenSSH]]
- [[Ubuntu]] ← hosts ← [[OpenSSH]]

View File

@@ -0,0 +1,19 @@
---
title: "PostgreSQL"
type: entity
tags: [数据库, PostgreSQL]
date: 2025-11-11
---
## Aliases
- PostgreSQL
## Definition
PostgreSQL 是一个功能强大的开源对象关系型数据库系统,支持复杂查询和 ACID 事务。
## Role
在电商数据采集系统中PostgreSQL 用于存储采集的产品数据、AI 处理结果和业务元数据。
## Connections
- [[PostgreSQL]] ← stores 数据 from [[n8n]]
- [[Grafana]] ← visualizes 数据 from [[PostgreSQL]]

23
wiki/entities/Rufus.md Normal file
View File

@@ -0,0 +1,23 @@
---
title: "Rufus"
type: entity
tags: [tool, bootable-usb, open-source]
date: 2026-04-16
---
## Aliases
- Rufus
- Rufus USB Creator
## Definition
Rufus 是一款开源的 USB 启动盘制作工具,可将 ISO 镜像写入 U 盘以创建可启动安装介质。广泛应用于安装操作系统(如 Windows、Linux或引导恢复工具如 Clonezilla
## Key Properties
- 开发者Pete Batard
- 许可证GPLv3
- 平台Windows也可通过 Wine 在 Linux 运行)
- 特点:轻量级、免费、开源
## Connections
- [[Rufus]] ← writes ← [[Clonezilla]]
- [[Rufus]] ← creates ← Bootable USB

32
wiki/entities/UFW.md Normal file
View File

@@ -0,0 +1,32 @@
---
title: "UFW"
type: entity
tags: [firewall, networking, security]
date: 2026-04-16
---
## Definition
UFWUncomplicated Firewall是 Ubuntu 默认的防火墙管理工具,提供简化的 iptables 命令接口。
## Role
- Ubuntu 系统防火墙管理
- 控制入站和出站网络流量
## Aliases
- Uncomplicated Firewall
## Key Properties
- 命令行工具
- 默认阻止所有入站连接
- 支持 IPv4 和 IPv6
## Usage
```bash
sudo ufw allow ssh # 允许 SSH
sudo ufw allow 22/tcp # 允许 SSH 端口
sudo ufw status # 查看状态
```
## Connections
- [[Ubuntu]] ← uses ← [[UFW]]
- [[OpenSSH]] ← protected_by ← [[UFW]]

View File

@@ -23,4 +23,7 @@ Ubuntu 是一个基于 Debian 的开源 Linux 操作系统发行版,由 Canoni
## Connections
- [[Ubuntu]] ← based_on ← [[Debian]]
- [[Ubuntu]] ← runs_frpc ← [[FRP]]
- [[Ubuntu]] ← runs_frpc ← [[FRP]]
- [[OpenSSH]] ← hosted_by ← [[Ubuntu]]
- [[UFW]] ← built_in ← [[Ubuntu]]
- [[systemd]] ← integrated_in ← [[Ubuntu]]

18
wiki/entities/VPS2.md Normal file
View File

@@ -0,0 +1,18 @@
---
id: vps2
title: VPS2
type: entity
tags: [vps, server]
sources: []
last_updated: 2026-04-16
---
## Summary
- 角色:运行在 Bandwagon 上的虚拟专用服务器
- 用途:部署 3X-UI + Xray 代理服务
## Key Facts
- IP: 104.194.92.188
- 域名: kiwi.ishenwei.online
- SSH: ssh vps2通过 ~/.ssh/config 配置)
- Web 管理端口: 2053

20
wiki/entities/n8n.md Normal file
View File

@@ -0,0 +1,20 @@
---
title: "n8n"
type: entity
tags: [自动化, 工作流, n8n]
date: 2025-11-11
---
## Aliases
- n8n
## Definition
n8n 是一个开源的工作流自动化工具,可通过可视化界面编排各种服务和自动化任务。
## Role
在电商数据采集系统中n8n 负责调度爬虫、执行 AI 处理、存储结果、发送通知。
## Connections
- [[n8n]] ← orchestrates [[Scrapy]]
- [[n8n]] ← calls [[Ollama]]
- [[n8n]] → writes to [[PostgreSQL]]

32
wiki/entities/systemd.md Normal file
View File

@@ -0,0 +1,32 @@
---
title: "systemd"
type: entity
tags: [linux, init-system, service-manager]
date: 2026-04-16
---
## Definition
systemd 是 Linux 系统的初始化(init)系统和服务管理器,作为系统的第一个进程(PID 1)运行负责管理系统服务和socket。
## Role
- 系统和服务管理器
- 提供服务启动、停止、重启功能
- 实现 Socket Activation 和其他激活机制
## Key Properties
- PID 1系统首个进程
- 单元文件驱动(.service, .socket, .target
- journald 日志系统
- cgroups 资源管理
## Key Commands
```bash
systemctl start/stop/restart/status <service> # 服务管理
systemctl enable/disable <service> # 开机自启管理
systemctl list-units # 查看单元状态
```
## Connections
- [[systemd]] ← manages ← [[OpenSSH]]
- [[systemd]] ← implements ← [[Socket Activation]]
- [[Ubuntu]] ← ships_with ← [[systemd]]

20
wiki/entities/v2rayN.md Normal file
View File

@@ -0,0 +1,20 @@
---
id: v2rayn
title: v2rayN
type: entity
tags: [proxy, client, windows, linux]
sources: []
last_updated: 2026-04-16
---
## Aliases
- v2rayN
## Summary
- 角色Windows/Linux 平台的代理客户端
- 用途:连接 Xray/V2Ray 代理服务器
## Key Facts
- 开源代理客户端
- 支持 VMESS/VLESS/Trojan 等协议
- 适用于 Windows 和 Linux 平台

20
wiki/entities/v2rayNG.md Normal file
View File

@@ -0,0 +1,20 @@
---
id: v2rayng
title: v2rayNG
type: entity
tags: [proxy, client, android]
sources: []
last_updated: 2026-04-16
---
## Aliases
- v2rayNG
## Summary
- 角色Android 平台的代理客户端
- 用途:连接 Xray/V2Ray 代理服务器
## Key Facts
- 开源代理客户端
- 支持 VMESS/VLESS/Trojan 等协议
- 适用于 Android 平台