diff --git a/01.PVE系统安装.md b/01.PVE系统安装.md index f4b670a..232da6a 100644 --- a/01.PVE系统安装.md +++ b/01.PVE系统安装.md @@ -54,21 +54,27 @@ PVE 下载地址:[Proxmox Virtual Environment](https://www.proxmox.com/en/down 考虑到配置 PVE 服务器、路由器、DNS 服务器时,需要在 CLI 中输入命令,因此这里推荐几个常用的 SSH 工具。 -#### Tabby +#### Windows Terminal -官方网站地址:https://tabby.sh +官方网站地址:https://aka.ms/terminal -基于 Electron 开发的开源跨平台终端工具,内部集成了 SFTP ,可以在 Github 平台上进行下载。 +Microsoft 官方终端工具,可以在 Github 平台或 Microsoft 应用商店中进行下载。 -支持 Windows 、macOS 、Linux 。 +![Windows Terminal](img/p01/pve_win_terminal.png) -![Tabby SSH工具](img/p01/pve_tabby.png) +#### Termius + +官方地址:https://termius.com/ + +企业级终端工具,支持 Windows、macOS、Linux 系统以及移动端系统。 + +![Termius](img/p01/pve_termius.jpeg) #### MobaXterm 官方地址:https://mobaxterm.mobatek.net -功能强大的 SSH 工具,仅支持 Windows 。 +功能强大的终端工具,仅支持 Windows 系统。 ![MobaXterm](img/p01/pve_mobaxterm.png) diff --git a/img/p01/pve_tabby.png b/img/p01/pve_tabby.png deleted file mode 100644 index 7fb386c..0000000 Binary files a/img/p01/pve_tabby.png and /dev/null differ diff --git a/img/p01/pve_termius.jpeg b/img/p01/pve_termius.jpeg new file mode 100644 index 0000000..9946dd0 Binary files /dev/null and b/img/p01/pve_termius.jpeg differ diff --git a/img/p01/pve_win_terminal.png b/img/p01/pve_win_terminal.png new file mode 100644 index 0000000..0e584b8 Binary files /dev/null and b/img/p01/pve_win_terminal.png differ