🎨 添加“常见术语解析”到通用知识库中,以及杂项修改#107
Closed
momo-OwO-qwq wants to merge 10 commits intoCubic-Project:mainfrom
Closed
Conversation
wling-art
requested changes
Apr 3, 2026
wling-art
reviewed
Apr 3, 2026
wling-art
reviewed
Apr 3, 2026
wling-art
reviewed
Apr 3, 2026
wling-art
reviewed
Apr 3, 2026
Member
|
太多需要更改的了,你需要自己好好 review 一下 |
wling-art
requested changes
Apr 3, 2026
| ## 开启 SSH 服务 | ||
|
|
||
| 为了让客户能顺利连接服务器,云服务器的 sshd 服务一般默认开启。如果你使用的是家里云,或者云服务器的 sshd 服务确实没有开启 (比如你是只能通过服务商提供的 VNC 或者第三方远控软件连接的服务器,无法使用 SSH),那么你可能需要先开启 sshd 服务才能连接到服务器。 | ||
| 为了让客户能顺利连接服务器,云服务器的 sshd 服务一般默认开启。如果你使用的是家里云,或者云服务器的 sshd 服务确实没有开启 (比如你是只能通过服务商提供的 VNC 或者第三方远控软件连接的服务器,无法使用 SSH),那么你可能需要先开启 sshd 服务才能连接到服务器。 |
| 如何要指定端口,你需要指定端口参数。在一些操作系统上这个参数是 `-p`,例如 `ssh root@8aka.org -p 48291`,有一些工具上则是直接在后面输入端口。 | ||
| 例如 Xshell 是 `ssh root@8aka.org 48291`。 | ||
| 你需要根据不同的工具的使用方式来确定 ssh 的命令格式。比如,你可以仅执行 `ssh` 命令 (等价于 `ssh --help`),然后让 SSH 工具提示你如何使用当前工具的这个命令,如果需要更详细的说明可以输入命令 `man ssh` | ||
| 你需要根据不同的工具的使用方式来确定 ssh 的命令格式。比如,你可以仅执行 `ssh` 命令 (等价于 `ssh --help`),然后让 SSH 工具提示你如何使用当前工具的这个命令,如果需要更详细的说明可以输入命令 `man ssh`, |
| 1. 使用 `ssh-keygen` 命令生成你的 SSH 密钥。 | ||
|
|
||
| 2. 使用如 `cat .ssh/id_xxxx.pub` 命令来获取你生成的 SSH 公钥 (此命令中 `xxxx` 的值通常取决于你生成密钥对时选择的算法) | ||
| 2. 使用如 `cat .ssh/id_xxxx.pub` 命令来获取你生成的 SSH 公钥 (此命令中 `xxxx` 的值通常取决于你生成密钥对时选择的算法)。 |
| Windows 系统自带的 PowerShell | ||
|
|
||
| 按下 `Win + R` 输入 `powershell` 即可 (如果安装了新版的 PowerShell 那么你应该输入 `pwsh`) | ||
| 按下 `Win + R` 输入 `powershell` 即可 (如果安装了新版的 PowerShell 那么你应该输入 `pwsh`) |
| macOS 内置 ssh 命令,我们可以用终端来执行它。要打开 macOS 上的终端,可以使用以下方式: | ||
|
|
||
| - (如果终端 app 没有被移动过) 打开启动台,打开第一页的其他文件夹,点击终端。或者你也可以在应用文件夹 (入口默认固定在访达侧边栏上) 里找到它。 | ||
| - (如果终端 app 没有被移动过) 打开启动台,打开第一页的其他文件夹,点击终端。或者你也可以在应用文件夹 (入口默认固定在访达侧边栏上)里找到它。 |
| --- | ||
| title: 什么是 NBT? | ||
| topic: basics | ||
| template: splash |
| --- | ||
|
|
||
| 如果你玩过整合包你一定对 `Mod` (即模组) 这个概念相当了解,但如果你是第一次开服,你可能不知道什么是 `Plugin` (插件),本文章会详细为你介绍。 | ||
| 如果你玩过整合包,你一定对 `Mod`(即模组)这个概念相当了解,但如果你是第一次开服,你可能不知道什么是 `Plugin`(插件)。本文章会为你详细介绍。 |
Member
There was a problem hiding this comment.
Suggested change
| 如果你玩过整合包,你一定对 `Mod`(即模组)这个概念相当了解,但如果你是第一次开服,你可能不知道什么是 `Plugin`(插件)。本文章会为你详细介绍。 | |
| 如果你玩过整合包,你一定对模组(Mod)这个概念相当了解;但如果你是第一次开服,可能还不清楚什么是插件(Plugin)。本文将为你详细介绍。 |
| --- | ||
| title: 什么是启动脚本? | ||
| topic: basics | ||
| template: splash |
|
|
||
| - 语法:sh 脚本使用 Shell 命令和控制结构,支持条件判断、循环、函数定义等高级编程特性。 | ||
| - 执行方式:在终端通过 `./script.sh` 或 `sh script.sh` 来执行 (确保脚本具有执行权限)。 | ||
| - 执行方式:在终端通过 `./script.sh` 或 `sh script.sh` 来执行(确保脚本具有执行权限)。 |
| --- | ||
| title: 什么是世界? | ||
| topic: basics | ||
| template: splash |
Member
|
单 pr 内容过多了,请你分 pr 来解决各个问题吧 |
Contributor
Author
好的,改得有点急了抱歉,感谢 review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🩹 frp 页面单位和运算符号格式统一
📝 更新 MCSManager 图片
🎨 添加“常见术语解析”到通用知识库中
🎨 统一 astro.config 缩进
📝 修改 /general 和 /about 下的标点符号