
PHP7.3编译安装常见错误及解决办法
1、configure: error: Please reinstall the libzip distribution 解决方法一,安装1.2.0版本的libzip: wget https://nih.at/libzip/libzip-1...
1、configure: error: Please reinstall the libzip distribution 解决方法一,安装1.2.0版本的libzip: wget https://nih.at/libzip/libzip-1...
[root@localhost mysql-mult]# ./scripts/mysql_install_db –defaults-file=conf/3306my.cnf FATAL ERROR: please instal...
系统是redhad8,binary方式安装完mysql之后,mysql命令登录不成功, 报错:mysql: error while loading shared libraries: libncurses.so.5: cannot open...
项目上需要一些共享目录让外地同事可以网页访问对应的文件,且受权限控制; 现有环境: centos nginx 你可以了解到以下内容: 配置nginx开启目录访问 并配置nginx用户名和密码进行权限控制 1/2 列出目录列表 autoind...
查找目录:find /(查找范围) -name ‘查找关键字’ -type d 查找文件:find /(查找范围) -name 查找关键字 -print 如果需要更进一步的了解,可以参看Linux的命令详解。 这里摘...
首先你的网站长这个屌样子 别人家网站长的比你好看 首先git拉一下ngx-fancyindex的模块 [root@localhost home]# git clone https://github.com/aperezdc/ngx-fanc...
1、查看当前使用的时区: cat /etc/sysconfig/clock # The timezone of the system is defined by the contents of /etc/localtime. ZONE="A...
Memcached 支持许多平台:Linux、FreeBSD、Solaris、Mac OS,也可以安装在Windows上。 Linux系统安装memcached,首先要先安装libevent库。 sudo apt-get install l...
1.先确保redis进程存活 ps -ef|grep redis 2.执行./redis-cli或者./redis-cli -h 127.0.0.1 -p 6379 [root@slave bin]# /bin/redis-cli 3.执行...
1.获取redis资源 wget http://download.redis.io/releases/redis-4.0.8.tar.gz 2.解压 tar xzvf redis-4.0.8.tar.gz 3.安装 cd redis-4.0...