Skip to content

Commit 262dd82

Browse files
committed
feat: 添加 bashvm 项目
1 parent 9521054 commit 262dd82

File tree

5 files changed

+38
-2
lines changed

5 files changed

+38
-2
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ function getIncompleteSidebarZhCN() {
203203
{ text: 'pterodactyl', link: '/incomplete/pterodactyl.html' },
204204
{ text: 'webvirtcloud', link: '/incomplete/webvirtcloud.html' },
205205
{ text: 'convoy', link: '/incomplete/convoy.html' },
206+
{ text: 'bashvm', link: '/incomplete/bashvm.html' },
206207
]
207208
}
208209
];
@@ -320,6 +321,7 @@ function getIncompleteSidebarEnUS() {
320321
{ text: 'pterodactyl', link: '/en/incomplete/pterodactyl.html' },
321322
{ text: 'webvirtcloud', link: '/en/incomplete/webvirtcloud.html' },
322323
{ text: 'convoy', link: '/en/incomplete/convoy.html' },
324+
{ text: 'bashvm', link: '/en/incomplete/bashvm.html' },
323325
]
324326
}
325327
];

docs/en/incomplete/bashvm.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
outline: deep
3+
---
4+
5+
## Repo
6+
7+
https://github.com/babywhale321/bashvm
8+
9+
https://bashvm.com/
10+
11+
## Description
12+
13+
If you want to go deeper into how to open a VM and how to forward ports, then this program will start completely from the bottom and teach you step by step how to open a VM!
14+
15+
## Cons
16+
17+
Very tedious and time consuming, not as fast as other programs to set up a network and open a VM

docs/en/incomplete/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ hero:
1515

1616
features:
1717
- title: Notes
18-
details: Please read the instructions for each project carefully. Some projects may cause irreparable damage to your system and require a full reinstall.
18+
details: Each item in this block has a corresponding drawback, and each item is not as easy to use as the previous ones, and has a certain learning cost.
1919
---

docs/incomplete/bashvm.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
outline: deep
3+
---
4+
5+
## 仓库
6+
7+
https://github.com/babywhale321/bashvm
8+
9+
https://bashvm.com/
10+
11+
## 说明
12+
13+
如果你想深入了解怎么开设一个虚拟机,怎么转发端口,那么这个项目将完全从底层开始,一步步教你如何开设虚拟机
14+
15+
## 缺点
16+
17+
非常的繁琐,非常的耗时,不如别的项目快速设置网络和开设

docs/incomplete/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ hero:
1515

1616
features:
1717
- title: 注意事项
18-
details: 注意每个项目说明,部分项目有可能对系统造成不可修复的错误,需要重装系统,请仔细查看说明
18+
details: 这块每个项目都有对应的缺点,每个项目都不像之前的项目一样简单好用,有一定的学习成本。
1919
---

0 commit comments

Comments
 (0)