feat(wiki): complete all remaining 85 raw files ingestion (auto-script)

This commit is contained in:
2026-04-14 21:07:18 +08:00
parent 67baf7b39d
commit 36666fc9c4
161 changed files with 5572 additions and 368 deletions

View File

@@ -0,0 +1,37 @@
---
title: "Ubuntu FRP 0.65.0安装笔记"
type: source
tags: [FRP, Ubuntu, 内网穿透]
date: 2026-03-13
---
## Source File
- [[raw/Home Office/Ubuntu 安装 FRP 0.65.0x86_64操作笔记.md]]
## Summary
- 核心主题Ubuntu Server安装配置FRP客户端实现内网穿透
- 问题域Ubuntu服务器通过VPS中转暴露服务到公网
- 方法/机制FRP客户端 + systemd服务管理
- 结论/价值Ubuntu FRP完整配置——systemd服务+开机自启+日志管理
## Key Claims
- 安装路径:/opt/frp/frp_0.65.0_linux_amd64
- systemd服务/etc/systemd/system/frpc.service
- 服务管理systemctl start/enable/restart frpc
- 日志查看journalctl -u frpc -f
- 软链接方案:/opt/frp/current指向版本目录升级只需切换symlink
- 验证配置:./frpc validate -c frpc.toml
## Key Concepts
- [[FRP内网穿透]]通过VPS中转暴露内网服务
- [[systemd服务管理]]Linux服务开机自启标准方式
## Key Entities
- [[Ubuntu]]Linux服务器Ubuntu Server 24.04
- [[VPS1]]192.227.222.142frps服务端
## Connections
- [[Ubuntu-FRP安装笔记]] ← documents ← [[FRP内网穿透]]
## Contradictions
- 与 [[Mac-Mini-FRP安装笔记]] 内容重叠但平台不同Linux vs macOS