Full-Stack-Notes/notes/installation/虚拟机初始化.md
2019-08-16 11:58:11 +08:00

14 lines
194 B
Markdown

**1. 激活网卡**
```shell
vi /etc/sysconfig/network-scripts/ifcfg-enp0s3
ONBOOT=no 改为 ONBOOT=yes
```
**2. 解决 ifconfig command not found**
```shell
yum install net-tools
```