RHSA-2019:2197-低危: elfutils security,bug fix,和 enhancement update #yum update elfutils-libs -y #yum update elf …
阅读更多 »标签文章:Linux
service nginx does not support chkconfig
#chkconfig --add nginx service nginx does not support chkconfig 意思就是 nginx的服务不支持chkconfig 解决办法:在 #!/bin/bash # …
阅读更多 »Linux下wget下载整个FTP目录(含子目录)
wget -nH -m --ftp-user=your_username --ftp-password=your_password ftp://your_ftp_host/* 解释: -nH:不创建以主机名命名的目录。 …
阅读更多 »Centos 7.2 修改已挂载目录名
已知挂载目录名webdata1错误,修改成webdata 查看当前目录名以及挂载点 [root@localhost ~]# df -h Filesystem Size Used Avail Use% Mounted on …
阅读更多 »PHP安装Xcache加速模块
我使用的阿里云一键安装包sh-1.5.5 , 默认用的是ZendGuardLoader加速模块,我们要切换到xcache。 阿里云sh-1.5.5 下载地址 Xcache 3.2.0 下载地址 1、安装xcache …
阅读更多 »修复Linux服务器Glibc漏洞
CentOS 5/6/7 [root@localhost~]# yum update glibc -y Ubuntu 12/14 [root@localhost~]# apt-get update [root@local …
阅读更多 »Linux定时重启系统或服务
# crontab -e 输入以下内容 59 22 * * * reboot //每天晚上22:59重启系统 10 23 * * * service nginx restart //每天晚上23:10重启NG服务 30 …
阅读更多 »