生活在宁静的角落 terry
wordpress 升级插件失败
错误提示:
在更新Encyclopedia Lite时发生了错误:未能找到WordPress内容目录(wp-content)。
- 编辑wp-config.php
- 在文件末尾插入下面代码
define("FS_METHOD", "direct"); define("FS_CHMOD_DIR", 0777); define("FS_CHMOD_FILE …点击查看更多…
UBUNTU卸载 libreoffice
sudo apt-get remove --purge libreoffice*
sudo apt-get clean
sudo apt-get autoremove
Centos 源
为了可以使用 CentOS 系统的包管理工具去安装更多的东西,我们需要单独安装一些额外的软件仓库。
EPEL
sudo yum install epel-release -y
Ce
IUS
sudo yum …
点击查看更多…vsftpd 服务器报错:500 OOPS: vsftpd: refusing to run with writable root inside chroot()
今天安装vsftp服务器,在修改了 chroot_local_user 属性以后,发现进行客户端访问的时候会报错:500 OOPS: vsftpd: refusing to run with writable root inside chroot()
到网上查了资料,得到解 …
php-opcache php缓存
yum install php70u-opcache
vim /etc/php.ini
末尾添加
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=1