随笔分类 -  Linux

摘要:Linux下运行memcached失败 1.错误信息如下 [root@localhost ~]# memcached can't run as root without the -u switch 2.错误原因: linux 不允许使用 root用户运行memcached 3.解决方法: 管理mem 阅读全文
posted @ 2016-10-23 23:27 刘俊涛的博客 阅读(364) 评论(0) 推荐(0)
摘要:LAMP环境配置安装注意安装步骤及说明事项。 LAMP安装各种问题解决 1. 访问ftp报错 解决: 关闭selinux vi /etc/selinux/config 内容修改为: selinux=disable 之后重启reboot。 下图分别为selinux关闭前 和 关闭后: 2. 依赖软件查 阅读全文
posted @ 2016-10-22 23:39 刘俊涛的博客 阅读(412) 评论(0) 推荐(0)