概述 ossutil是以命令行方式管理OSS数据的工具,提供方便、简洁、丰富的Bucket和Object管理命令,同时支持Windows、Linux、 Mac平台. 我这里用的是linux CentOS 7.3 版本的 …
分类:Linux
Centos 7 编译安装 php 5.2 + php-fpm 5.2
、概述 由于项目环境过久,要在新系统上安装旧版本的php,yum安装估计是支持不了了,找了很多镜像源,都把php 5.2版本给pa掉了。如此,只能从官网上下载:http://museum.php.net/php5/php…
阿里云服务器漏洞修复,持续更新!date1
RHSA-2019:0679-重要: libssh2 安全更新 命令:yum update libssh2RHSA-2018:2439-中危: mariadb 安全和BUG修复更新 命令:yum update maria…
nginx下设置上传文件大小
1.nginx和php默认不支持上传过大的文件 假如我们要求上传的文件大小为20M,默认配置就不允许上传了。 下面我们更改nginx和php配置,设定 上传的限制为20M Nginx配置更改 如果上传文件时超过了ngin…
Centos7动态IP改静态后SSH很慢
vi /etc/ssh/sshd_config #UseDNS yes 改为 UseDNS no
Centos7 安装mondorescue
1.本机得联网,yum安装,首先进入、/etc/yum.repos.d目录 2.将以下几句添加到/etc/yum.repos.d/CentOs.Base.repo的最后面 [mondorescue] name=cento…
centos7 断电导致 generating /run/initramfs/rdsosreport.txt 问题
generating “/run/initramfs/rdsosreport.txt” entering emergencymode. exit the shell to continue type “journalct…
php安装执行configure报错error: off_t undefined; check your library configuration
vim /etc/ld.so.conf #添加如下几行 /usr/local/lib64 /usr/local/lib /usr/lib /usr/lib64 #保存退出 :wq ldconfig -v # 使之生效
configure: WARNING: unrecognized options: --with-mcrypt, --enable-gd-native-ttf
php7+版本不支持 --with-mcrypt, --enable-gd-native-ttf,把这两个选项删除掉。也不支持 --with-mysql.