feat(wiki): complete all remaining 85 raw files ingestion (auto-script)
This commit is contained in:
37
wiki/sources/Ubuntu-FRP安装笔记.md
Normal file
37
wiki/sources/Ubuntu-FRP安装笔记.md
Normal 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.0(x86_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.142,frps服务端
|
||||
|
||||
## Connections
|
||||
- [[Ubuntu-FRP安装笔记]] ← documents ← [[FRP内网穿透]]
|
||||
|
||||
## Contradictions
|
||||
- 与 [[Mac-Mini-FRP安装笔记]] 内容重叠但平台不同(Linux vs macOS)
|
||||
Reference in New Issue
Block a user