mysql基础
This commit is contained in:
13
notes/installation/虚拟机初始化.md
Normal file
13
notes/installation/虚拟机初始化.md
Normal file
@ -0,0 +1,13 @@
|
||||
**1. 激活网卡**
|
||||
|
||||
```shell
|
||||
vi /etc/sysconfig/network-scripts/ifcfg-enp0s3
|
||||
将 ONBOOT=no 改为 ONBOOT=yes
|
||||
```
|
||||
|
||||
**2. 解决 ifconfig command not found**
|
||||
|
||||
```shell
|
||||
yum install net-tools
|
||||
```
|
||||
|
Reference in New Issue
Block a user