移除语言栏选项 & 润色文本 & 重新排版java的服务端核心选择 (#161)

* 移除语言栏选项

* 尝试修复slug

* 修复错字

* 图片放错了

* 修复错误和润色文本

* 润色文本

* 排版半成品

* 修复构建

* 修复构建

* 重新排版

* Minebbs -> MineBBS

* 重新排版linux教程部分内容

* 补全和修改deploy部分语句

* 调整 java - 开始阶段 侧边栏目录

* 调整 java 建设阶段 侧边栏顺序

---------

Co-authored-by: “postyizhan” <“185839426@qq.com”>
This commit is contained in:
驿站 2024-07-31 04:11:00 +08:00 committed by GitHub
parent b05992b4f9
commit 82b93d2ee8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
17 changed files with 264 additions and 109 deletions

View File

@ -30,7 +30,7 @@ https://nitwikit.yizhan.wiki/
- https://nitwikit.yizhan.wiki/
- [GitHub](https://github.com/postyizhan/NitWikit)
- [Minebbs](https://www.minebbs.com/threads/nitwikit-geyser.26356/)
- [MineBBS](https://www.minebbs.com/threads/nitwikit-geyser.26356/)
- [klpbbs](https://klpbbs.com/forum.php?mod=viewthread&tid=136184&page=1&extra=#pid10518779)
- [九域](https://bbs.mc9y.net/threads/1624/)
- [暮光方块论坛](https://bbs.tsfk.top/threads/399/)

View File

@ -3,18 +3,24 @@ title: 基础
sidebar_position: 2
---
# 动作
# 基础
> 动作,又称语句
> 动作,又称语句每个动作都功能明确Tell输出文本
我们先了解几个简单的语句
在这一节中,我将告诉你在 kether 中的一些基本概念
## 输出文本tell
我们先了解几个简单的动作
## 输出文本Tell
> https://kether.tabooproject.org/list.html#Tell
![](_images/vul-tell.png)
这个动作的作用是给玩家发送一条信息(图中的 1
下面的 `< > Result:` 是动作的返回值(下面会讲)
:::note
非调试(/vul evel是不会看到这个的
@ -29,14 +35,14 @@ sidebar_position: 2
![](_images/vul-tell_noColor.png)
我们可以用下面的 `color Text` 动作来搞颜色
## 彩色color Text
> https://kether.tabooproject.org/list.html#Color_Text
![](_images/vul-color.png)
我们可以用 color 动作搞颜色
这里要用 `" "` 把要打印的信息包裹起来
否则他会把这个当成变量,具体的会在后面讲到
@ -59,11 +65,13 @@ sidebar_position: 2
在使用 `/vul evel` 时,语句的返回值会在 `< > Result:` 显示
于是我们可以知道,执行顺序为color -> tell
于是我们可以知道,`color` 动作先翻译了颜色,然后把翻译好的交给了 `Tell` 动作
那么如果我们把 `tell` 的返回值打印呢
所以动作的执行顺序为color -> tell
![](_images/vul-tell_color.png)
**番外:**那么如果我们把 `tell` 的返回值打印呢
![](_images/vul-tell_tell.png)
![](_images/痴呆.jpg)
@ -100,7 +108,7 @@ sidebar_position: 2
> https://kether.tabooproject.org/list.html#PlaceholderAPI
使用一个papi变量
翻译一个papi变量如图
![](_images/vul-papi.png)
@ -108,17 +116,17 @@ sidebar_position: 2
papi {action} | placeholder {action}
```
papi是简写
两种用法,papi是简写
## inline和join
![](_images/vul-tell_papiNoInline.png)
假如你用的那个插件不会给你自动翻译语句中的papi阁下又当如何应对
假如你用的那个插件不会给你自动翻译动作中的papi阁下又当如何应对
> https://kether.tabooproject.org/list.html#Inline
`内联inline` 语句!在一段文本中插入 kether
`内联inline` 动作!在一段文本中插入 kether
用法为:
@ -136,13 +144,13 @@ inline "阿巴阿巴{{你要用的kether}}qwq"
> https://kether.tabooproject.org/list.html#Join
`join` 则是可以把多个语句拼接在一起,很多时候 `inline``join` 可以互相替代
`join` 则是可以把多个动作拼接在一起,很多时候 `inline``join` 可以互相替代
用法为:
```
join [ 语句1 语句2 语句3 更多语句 ]
join [ 动作1 动作2 动作3 更多 ]
```
语句之间要空格
动作之间要空格
在上面的案例中,可以这样做

View File

@ -41,11 +41,11 @@ sidebar_position: 3
![](_images/vul-permNot_2.png)
因为我拥有此权限,所以 prem 判断是 true
因为我拥有此权限,所以 perm 判断是 true
接着因为 not最后的结果是 false
prem -> not
perm -> not
## 判断Check

View File

@ -1,6 +1,6 @@
---
title: kether 教程
slug: /Advance/Kether
slug: /Advance/kether
sidebar_position: 11
---

View File

@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 2
slug: /maintenance/Java
---

View File

@ -1,6 +1,6 @@
---
title: 手机玩家支持
sidebar_position: 1
sidebar_position: 3
---
# 支持方式
@ -23,4 +23,4 @@ sidebar_position: 1
https://mc.minebbs.com/
https://res.nullatom.com/Minecraft/
https://res.nullatom.com/Minecraft/

View File

@ -1,7 +1,7 @@
---
title: 插件
slug: /plugin
sidebar_position: 4
sidebar_position: 1
---
# 插件

View File

@ -1,6 +1,6 @@
---
title: 如何向大佬求助
sidebar_position: 7
sidebar_position: 8
---
# 如何向大佬求助

View File

@ -1,6 +1,6 @@
---
title: 连接服务器
sidebar_position: 7
sidebar_position: 6
---
# 连接服务器

View File

@ -1,6 +1,6 @@
---
title: 部署到生产环境
sidebar_position: 6
sidebar_position: 7
---
# 概览

View File

@ -5,7 +5,12 @@ sidebar_position: 2
# 服务端核心选择
> 目前有三类主流的选择: Mod插件Mod 和插件混合。但其实,插件核心只要是同版本的分支基本可以后期再替换(如使用 Purpur 替换 Paper 或 Spigot等
> 目前有三类主流的选择: Mod插件混合可以装 插件+mod
> 核心只要是同版本的分支基本可以考虑后期再替换(如使用 Purpur 替换 Paper 或 Spigot等
> 对于插件服,这类操作几乎无感
> 对于混合服,这有待商榷,因为各个端兼容性差异较大
> 对于 Mod 服,这几乎不可能,你基本没有可选择的核心
Mod 服最开始就必须选好核心,也就是 Forge 还是 Fabric 的问题。
@ -38,41 +43,169 @@ Mod 服最开始就必须选好核心,也就是 Forge 还是 Fabric 的问题
是截止到 2024 年的稳定性和优化最好的选择
<details>
<summary>为什么选择Purpur</summary>
# 性能
Purpur 的性能相比于 Paper 提升大约20%,在高版本表现尤为明显
# 稳定
Purpur 兼容 Paper 的全部插件只要paper能跑purpur就可以跑
# 特性
Purpur 还原了 Minecraft 的部分特性,用来开生存服务器更加适合(当然生电还是得 Leaves)
</details>
### 插件服核心推荐
| 名称 | 介绍 | 推荐与否 | 下载镜像 | 支持的MC版本 |
|-------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------|
| [Paper](https://papermc.io/) | 稳定性最好的核心,但是性能在高版本不太好 | 推荐 | [McRes](https://mcres.cn/downloads/paper.html) [FastMirror](https://www.fastmirror.net/#/download/Paper) [原子云](https://res.nullatom.com/Minecraft/Server/Paper/) | 1.8.8-最新 |
| [Purpur](https://purpurmc.org) | 高版本最推荐的插件端核心,拥有较好的性能和稳定性,是开服务器的不二之选 | 推荐 | [McRes](https://mcres.cn/downloads/purpur.html) [FastMirror](https://www.fastmirror.net/#/download/Purpur) | 1.16.5-最新 |
| [Leaves](https://leavesmc.org/) | Leaves就是生电版的paper他完全支持paper能使用的全部插件相比paper拥有更强的优化和生电向特性支持。leaves基本完全支持客户端生电 Mod 包括但不限于carpetpca投影共享原理图minihudbborommcxaero小地图jadeappleskin等 | 非常推荐 | [官方网站](https://leavesmc.org/downloads/leaves) [McRes](https://mcres.cn/downloads/leaves.html) | 1.17.1-最新(1.19以前不推荐用,那个时候没啥功能) |
| [Leaf](https://github.com/Winds-Studio/Leaf) | 基于Gale拥有非常棒的性能叶子支持中文名进服拥有较好的稳定性国人开发 | 非常推荐 | [McRes](https://mcres.cn/downloads/leaf.html) | 1.19.3-最新 |
| [PandaSpigot](https://github.com/hpfxd/PandaSpigot) | paper1.8.8的fork此核心只有1.8版本可用于开PVP服务器含大量konckback配置选项 | 推荐 | [McRes](https://vip.123pan.cn/1821558579/Lingyi/core/pandaspigot-116-mcres.cn.jar) | 1.8 |
| [SportPaper](https://github.com/Electroid/SportPaper) | paper1.8.8的fork此核心只有1.8版本拥有较好的性能和很多生存配置选项如果你不需要开PVP你可以选择这个核心 | 推荐 | [青草云MC](https://qcymc.cloud/f/ERGcp/sportpaper-1.8.8-R0.1-SNAPSHOT.jar) | 1.8 |
| [Beast](https://github.com/HomoMC/Beast) | Paper 1.12.2 分支旨在提供极致性能、错误修复和改进。推荐使用Java 21以上 | 推荐 | [青草云MC](https://qcymc.cloud/f/G6ziA/beast-1.12.2.jar) | 1.12.2 |
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
:::info
此类核心的存档结构有些不同
如果您是从非 Bukkit 系核心或单人存档迁移,请查看[ Leaves 的迁移文档](https://docs.leavesmc.org/zh_Hans/leaves/guides/migration)(通用所有Bukkit插件端)
:::
### 高版本核心推荐
<Tabs queryString="server-core-choose-1">
<TabItem value="paper" label="Paper">
**优势**
- 性能 - 性能还可以
- 稳定 - 目前最稳定的核心
- 兼容 - 很多插件会以此核心为标准之一进行兼容
**劣势**
- 性能 - 在高版本逐渐比不过他的分支
- 特性 - 丧失不少原版特性
总的来说Paper 核心适合那些追究 *极端的* 稳定的人
**下载**
- [官方](https://papermc.io/downloads/all)
- [FastMirror](https://www.fastmirror.net/#/download/Paper)
- [McRes](https://mcres.cn/downloads/paper.html)
- [原子云](https://res.nullatom.com/Minecraft/Server/Paper/)
</TabItem>
<TabItem value="purpur" label="Purpur">
**优势**
- 性能 - Purpur 的性能相比于 Paper 提升大约20%,在高版本表现尤为明显
- 稳定 - Purpur 兼容 Paper 的全部插件只要paper能跑purpur就可以跑
- 特性 - Purpur 还原了 Minecraft 的部分特性,用来开生存服务器更加适合(当然生电还是得 Leaves)
- 兼容 - 很多插件会以此核心为标准之一进行兼容
**劣势**
- 配置 - 配置文件比较脑瘫
- 支持 - 不给所有mc版本的构建
综上所述,目前 Purpur 是综合最优选择
**下载**
- [官方](https://purpurmc.org/downloads)
- [McRes](https://mcres.cn/downloads/purpur.html)
- [FastMirror](https://www.fastmirror.net/#/download/Purpur)
</TabItem>
<TabItem value="leaves" label="Leaves">
**优势**
- 性能 - 相比paper拥有更强的优化
- 特性 - 为生电而生,专门的生电向特性支持
- 兼容 - 完全支持paper能使用的全部插件
- 支持 - 国人开发的核心
**劣势**
- 还没想到
专为生电而生的核心。
leaves基本完全支持客户端生电 Mod 包括但不限于carpetpca投影共享原理图minihudbborommcxaero小地图jadeappleskin等
**下载**
- [官方](https://leavesmc.org/downloads/leaves)
- [McRes](https://mcres.cn/downloads/leaves.html)
</TabItem>
<TabItem value="Leaf" label="Leaf">
**优势**
- 性能 - 甚至比purpur还要好的优化
- 支持 - 国人开发的核心
**劣势**
- 兼容 - 有极少插件不兼容(可向核心作者反馈)
总的来说,相比 purpur 会有更好的优化,极少不兼容的插件可以及时找作者反馈,所以非常推荐此核心
**下载**
- [官方](https://github.com/Winds-Studio/Leaf/releases)
- [McRes](https://mcres.cn/downloads/leaf.html)
</TabItem>
</Tabs>
### 其他版本核心推荐
<Tabs queryString="server-core-choose-2">
<TabItem value="pandaspigot" label="1.8-PandaSpigot">
**优势**
- 性能 - 拥有较好的性能
- 维护 - 可用于开PVP服务器含大量konckback配置选项
- 维护 - 专为1.8提供维护
**劣势**
- 还没想到
**下载**
- [官方](https://nightly.link/hpfxd/PandaSpigot/workflows/build/master/Server%20JAR.zip)
- [McRes](https://vip.123pan.cn/1821558579/Lingyi/core/pandaspigot-116-mcres.cn.jar)
</TabItem>
<TabItem value="sportpaper" label="1.8-SportPaper">
**优势**
- 性能 - 拥有较好的性能
- 维护 - 可用于开生存服务器,很多生存配置选项
**劣势**
- 还没想到
**下载**
- [官方](https://github.com/Electroid/SportPaper)
- [青草云MC](https://qcymc.cloud/f/ERGcp/sportpaper-1.8.8-R0.1-SNAPSHOT.jar)
</TabItem>
<TabItem value="beast" label="1.12-Beast">
**优势**
- 性能 - 1.12相比高版本本身吃资源就少,此核心提供更多优化
- 维护 - 专为1.12提供维护,修复错误和改进
**劣势**
- 还没想到
**下载**
- [官方](https://github.com/HomoMC/Beast)
- [青草云MC](https://qcymc.cloud/f/G6ziA/beast-1.12.2.jar)
</TabItem>
</Tabs>
如果你不知道怎么选,我们为你提供一个简单的方法(:
```mermaid
@ -105,20 +238,24 @@ flowchart TD
其他 --> Purpur
```
### 不推荐的核心
:::danger
以下核心真的不推荐,除非你真的疯了,否则不要用
:::
| 名称 | 介绍 |
|-----------------------------------------------------------|---------------------------|
| [CraftBukkit](https://getbukkit.org/download/craftbukkit) | 插件端鼻祖核心,无优化 |
| 名称 | 介绍 |
|-----------------------------------------------------------|-----------------------------------------|
| [CraftBukkit](https://getbukkit.org/download/craftbukkit) | 插件端鼻祖核心,无优化 |
| [Spigot](https://getbukkit.org/download/spigot/) | CraftBukkit的分支有一点优化仍不推荐 |
### 付费优化高性能核心
:::danger
大部分付费所谓的高性能核心大概率是假的,如果你真的需要购买,你可以向大佬咨询
大部分付费的所谓的高性能核心都是假的,如果你真的需要购买,你可以向大佬咨询
:::
@ -136,24 +273,23 @@ flowchart TD
### 混合端核心推荐
#### Forge混合端
#### Forge 混合端
| 名称 | 介绍 | 推荐与否 | 下载镜像 | 支持版本 |
|---------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------|
| [Crucible](https://github.com/CrucibleMC/Crucible) | Thermos的分支目前还在积极维护完全兼容Thermos | 推荐 | [McRes](https://www.123pan.com/s/HRhfjv-3ey8v.html)[青草云MC(推荐)](https://qcymc.cloud/f/gJRFG/Crucible-1.7.10-staging-0c25d250-server.jar)([library文件](https://github.moeyy.xyz/https://github.com/CrucibleMC/Crucible/releases/download/staging-0c25d25/libraries.zip)) | 1.7.10 |
| [CatServer](https://catmc.org/) | (推荐,但我真不喜欢核心内置广告)。既可以加入 Mod 又可以加入插件缺点:部分插件不支持,部分 Mod 不支持; Mod 和插件在一起运行难免出现一些七七八八的 bug | 推荐1.12.2 | [McRes](https://mcres.cn/downloads/catserver.html) [FastMirror](https://www.fastmirror.net/#/download/CatServer) | 1.12.2/1.16.5/1.18.2/ |
| [Mohist](https://mohistmc.com/software/mohist) | 兼容paper的一些插件支持兼容 Mod 和插件;缺点:比较多插件不支持,部分 Mod 不支持; Mod 和插件在一起运行难免出现一些七七八八的 bug。 | 推荐高版本 | [McRes](https://mcres.cn/downloads/mohist.html) [FastMirror](https://www.fastmirror.net/#/download/Mohist) [原子云](https://res.nullatom.com/Minecraft/Server/Mohist/) | 1.12.2/1.16.5/1.18+ |
| [Arclight-Forge](https://github.com/IzzelAliz/Arclight) | - | 推荐高版本 | [FastMirror](https://www.fastmirror.net/#/download/Arclight) [McRes](https://mcres.cn/downloads/arclight.html) | 1.16.5+ |
| [Magma](https://magmafoundation.org/) | - | - | [McRes](https://mcres.cn/downloads/magma.html) | 没用过,不知道 |
| [Sponge](https://spongepowered.org/]Sponge) | 可加入sponge插件支持 Mod优化极强而且服务器兼容性更高对于线程优化能力更强负载更好。缺点即使你用了很多办法也很难让bukkit插件稳定运行sponge插件特别少启动速度特别慢。操作特别难与前面的完全不相同。 | 不推荐新手使用 | [McRes](https://mcres.cn/downloads/spongeforge.html) [FastMirror](https://www.fastmirror.net/#/download/SpongeForge) | 没用过,不知道 |
| 名称 | 介绍 | 推荐与否 | 下载镜像 | 支持版本 |
| ---- | ---- | -------- |--------- | -------- |
| [Crucible](https://github.com/CrucibleMC/Crucible) | Thermos的分支目前还在积极维护完全兼容Thermos | 推荐 | [McRes](https://www.123pan.com/s/HRhfjv-3ey8v.html)[青草云MC(推荐)](https://qcymc.cloud/f/gJRFG/Crucible-1.7.10-staging-0c25d250-server.jar)([library文件](https://github.moeyy.xyz/https://github.com/CrucibleMC/Crucible/releases/download/staging-0c25d25/libraries.zip)) | 1.7.10 |
| [CatServer](https://catmc.org/) | (推荐,但我真不喜欢核心内置广告)。既可以加入 Mod 又可以加入插件缺点:部分插件不支持,部分 Mod 不支持; Mod 和插件在一起运行难免出现一些七七八八的bug | 推荐1.12.2 | [McRes](https://mcres.cn/downloads/catserver.html) [FastMirror](https://www.fastmirror.net/#/download/CatServer) | 1.12.2/1.16.5/1.18.2 |
| [Mohist](https://mohistmc.com/software/mohist) | 兼容paper的一些插件支持兼容 Mod 和插件;缺点:比较多插件不支持,部分 Mod 不支持; Mod 和插件在一起运行难免出现一些七七八八的 bug。 | 推荐高版本 | [McRes](https://mcres.cn/downloads/mohist.html) [FastMirror](https://www.fastmirror.net/#/download/Mohist) [原子云](https://res.nullatom.com/Minecraft/Server/Mohist/) | 1.12.2/1.16.5/1.18+ |
| [Arclight-Forge](https://github.com/IzzelAliz/Arclight) | - | 推荐高版本 | [FastMirror](https://www.fastmirror.net/#/download/Arclight) [McRes](https://mcres.cn/downloads/arclight.html) | 1.16.5+ |
| [Magma](https://magmafoundation.org/) | - | - | [McRes](https://mcres.cn/downloads/magma.html) | 没用过,不知道 |
| [Sponge](https://spongepowered.org/]Sponge) | 可加入sponge插件支持 Mod优化极强而且服务器兼容性更高对于线程优化能力更强负载更好。缺点即使你用了很多办法也很难让bukkit插件稳定运行sponge插件特别少启动速度特别慢。操作特别难与前面的完全不相同。 | 不推荐新手使用 | [McRes](https://mcres.cn/downloads/spongeforge.html) [FastMirror](https://www.fastmirror.net/#/download/SpongeForge) | 没用过,不知道 |
#### Fabric 混合端
| 名称 | 介绍 | 推荐与否 | 下载镜像 |
|----------------------------------------------------------|-----------------------------------------|------|----------------------------------------------------------------------------------------------------------------|
| [Banner](https://new.mohistmc.com/software/banner) | 并不是一款端,而是一个 Mod 需要安装在Fabric安装后重启即可加载插件 | - | [McRes](https://mcres.cn/downloads/banner.html) |
| [Arclight-Fabric](https://github.com/IzzelAliz/Arclight) | 出现时间比banner晚目前不太稳定 | - | [FastMirror](https://www.fastmirror.net/#/download/Arclight) [McRes](https://mcres.cn/downloads/arclight.html) |
| [Cardboard](https://cardboardpowered.org/) | 支持的版本较多支持1.16.5-1.20.4 | - | [McRes](https://mcres.cn/downloads/carboard.html) |
| 名称 | 介绍 | 推荐与否 | 下载镜像 |
| ---- | ---- | -------- |--------- |
| [Banner](https://new.mohistmc.com/software/banner) | 并不是一款端,而是一个 Mod 需要安装在Fabric安装后重启即可加载插件 | - | [McRes](https://mcres.cn/downloads/banner.html) |
| [Arclight-Fabric](https://github.com/IzzelAliz/Arclight) | 出现时间比banner晚目前不太稳定 | - | [FastMirror](https://www.fastmirror.net/#/download/Arclight) [McRes](https://mcres.cn/downloads/arclight.html) |
| [Cardboard](https://cardboardpowered.org/) | 支持的版本较多支持1.16.5-1.20.4 | - | [McRes](https://mcres.cn/downloads/carboard.html) |
![](_images/那些服务端有后门吗.png)

View File

@ -5,22 +5,23 @@ sidebar_position: 2
# 连接服务器
使用 SSH 工具连接至服务器,在这里举出几种方法
使用 SSH 工具连接至服务器,在这里举出几个工具
# powershell
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
如 Windows 自带的 powershell
<details>
<summary>大概长这样</summary>
<Tabs>
<TabItem value="powershell" label="powershell" default>
![](_images/Linux开服/连接服务器/1.png)
windows 系统自带的 powershell
按下 Win + R 输入 powershell 即可
随后在 cmd 或 powershell 中输入 ssh -p (port) (username)@(hostname) 即可连接 Linux 服务器。
此时会弹出是否保存服务器密钥,选择接受并保存,之后就不会再弹出,本文以 Ubuntu24.04 + Finalshell 为例
此时会弹出是否保存服务器密钥,选择接受并保存,之后就不会再弹出。
:::tip
@ -30,20 +31,28 @@ hostname 为服务器的域名或者 IP
:::
</details>
</TabItem>
<TabItem value="windterm" label="WindTerm">
FinelShell
![](_images/Linux开服/连接服务器/2.png)
Xshell + Xftp:
TODO
# WindTerm
https://github.com/kingToolbox/WindTerm
![WindTerm](_images/Linux开服/连接服务器/WindTerm.png)
一个开源的 SSH/Telnet/Serial/Shell/Sftp 客户端工具
![WindTerm](_images/Linux开服/连接服务器/WindTerm.png)
https://github.com/kingToolbox/WindTerm
</TabItem>
<TabItem value="finelshell" label="FinelShell">
![](_images/Linux开服/连接服务器/2.png)
FinalShell是一体化的的服务器,网络管理软件,不仅是ssh客户端,还是功能强大的开发,运维工具,充分满足开发,运维需求.
</TabItem>
<TabItem value="xshell" label="Xshell">
![](https://www.xshell.com/wp-content/uploads/2020/10/p-xshell7-top-zh.png)
他称自己是 业界最强大的SSH客户机
</TabItem>
</Tabs>

View File

@ -8,7 +8,7 @@ import TabItem from '@theme/TabItem';
# 如何保持服务器在 Linux 服务器中后台运行
由于Linux的会话机制手动启动的服务端会在ssh断开连接之后停止运行所以我们需要服务端保持后台运行。
由于Linux的会话机制在ssh断开连接之后手动启动的服务端会停止运行我们需要服务端保持后台运行。
## 方法一 screen(推荐)
@ -24,14 +24,14 @@ import TabItem from '@theme/TabItem';
</TabItem>
<TabItem value="redhat" label="CentOS/Redhat Linux">
```bash
yum install screen
yum install screen
```
</TabItem>
<TabItem value="arch" label="Arch Linux">
```bash
pacman -Sy screen
```
</TabItem>
</TabItem>
</Tabs>
screen 的基础指令:

View File

@ -91,7 +91,6 @@ OpenJDK 64-Bit Server VM Zulu21.32+17-CA (build 21.0.2+13-LTS, mixed mode, shari
## 方法一
```
<Tabs
defaultValue="Debian/Ubuntu"
values={[
@ -105,7 +104,6 @@ OpenJDK 64-Bit Server VM Zulu21.32+17-CA (build 21.0.2+13-LTS, mixed mode, shari
</Tabs>
然后选择你想使用的 Java ,接着 `java -version` 验证版本
```
## 方法二

View File

@ -61,16 +61,20 @@ sidebar_position: 4
<details>
<summary>我有公网ip</summary>
TODO
嘎嘎开就行了
</details>
<details>
<summary>我没有/不知道啥是公网ip</summary>
为了在没有公网IP的情况下连接到你的内外机器你需要搭建 **Frp**
[申请公网ip](https://search.bilibili.com/all?keyword=%E7%94%B3%E8%AF%B7%E5%85%AC%E7%BD%91ip)
参见:[搭建内网穿透Frp](../../advance/Linux/frp.md)
如果申请不到那么为了在没有公网IP的情况下连接到你的内外机器你需要 **内网穿透Frp**
[内网穿透](intranet-penetration.md)
[Linux | 搭建内网穿透Frp](../../advance/Linux/frp.md)
</details>

View File

@ -24,7 +24,7 @@ sidebar_position: 1
个人建议使用 vps你会在 [可选方式#vps](optional-mode.md#vps) 了解到相关内容
如果是新手刚起步,那就不要买东西瞎费钱了,自己机器上做就可,可以通过 [内网穿透](intranet-penetration.md) 让其他玩家加入开在你电脑上的服务器
如果是新手刚起步,那就不要买东西瞎费钱了,自己电脑上做就可,做成之后可以考虑 vps 了
import DocCardList from '@theme/DocCardList';

View File

@ -42,10 +42,10 @@ const config = {
// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
// to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'zh-Hans',
locales: ['zh-Hans'],
},
// i18n: {
// defaultLocale: 'zh-Hans',
// locales: ['zh-Hans'],
// },
presets: [
[
@ -219,7 +219,7 @@ const config = {
require.resolve("@easyops-cn/docusaurus-search-local"),
{
hashed: true,
language: ["zh"],
// language: ["zh"],
highlightSearchTermsOnTargetPage: true,
explicitSearchResultPath: true,
indexBlog: false,