Raspberry Pi 14: Ubuntu18-04 virtual machine to build VMware version (configure network, update vi, gcc, ifconfig, finished, set time)

Ubuntu18-04 virtual machine build VMware version

1. Ubuntu18-04 virtual machine installation

Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description hereConfiguration 1:
Connect to the network, the network is set to bridge mode
Check 1:
Insert picture description here
Check 2:
Insert picture description here
If it is not bridge mode, you need to change the configuration

Configuration 2:

Update the vi editor:

sudo apt-get install vim

Configuration 3:

Install the gcc editor:

sudo apt install build-essential

Configuration 4:
Install ifconfig:

sudo apt install net-tools

Configuration 5:
ubuntu18.04 settings Chinese (simplified):
Insert picture description here
then restart Ubuntu.

Configuration 6:
Ubuntu18-04 time configuration:

1. 查看系统当前时间
 date
2. 输入命令,选择时区
 sudo tzselect
选择亚洲Asia,继续选择中国China,最后选择北京Beijing。
3.创建时区
sudo ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

== Ubuntu18-04.4 CD image file ==:
Link: https://pan.baidu.com/s/1K8fmcK6y38fSo5Wnrw98jw
Extraction code: eaz9

Guess you like

Origin blog.csdn.net/weixin_40734514/article/details/108723206