vmware虚拟机安装deepin20最全详细过程
虚拟机软件:vmware workstation
镜像:deepin-desktop-community-1002-amd64.iso
提前创建安装目录:D:\linux\deepin-20
1、打开安装好的vmware workstation,点击创建新的虚拟机

2、

3、

4、

5、

6、

7、

8、

9、

10、

11、

12、

13、

14、

15、

16、

17、

18、

19、

20、

21、

22、

23、

24、

25、

26、

27、

28、

29、

30、

31、

32、

33、

34、

35、一路下一步,直到完成

36、安装已经完成

37、测试终端、检查系统

38、

39、

40、测试网络
xiaoxiami@xiaoxiami:~$ ifconfig | head -n 3 ## ip ens33: flags=4163mtu 1500 inet 192.168.3.38 netmask 255.255.255.0 broadcast 192.168.3.255 inet6 fe80::4794:f67e:65fc:ef81 prefixlen 64 scopeid 0x20
xiaoxiami@xiaoxiami:~$ ping www.baidu.com PING www.a.shifen.com (39.156.66.14) 56(84) bytes of data. 64 bytes from 39.156.66.14 (39.156.66.14): icmp_seq=1 ttl=51 time=11.0 ms 64 bytes from 39.156.66.14 (39.156.66.14): icmp_seq=2 ttl=51 time=10.9 ms 64 bytes from 39.156.66.14 (39.156.66.14): icmp_seq=3 ttl=51 time=11.1 ms ^C --- www.a.shifen.com ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 21ms rtt min/avg/max/mdev = 10.919/11.002/11.071/0.136 ms xiaoxiami@xiaoxiami:~$ ^C
xiaoxiami@xiaoxiami:~$ ping 192.168.3.4 PING 192.168.3.4 (192.168.3.4) 56(84) bytes of data. 64 bytes from 192.168.3.4: icmp_seq=1 ttl=128 time=0.229 ms 64 bytes from 192.168.3.4: icmp_seq=2 ttl=128 time=0.173 ms 64 bytes from 192.168.3.4: icmp_seq=3 ttl=128 time=0.186 ms ^C --- 192.168.3.4 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 56ms rtt min/avg/max/mdev = 0.173/0.196/0.229/0.023 ms
网络连通。
您可能感兴趣的文章
- 02-02hadoop动态增加和删除节点方法介绍
- 02-02干货 | Linux新手入门好书推荐
- 02-02linux系统下MongoDB单节点安装教程
- 02-02Linux下nginx生成日志自动切割的实现方法
- 02-02Centos 6中编译配置httpd2.4的多种方法详解
- 02-02CentOS7 下安装telnet服务的实现方法
- 02-02分布式Hibernate search详解
- 02-02Hadoop对文本文件的快速全局排序实现方法及分析
- 02-02CentOS6.3添加nginx系统服务的实例详解
- 02-02Hadoop编程基于MR程序实现倒排索引示例


阅读排行
推荐教程
- 12-07一文教你怎么选择Tomcat对应的JDK版本
- 12-07解决tomcat启动报错:一个或多个listeners启动失败问题
- 12-07Tomcat启动报错:严重: Unable to process Jar entry [m
- 12-07Tomcat配置IPV6的实现步骤
- 12-07tomcat启动报错jar not loaded的问题
- 12-11docker存储目录迁移示例教程
- 01-07windows server 2008安装配置DNS服务器
- 12-07Tomcat部署war包并成功访问网页详细图文教程
- 12-15Docker-Compose搭建Spark集群的实现方法
- 12-19Zabbix SAML SSO 登录绕过漏洞的操作流程




