页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

代码块
linenumberstrue
* soft nofile 65536
* hard nofile 65536
* soft nproc 131072
* hard nproc 131072

2、添加hosts文件:2、添加hosts文件解析 :

在/etc/hosts 文件末尾添加:

代码块
linenumberstrue
192.168.99.104 test1
192.168.99.105 test2

...