一个直来直去的人,被生活折磨的弯弯曲曲。
发布时间:2013-10-08 15:15:20
memcache的安装使用基本都在这里了。
要深入研究的话,最好还是研究一下memcache的源码文件。
......【阅读全文】
发布时间:2013-12-07 11:14:55
1. 下载安装包:https://github.com/ErikDubbelboer/phpRedisAdmin/downloads phpRedisAdmin-master.zip2. 下载predis; https://github.com/nicolasff/phpredis predis-0.8.zip3. 安装PHP环境;4. 解压phpRedisAdmin-master.zip 路径为phpRedisAdmin,放到apach.........【阅读全文】
发布时间:2013-10-15 17:22:50
国内镜像地址:http://mirrors.163.com/centos/ 。(网易)我们就用 http://mirrors.163.com/centos/ 网易)来修改配置文件方法一:#先备份配置文件cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.save#修改配置文件(安(i)键 进入插入模式进行修改.........【阅读全文】
发布时间:2013-10-10 17:39:47
根据之前安装的邮箱系统(见http://blog.chinaunix.net/uid-29194502-id-3907232.html),服务器搬迁至机房后发现邮箱无法登陆,后台无法postfixadmin无法创建邮箱。maillog日志:Oct 10 17:17:11 mail1 dovecot: lda(mu01@fawuzaixian.com): Error: sieve: failed to stat user's sieve script: stat(/data/vmail/fawuz.........【阅读全文】
发布时间:2013-10-10 17:32:24
SELinux 的启动、关闭与查看1,并非所有的 Linux distributions 都支持 SELinux 的目前 SELinux 支持三种模式,分别如下:?enforcing:强制模式,代表 SELinux 运作中,且已经正确的开始限制 domain/type 了;?permissive:宽容模式:代表 SELinux 运作中,不过仅会有警告讯息并不会实际限制 domain/type 的存取。这.........【阅读全文】