Debian12
Debian官网:https://www.debian.org/index.zh-cn.html
Debian下载:https://cdimage.debian.org/debian-cd/current/amd64/bt-dvd/
国内Debian镜像源
Debian 清华源:https://mirrors.tuna.tsinghua.edu.cn/help/debian/
Debian 中科大:https://mirrors.ustc.edu.cn/help/debian.html
Debian 阿里云:https://developer.aliyun.com/mirror/debian
Debian 腾讯云:https://mirrors.cloud.tencent.com/help/debian.html
Debian12 清华源
编辑:/etc/apt/sources.list
使用命令行更新:apt update
# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib non-free non-free-firmware
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib non-free non-free-firmware
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware
deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bookworm-security main contrib non-free non-free-firmware
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian-security bookworm-security main contrib non-free non-free-firmware
在 Linux 虚拟机中手动安装 VMware Tools
官方安装教程
解压缩安装程序:tar zxpf /mnt/cdrom/VMwareTools-x.x.x-yyyy.tar.gz
运行安装程序并以 root 用户身份配置 VMware Tools:
cd vmware-tools-distrib
sudo ./vmware-install.pl
Debian安装deb文件
sudo dpkg -i
Ubuntu 安装 VM-Tools
sudo apt-get autoremove open-vm-tools
sudo apt-get install open-vm-tools
sudo apt-get install open-vm-tools-desktop
Ubuntu 安装 SSH
apt install openssh-server
apt install vim
sudo vim /etc/ssh/sshd_config
PermitRootLogin yes