摘要:
[TOC] # 一、BIND服务安装、启动 ## 1、安装BIND ```shell yum -y install bind* ``` ## 2.启动DNS服务 ```shell #CentOS6: service named start #开机自启 #添加nginx服务 chkconfig --a 阅读全文
posted @ 2023-06-26 17:08
LauShineLae
阅读(938)
评论(0)
推荐(0)
摘要:
[TOC] ## 1、httpd服务安装 ```shell yum -y install httpd #安装命令 systemctl start httpd.service #启动服务命令 systemctl enable httpd.service #开机自动启动 systemctl status 阅读全文
posted @ 2023-06-26 16:48
LauShineLae
阅读(1857)
评论(0)
推荐(0)

浙公网安备 33010602011771号