Ubuntu18.04.4 bare metal configuration

Download virtual machine Ubuntu18.04.4

Link: https://pan.baidu.com/s/1jyucyUSXa9-Fw9ctuU87hA
Extraction code: o42a
– Sharing from Baidu Netdisk super member V5

VMware select image installation

Insert image description here
Insert image description here
Set your username as easy as logging in as a Windows user
Insert image description here

Next step...next step...so easy
Insert image description here
Insert image description here

Download vim

sudo apt install vim

You need a root password. You can set whatever password you want.
Then you can use it
Insert image description here
. I found that the code cannot be run and I need to download gcc.
Insert image description here

Download gcc

sudo apt-get update
sudo apt-get install gcc

Insert image description here
So continue gcc demo1.c
Insert image description here

downloadifconfig

Finally download a network tool

sudo apt install net-tools

Finish

If you have any questions, please feel free to make progress together.

Guess you like

Origin blog.csdn.net/qq_52749711/article/details/132307322