From 47505df0af4aea5325da83b9b252a383fc81e103 Mon Sep 17 00:00:00 2001 From: jkpete <1031139173@qq.com> Date: Wed, 24 Dec 2025 16:19:14 +0800 Subject: [PATCH] delete install netstat and openssh --- InstallManual.md | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/InstallManual.md b/InstallManual.md index 0cdd93a..25f7b20 100644 --- a/InstallManual.md +++ b/InstallManual.md @@ -44,25 +44,13 @@ Version`V0.1`试行版 sudo apt update ``` -### 2.1 安装openssh-server(镜像可能自带) - -```shell -sudo apt-get install openssh-server -``` - -### 2.2 安装net-tools(镜像可能自带) - -```shell -sudo apt-get install net-tools -``` - -### 2.3 安装git +### 2.1 安装git ```shell sudo apt-get install git ``` -### 2.4 安装dotnet8 +### 2.2 安装dotnet8 参考链接-微软安装手册 https://learn.microsoft.com/zh-cn/dotnet/core/install/linux-ubuntu-decision#register-the-microsoft-package-repository @@ -89,13 +77,13 @@ sudo apt update sudo apt-get install dotnet-sdk-8.0 ``` -### 2.5 串口授权(如果用户名为其它则修改为u) +### 2.3 串口授权(如果用户名为其它则修改为u) ```shell sudo usermod -aG dialout u ``` -### 2.6 关闭防火墙&允许访问端口 +### (可选)2.6 关闭防火墙&允许访问端口 检查防火墙状态