diff --git a/docs/en/guide/pve/pve_kvm.md b/docs/en/guide/pve/pve_kvm.md index d9930a5d76..de5d713a3e 100644 --- a/docs/en/guide/pve/pve_kvm.md +++ b/docs/en/guide/pve/pve_kvm.md @@ -8,7 +8,7 @@ outline: deep The virtual machines created through KVM virtualization do not have the username ```root``` by default. To switch to the root user, you need to execute ```sudo -i``` . -**Of course, some templates actually allow logging in with the username ```root```, and the default root password is ```password```. You can give it a try.** +**Default allow logging in with the username ```root```, and the default root password is ```password``` or ```oneclickvirt```. You can give it a try.** Once you've logged in via SSH and switched to root privileges, it's crucial to change the root password. You can use the following command to do so. @@ -43,7 +43,7 @@ Please use the "screen" command to suspend execution before launching the virtua Due to long-term inactivity IPV6 does not use may lead to NDP broadcast cache invalidation reset, generally idle for about 50 minutes will appear IPV6 unavailable, commonly known as "IPV6 cutoff", at this time it is necessary to set up a timer task. ```shell -echo '*/1 * * * * curl -m 6 -s ipv6.ip.sb && curl -m 6 -s ipv6.ip.sb' | crontab - +echo '*/1 * * * * curl -m 6 -s ipv6.ip.sb || curl -m 6 -s ipv6.ip.sb' | crontab - ``` Executing the above commands in the opened virtual machine ensures that the IPV6 network is always used and does not fail over. @@ -61,6 +61,12 @@ The list of currently available image names is as follows: [https://github.com/oneclickvirt/kvm_images/blob/main/list.text](https://github.com/oneclickvirt/kvm_images/blob/main/list.text) +and + +[https://github.com/oneclickvirt/pve_kvm_images](https://github.com/oneclickvirt/pve_kvm_images) + +Daily patch images stored in the Release of this repository. + ## Virtual machines with standalone NAT configuration in KVM virtualization. - Automatically deploy NAT servers with the default Debian 10 image, chosen for its minimal footprint. diff --git a/docs/guide/pve/pve_kvm.md b/docs/guide/pve/pve_kvm.md index 129a7d9e09..3561ec3459 100644 --- a/docs/guide/pve/pve_kvm.md +++ b/docs/guide/pve/pve_kvm.md @@ -8,7 +8,7 @@ outline: deep KVM虚拟化开设出的虚拟机,**默认生成的用户名不是```root```,你需要执行```sudo -i```切换为root用户** -**当然部分模板实际支持用户名```root```登录,默认的root密码是```password```,你也可以先试试** +**默认支持用户名```root```登录,默认的root密码是```password```或```oneclickvirt```,你也可以先试试** **登录SSH切换为root权限后,一定要修改root密码**,可以使用以下命令修改 @@ -52,7 +52,7 @@ bash <(curl -sSL https://cdn.spiritlhl.net/https://raw.githubusercontent.com/fsc 由于长期闲置IPV6不使用可能导致NDP广播缓存失效重置,一般闲置50分钟左右就会出现IPV6不可用的情况,俗称“IPV6断流”,此时需要设置一个定时任务 ```shell -echo '*/1 * * * * curl -m 6 -s ipv6.ip.sb && curl -m 6 -s ipv6.ip.sb' | crontab - +echo '*/1 * * * * curl -m 6 -s ipv6.ip.sb || curl -m 6 -s ipv6.ip.sb' | crontab - ``` 在开设出的虚拟机中执行上述命令,可保证IPV6网络一直被使用,不会失效断流 @@ -70,6 +70,12 @@ echo '*/1 * * * * curl -m 6 -s ipv6.ip.sb && curl -m 6 -s ipv6.ip.sb' | crontab [https://github.com/oneclickvirt/kvm_images/blob/main/list.text](https://github.com/oneclickvirt/kvm_images/blob/main/list.text) +以及 + +[https://github.com/oneclickvirt/pve_kvm_images](https://github.com/oneclickvirt/pve_kvm_images) + +仓库的Release中存储的每日修补镜像 + ## 单独开设NAT的KVM虚拟化的虚拟机 - 自动开设NAT服务器,默认使用Debian10镜像,因为该镜像占用最小