执行 ntpdate 报错:23 Aug 17:02:30 ntpdate[3041]: the NTP socket is in use, exiting原因:端口被占用或服务已启动如需重启服务则使用命令重启
linux 修改时间命令
linux系统openssh漏洞修复,openssh版本升级,openssh编译安装操作介绍
nginx配置详解,列出一些对nginx性能、网络、服务器的优化
nginx负载均衡规则讲解一、轮询1、普通轮询upstream块的ip或域名后面未添加参数,nginx会将请求平均分发给每台被反向代理的服务器。访问会...
linux 脚本开机启动1、crontab方式crontab -e //进入计划配置文件输入以下内容:@reboot /opt/fw.sh //脚本执行位置保存后重启生效2...
nginx编译安装1、关闭防火墙systemctl stop firewalldsystemctl disable firewalldsetenforce 02、安装依赖包yum -y install pcre-...
ngnix编译安装执行./configure 报错 ./configure: error: the HTTP gzip module requires the zlib library.解决办法:yum -y install pcre-devel yum -y install openssl openssl-devel
ngnix编译安装执行./configure 报错./configure: error: the HTTP rewrite module requires the PCRE library.解决方案:安装 p...
#关闭selinux 查询selinux状态:getenforce修改配置文件:vi /etc/selinux/config,将SELINUX=enforcing改为SELINUX=disabled