<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/css" href="http://ezool.org/stuff/css/rsstyle.css"?>
<rss version="2.0">
<channel>
<title>网站维护 - RSS</title>
<link>http://ezool.orghttp://www.ezool.org/category/wangzhanweihu-1-1.html</link>
<description>网站维护 RSS订阅</description>

<item id="40">
<title><![CDATA[freebsd8.0下的php5.3.2 php-fpm+nginx安装]]></title>
<link><![CDATA[http://ezool.org/article/freebsd80xiadephp532-php-fpm-nginxanzhuang-40-1.html]]></link>
<description><![CDATA[ 最近在freebsd8下安装php5发现默认的php5版本为php5.3.2，在这个版本下要安装php-fpm比较麻烦，按照官方的提示操作的话，得先安装svn版本控制。然后总是提示autoconf的版本错误，一番操作之后云里雾里的，最后还是没能安装成功。 因为之前安装php-fpm的版本为php5.2.10在这个版本 ...]]></description>
<author><![CDATA[]]></author>
<pubDate>2010-07-09 13:49:52</pubDate>
</item>
<item id="39">
<title><![CDATA[freebsd下mysql数据库自动备份的shell]]></title>
<link><![CDATA[http://ezool.org/article/freebsdxiamysqlshujukuzidongbeifendeshell-39-1.html]]></link>
<description><![CDATA[我们可能需要经常给数据库做定时的备份，很多情况下手动就可以完成了，不过那样子的话效率太低也麻烦。以下通过shell + crontab时间定时自动备份， 本文提供的代码在freebsd 7.2和freebsd8下测试通过。实现的功能如下： 在设定的时间自动按当前的日期为数据库备份文件的一部分 ...]]></description>
<author><![CDATA[]]></author>
<pubDate>2010-05-26 23:33:02</pubDate>
</item>
<item id="36">
<title><![CDATA[freebsd时间校正]]></title>
<link><![CDATA[http://ezool.org/article/freebsdshijianxiaozheng-36-1.html]]></link>
<description><![CDATA[我的一台freebsd8.0 release服务器的时间总是偏慢，每天都要慢几分钟，这导致我放在上面的一个签到系统时间不准，这是比较郁闷的问题。因为我的维护的freebsd服务器中只有这台的时间老不准，如果每天手动更新的话太麻烦了。下面通过配置ntp服务来自动更新系统时间 首先在rc.conf ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2010-01-08 08:07:13</pubDate>
</item>
<item id="34">
<title><![CDATA[php加速器之eaccelerator在freebsd下的安装]]></title>
<link><![CDATA[http://ezool.org/article/phpjiasuqizhieacceleratorzaifreebsdxiadeanzhuang-34-1.html]]></link>
<description><![CDATA[本文所说的eaccelerator的安装环境（用于生产环境）：freebsd 8 release + nginx0.76 + php-fpm + Zend Optimizer v3.3.0 以下是详细的安装过程，本文的安装采用的是ports安装，安装前请记得更新ports： # cvsup -L 2 /usr/share/examples/cvsup/ports-supfile 以下是详细的过程： 一 ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2009-12-26 19:26:16</pubDate>
</item>
<item id="33">
<title><![CDATA[Ie6下png图片透明的Js代码]]></title>
<link><![CDATA[http://ezool.org/article/Ie6xiapngtupiantoumingdeJsdaima-33-1.html]]></link>
<description><![CDATA[IE6下png图片透明效果真是面目全非，想要让其透明可以采用下面的js代码，此代码基于jquery而写。 function png(){ if(!$.browser.msie) return; var vs = parseInt((navigator.userAgent.match(/msie\s+(\d+)/i))[1]); if(vs &gt; 6) return; $(&#039;img&#039;).each(  function()   ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2009-12-22 17:20:10</pubDate>
</item>
<item id="32">
<title><![CDATA[sshguard-ipfw在freebsd 8下的安装及配置]]></title>
<link><![CDATA[http://ezool.org/article/sshguard-ipfwzaifreebsd-8xiadeanzhuangjipeizhi-32-1.html]]></link>
<description><![CDATA[当服务器上线一段时间，您可以在auth.log中发现大量的ssh扫描记录，采用密匙登陆后，在ssh安全上已经没有多大的顾虑，不爽的是这些人在不断的浪费服务器的资源。有关ssh密匙登陆freebsd下的ssh安全防护这篇文章。在该文的尾部我提到过可以利用sshguard来锁定ssh扫描，下面将详细讲 ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2009-12-22 13:00:03</pubDate>
</item>
<item id="31">
<title><![CDATA[freebsd 8.0 release下安装zendoptimizer]]></title>
<link><![CDATA[http://ezool.org/article/freebsd-8.0-releasexiaanzhuangzendoptimizer-31-1.html]]></link>
<description><![CDATA[本文讲述的是ZendOptimizer在freebsd 8.0 release下的安装过程，如果你的freebsd版本是7的也可以采用以下的命令，本人实践的环境（成功安装并可用）： freebsd 7.2 release + php-fpm + mysql51 + nginx 0.76freebsd 8.0 release + php-fpm + mysql51 + nginx 0.76 目前从Zend官方 ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2009-12-21 00:30:47</pubDate>
</item>
<item id="30">
<title><![CDATA[freebsd下的ssh安全防护]]></title>
<link><![CDATA[http://ezool.org/article/freebsdxiadesshanquanfanghu-30-1.html]]></link>
<description><![CDATA[在查看freebsd日志的时候总免不了在auth.log中发现大量的ssh用户名扫描，说实话，这帮人实在无聊，就算我用户名和密码都告诉他了他一样登陆不了，何必呢？本文将说说freebsd下的ssh安全我们可以做些什么。按本文操作，不敢说你的ssh就100%安全，不过至少我们可以更安全点。下面是日志 ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2009-12-13 16:56:44</pubDate>
</item>
<item id="28">
<title><![CDATA[freebsd7.2+vsftpd+mysql通过pam验证实现虚拟用户配置]]></title>
<link><![CDATA[http://ezool.org/article/freebsd7.2-vsftpd-mysqltongguopamyanzhengshixianxuniyonghupeizhi-28-1.html]]></link>
<description><![CDATA[本文主要讲解如何在freebsd7.2下采用pam验证方式通过vsftpd+mysql实现ftp虚拟用户。通过本文您将了解(本文的安装环境是freebsd7.2)： pam-mysql安装 vsftpd安装 vsftpd下ftp虚拟用户配置 一、安装pam-mysql #cd /usr/ports/security/pam-mysql#make install clean#cp /usr ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2009-11-27 02:54:57</pubDate>
</item>
<item id="24">
<title><![CDATA[freebsd环境下利用多线程下载工具加快服务器环境安装]]></title>
<link><![CDATA[http://ezool.org/article/freebsdhuanjingxialiyongduoxianchengxiazaigongjujiakuaifuwuqihuanjinganzhuang-24-1.html]]></link>
<description><![CDATA[在安装freebsd服务器环境的时候，freebsd会自动检查依赖环境并自动安装，因此有时候在你安装一个软件的同时，往往同时安装了不只一个的软件。在freebsd上安装软件一般都是直接从ports站点下载。有时候尽管设置了最近的ports服务器站点，但是下载速度仍人不是很理想。因此我们有 ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2009-11-02 04:14:56</pubDate>
</item>
<item id="10">
<title><![CDATA[网站维护范围]]></title>
<link><![CDATA[http://ezool.org/article/wangzhanweihufanwei-10-1.html]]></link>
<description><![CDATA[一族网络提供的网站维护主要包括以下内容： 1、网站数据定时备份，受限于您使用的系统，也就是说您使用的网站系统必须有备份功能，对于程序的备份，则您必须提供必要的管理账号； 2、模板修改、设计、制作。我们可以根据您的需要提供足够的修改（制作）次数； 3、banner广告条制作； 4、网站 ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2009-06-26 16:32:29</pubDate>
</item>
<item id="8">
<title><![CDATA[网站维护流程]]></title>
<link><![CDATA[http://ezool.org/article/wangzhanweihuliucheng-8-1.html]]></link>
<description><![CDATA[先看以下的网站维护流程图： 网站维护流程详解：
1、如果您需要网站维护服务，请务必通过流程图中的电话联系我们，亦可以通过其他的方式联系我们，详细查看“联系我们”；
2、每个团队（个人）的技术（人力）水平不一致，因此存在着较大的服务需求差异：有的需要二次开发，有的需要专题（模板）制作而有 ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2009-06-26 11:51:43</pubDate>
</item>

</channel>
</rss>