Browse Source

delete install netstat and openssh

main
jkpete 3 weeks ago
parent
commit
47505df0af
  1. 20
      InstallManual.md

20
InstallManual.md

@ -44,25 +44,13 @@ Version`V0.1`试行版
sudo apt update sudo apt update
``` ```
### 2.1 安装openssh-server(镜像可能自带) ### 2.1 安装git
```shell
sudo apt-get install openssh-server
```
### 2.2 安装net-tools(镜像可能自带)
```shell
sudo apt-get install net-tools
```
### 2.3 安装git
```shell ```shell
sudo apt-get install git 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 参考链接-微软安装手册 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 sudo apt-get install dotnet-sdk-8.0
``` ```
### 2.5 串口授权(如果用户名为其它则修改为u) ### 2.3 串口授权(如果用户名为其它则修改为u)
```shell ```shell
sudo usermod -aG dialout u sudo usermod -aG dialout u
``` ```
### 2.6 关闭防火墙&允许访问端口 ### (可选)2.6 关闭防火墙&允许访问端口
检查防火墙状态 检查防火墙状态

Loading…
Cancel
Save