Files
nexus/wiki/sources/Ubuntu-安装-FRP-0.65.0-x86_64-操作笔记.md
weishen f9ac3145ab feat(wiki): ingest remaining subdirectories batch (51 files)
- Others: ChinaTextbook, Obsidian笔记系列, YouTube Channel ID, TikTok PM Django
- Skills: GOG CLI, Last30Days, baoyu-skills
- Vibe Coding: Cursor 2.0, Trae远程开发, Vibe-Kanban+OpenCode, vibe coding经验
- 微信公众号: 养虾日记1-5, AI时代赚钱
- 跨境电商: TikTok数据抓取, 选品策略, Superset Dashboard
- AI目录补充: 20个文件

Source pages: 51
Entities: TapXWorld, VibeKanban, OpenCode, Trae, SourceGrounding等
Concepts: 自举Meta生成, 5大设计原则, MD5去重, 混合搜索等
2026-04-14 20:48:34 +08:00

42 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Ubuntu 安装 FRP 0.65.0x86_64操作笔记"
type: source
tags: [frp, ubuntu, 内网穿透, 运维]
date: 2026-01-01
---
## Source File
- [[raw/Home Office/Ubuntu 安装 FRP 0.65.0x86_64操作笔记.md]]
## Summary
- 核心主题:在 Ubuntu Server x86_64 上安装配置 FRP 0.65.0 实现内网穿透
- 问题域Ubuntu 服务器内网穿透部署
- 方法/机制:通过 systemd 服务管理 FRP 客户端,设置开机自启和故障自动重启
- 结论/价值:完成 Ubuntu 服务器的 FRP 部署,与 Mac Mini ARM64 版本配置风格统一
## Key Claims
- FRP 安装路径为 `/opt/frp/frp_0.65.0_linux_amd64`
- systemd 服务文件路径为 `/etc/systemd/system/frpc.service`
- 服务管理systemctl start/enable/status/restpc/stop frpc
- 软链接方案:/opt/frp/current 指向当前版本,升级时只需切换 symlink
- 故障排查:`./frpc validate -c frpc.toml` 检查配置语法
## Key Quotes
> "systemd Restart=on-failure RestartSec=10" — FRP 崩溃后 10 秒自动重启的配置
## Key Concepts
- [[FRP]]:内网穿透工具
- [[systemd]]Linux 服务管理机制
- [[软链接]]:版本切换的灵活方案
## Key Entities
- [[Ubuntu]]:服务器操作系统
- [[FRP]]:内网穿透工具
## Connections
- [[Ubuntu]] ← runs ← [[FRP]]
- [[systemd]] ← manages ← [[FRP]]
## Contradictions
- 与 [[Mac-Mini-安装-FRP-0.65.0-ARM64-操作笔记]]Mac Mini 使用 launchd 管理Ubuntu 使用 systemd两者机制不同但目标一致