肥兔 发布的文章

Procedure
Ubuntu, Debian, and Related OSes

If the VM has a GUI (X11, and so on), install or upgrade open-vm-tools-desktop:

apt-get install open-vm-tools-desktop

Otherwise, use the command to install open-vm-tools:

apt-get install open-vm-tools

- 阅读剩余部分 -

编辑网络配置文件

/etc/network/interfaces

新增内容

iface ens3 inet6 static
address 2001:4860:4860:1111/112
gateway 2001:4860:4860::1
dns-nameservers 2001:4860:4860::8888 2001:4860:4860::8844

重新载入网络配置

/etc/init.d/networking reload

After 2 years, 1 month, and 9 days of development, the Debian project is proud to present its new stable version 11 (code name "bullseye"), which will be supported for the next 5 years thanks to the combined work of the Debian Security team and the Debian Long Term Support team.

从 Debian 11 “Bullseye” 开始,安全更新仓库名从 发行版代号/updates 更新为 发行版代号-security,详见 Debian 11 (bullseye) 发行说明,请旧版本用户注意。

以ESXi 6.7为例,在web控制台开启SSH并登陆到SSH,需要转精简置备的机器要先关机

进入需要转换的虚拟机目录后执行

vmkfstools -i thick2thin.vmdk -d thin thin.vmdk

thick2thin.vmdk 源文件,源文件不能选择含flat字样的VMDK文件
thin.vmdk 产生的新文件

完成转换后对磁盘空间进行回收,执行

vmkfstools -K thin.vmdk

核对一下文件大小

du -sh thin.vmdk