虚拟机是经由过程软件来模仿打算机软、硬件情况的一种技巧,它容许在同一台打算机上运转多种操纵体系。VMware Workstation 跟 VBOX 是现在广泛利用的虚拟机软件。
最新版本介绍地点:VMware Workstation最新版本介绍
sudo gedit /etc/apt/sources.list
deb http://mirrors.163.com/ubuntu/ bionic main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ bionic main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ bionic-updates main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ bionic-updates main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ bionic-backports main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ bionic-backports main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ bionic-security main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ bionic-security main restricted universe multiverse
sudo apt-get update
sudo apt-get install -y openssh-server
至此,你曾经成功在VMware中安装并设置了Ubuntu体系,可能开端你的虚拟情况搭建之旅了!