<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>LY’Blog～～blog.ly5.org~~</title>
	<atom:link href="http://blog.ly5.org/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ly5.org</link>
	<description>鬼武者的进步学习小窝！</description>
	<pubDate>Tue, 06 Jan 2009 08:05:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[转]为PHP增加Berkeley DB的原生API</title>
		<link>http://blog.ly5.org/archives/142.html</link>
		<comments>http://blog.ly5.org/archives/142.html#comments</comments>
		<pubDate>Tue, 06 Jan 2009 08:05:17 +0000</pubDate>
		<dc:creator>LY SHOW</dc:creator>
		
		<category><![CDATA[FreeBSD/Linux/Server]]></category>

		<category><![CDATA[API]]></category>

		<category><![CDATA[Berkeley DB]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.ly5.org/archives/142.html</guid>
		<description><![CDATA[这段时间一直在学习大型网站服务器构架方面的东西，找到关于Berkeley DB与PHP相关的一些文章，特收藏。
转自：http://blog.sina.com.cn/s/blog_538171a3010009ve.html<h3 class="widgettitle related_widgettitle">Related Posts</h3><ul class="related_post"><li><a href="137.html" title="FreeBSD编译SQL Relay手记">FreeBSD编译SQL Relay手记</a></li><li><a href="131.html" title="FreeBSD7安装Zeus+PHP5手记">FreeBSD7安装Zeus+PHP5手记</a></li><li><a href="130.html" title="Apache2.0.63下安装Xdebug调试PHP4.4.9">Apache2.0.63下安装Xdebug调试PHP4.4.9</a></li><li><a href="129.html" title="一次自学FreeBSD的过程">一次自学FreeBSD的过程</a></li><li><a href="124.html" title="[转]自己动手用 C 扩展 PHP（三）- 重要ZEND API函数">[转]自己动手用 C 扩展 PHP（三）- 重要ZEND API函数</a></li><li><a href="123.html" title="[转]自己动手用 C 扩展 PHP（二）- 函数">[转]自己动手用 C 扩展 PHP（二）- 函数</a></li><li><a href="122.html" title="[转]自己动手用 C 扩展 PHP（一）">[转]自己动手用 C 扩展 PHP（一）</a></li><li><a href="116.html" title="[转]PHP常用正则表达式">[转]PHP常用正则表达式</a></li><li><a href="16.html" title="[转]PHP has encountered an Access Violation解决方法总结">[转]PHP has encountered an Access Violation解决方法总结</a></li><li><a href="11.html" title="测试PHP中setlocale函数参数">测试PHP中setlocale函数参数</a></li></ul>]]></description>
		<wfw:commentRss>http://blog.ly5.org/archives/142.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Memcached深度分析</title>
		<link>http://blog.ly5.org/archives/138.html</link>
		<comments>http://blog.ly5.org/archives/138.html#comments</comments>
		<pubDate>Tue, 06 Jan 2009 02:48:12 +0000</pubDate>
		<dc:creator>LY SHOW</dc:creator>
		
		<category><![CDATA[Network Digest]]></category>

		<category><![CDATA[memcache]]></category>

		<guid isPermaLink="false">http://blog.ly5.org/?p=138</guid>
		<description><![CDATA[Memcached是danga.com（运营LiveJournal的技术团队）开发的一套分布式内存对象缓存系统，用于在动态系统中减少数据库负载，提升性能。关于这个东西，相信很多人都用过，本文意在通过对memcached的实现及代码分析，获得对这个出色的开源软件更深入的了解，并可以根据我们的需要对其进行更进一步的优化。末了将通过对BSM_Memcache扩展的分析，加深对memcached的使用方式理解。
本文的部分内容可能需要比较好的数学基础作为辅助。<h3 class="widgettitle related_widgettitle">Related Posts</h3><ul class="related_post"><li>No Related Posts</li></ul>]]></description>
		<wfw:commentRss>http://blog.ly5.org/archives/138.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>大型互联网网站架构心得之：分、并、换</title>
		<link>http://blog.ly5.org/archives/139.html</link>
		<comments>http://blog.ly5.org/archives/139.html#comments</comments>
		<pubDate>Mon, 05 Jan 2009 18:20:16 +0000</pubDate>
		<dc:creator>LY SHOW</dc:creator>
		
		<category><![CDATA[Network Digest]]></category>

		<category><![CDATA[网站架构]]></category>

		<guid isPermaLink="false">http://blog.ly5.org/archives/139.html</guid>
		<description><![CDATA[最近一直在找大量数据切分方案，特收集文章一篇，转自于：http://www.junney.cn/archives/18<h3 class="widgettitle related_widgettitle">Related Posts</h3><ul class="related_post"><li><a href="53.html" title="YouTube 的架构扩展">YouTube 的架构扩展</a></li></ul>]]></description>
		<wfw:commentRss>http://blog.ly5.org/archives/139.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>FreeBSD编译SQL Relay手记</title>
		<link>http://blog.ly5.org/archives/137.html</link>
		<comments>http://blog.ly5.org/archives/137.html#comments</comments>
		<pubDate>Wed, 17 Dec 2008 18:02:13 +0000</pubDate>
		<dc:creator>LY SHOW</dc:creator>
		
		<category><![CDATA[FreeBSD/Linux/Server]]></category>

		<category><![CDATA[FreeBSD7]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[SQL Relay]]></category>

		<guid isPermaLink="false">http://blog.ly5.org/?p=137</guid>
		<description><![CDATA[本文所用的环境：FreeBSD7.0 + SQL Relay0.39.4 + PHP5.2.8 + MySQL5.0.5
在FreeBSD下编译SQL Relay实现连接池及读写负载均衡，首先编译sqlrelay之前得先编译安装rudiments，而rudiments是用gnu make进行编译，如果你安装freebsd时没有安装gnu make得安装ftp://ftp.gnu.org/pub/gnu/make/make-3.81.tar.gz安装后新的make会在/usr/local/bin/make，你可以将make复制到/bin下命令为gmake后直接使用gmake命令即可。<h3 class="widgettitle related_widgettitle">Related Posts</h3><ul class="related_post"><li><a href="48.html" title="PHP服务器性能最优化配置">PHP服务器性能最优化配置</a></li><li><a href="109.html" title="MySQL不支持子查询怎么办">MySQL不支持子查询怎么办</a></li><li><a href="103.html" title="FreeBSD下安装mysql+apache+php+GD+zend">FreeBSD下安装mysql+apache+php+GD+zend</a></li><li><a href="102.html" title="mysql5存储过程编写实践">mysql5存储过程编写实践</a></li><li><a href="101.html" title="php调用mysql存储过程的两种方法">php调用mysql存储过程的两种方法</a></li><li><a href="91.html" title="ADODB 入门">ADODB 入门</a></li><li><a href="90.html" title="最纯净的Apache 2+PHP 5+Mysql 5 for WinXP配置法">最纯净的Apache 2+PHP 5+Mysql 5 for WinXP配置法</a></li><li><a href="51.html" title="[转]FreeBSD4.9+Zeus 4.2+MySQL+PHP安装指南">[转]FreeBSD4.9+Zeus 4.2+MySQL+PHP安装指南</a></li><li><a href="142.html" title="[转]为PHP增加Berkeley DB的原生API">[转]为PHP增加Berkeley DB的原生API</a></li><li><a href="131.html" title="FreeBSD7安装Zeus+PHP5手记">FreeBSD7安装Zeus+PHP5手记</a></li></ul>]]></description>
		<wfw:commentRss>http://blog.ly5.org/archives/137.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>wordpress升级到2.7</title>
		<link>http://blog.ly5.org/archives/136.html</link>
		<comments>http://blog.ly5.org/archives/136.html#comments</comments>
		<pubDate>Fri, 12 Dec 2008 08:08:49 +0000</pubDate>
		<dc:creator>LY SHOW</dc:creator>
		
		<category><![CDATA[Devel Notes]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.ly5.org/archives/136.html</guid>
		<description><![CDATA[随着wordpress2.7正式版推出，在登录后台时看到了提示升级到2.7的按钮便决定花点时间升级一下，随便跟着换了个主题。

还是觉得简洁一些的主题眼睛看的没有那么累，升级一切顺利也体验一下wordpress 2.7全新的感觉。
<h3 class="widgettitle related_widgettitle">Related Posts</h3><ul class="related_post"><li><a href="115.html" title="我的Wordpress Themes收集(2)">我的Wordpress Themes收集(2)</a></li><li><a href="18.html" title="我的Wordpress Themes收集(1)">我的Wordpress Themes收集(1)</a></li><li><a href="3.html" title="wordpress Zeus Web Server UrlRewrite 规则">wordpress Zeus Web Server UrlRewrite 规则</a></li></ul>]]></description>
		<wfw:commentRss>http://blog.ly5.org/archives/136.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>[转]CentOS 5.2 修改SSH端口</title>
		<link>http://blog.ly5.org/archives/135.html</link>
		<comments>http://blog.ly5.org/archives/135.html#comments</comments>
		<pubDate>Sat, 15 Nov 2008 06:50:34 +0000</pubDate>
		<dc:creator>LY SHOW</dc:creator>
		
		<category><![CDATA[FreeBSD/Linux/Server]]></category>

		<category><![CDATA[CentOS]]></category>

		<category><![CDATA[SSH]]></category>

		<category><![CDATA[端口]]></category>

		<guid isPermaLink="false">http://blog.ly5.org/archives/135.html</guid>
		<description><![CDATA[linux修改ssh端口22
vi /etc/ssh/ssh_config
vi /etc/ssh/sshd_config

然后修改为port 8888
以root身份service sshd restart (redhat as3)
使用putty,端口8888

Linux下SSH默认的端口是22,为了安全考虑，现修改SSH的端口为1433,修改方法如下：
/usr/sbin/sshd -p 1433<h3 class="widgettitle related_widgettitle">Related Posts</h3><ul class="related_post"><li><a href="38.html" title="VMware虚拟机安装RHEL(可用于安装CentOS 5.2)">VMware虚拟机安装RHEL(可用于安装CentOS 5.2)</a></li></ul>]]></description>
		<wfw:commentRss>http://blog.ly5.org/archives/135.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>VMware虚拟机安装RHEL(可用于安装CentOS 5.2)</title>
		<link>http://blog.ly5.org/archives/38.html</link>
		<comments>http://blog.ly5.org/archives/38.html#comments</comments>
		<pubDate>Thu, 13 Nov 2008 04:47:23 +0000</pubDate>
		<dc:creator>LY SHOW</dc:creator>
		
		<category><![CDATA[Windows/.Net/MSSQL]]></category>

		<category><![CDATA[CentOS]]></category>

		<category><![CDATA[RHEL]]></category>

		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.ly5.org/zhongyuzaiwangshangzhaodaoliaozhegexiazaidizhi.html</guid>
		<description><![CDATA[ 　　Linux的发行版也有数多种，在这里，我们采用 CentOS 这个 Linux 发行版。CentOS 是 RHEL（Red Hat Enterprise Linux）源代码再编译的产物，而且在 RHEL 的基础上修正了不少已知的 Bug ，相对于其他 Linux 发行版，其稳定性值得信赖。另外，由于 Fedora Core 计划也归根于 Red Hat 系，所以在绝大多数情况下，使用 Fedora Core 的朋友，也同样能够通过本站介绍的各种 CentOS 方面相关的技巧、方法来完成服务器的构建和维护工作。但相对于稳定性来说，Fedora Core 更侧重于最新技术，更面向于桌面应用以及开发测试，这也导致 Fedora Core 的稳定性被考虑在了次要的方面。所以在这里，不建议使用 Fedora Core 来构建网络服务器。

&nbsp; &nbsp; 大名鼎鼎的VMware虚拟机相信大家都有所耳闻。对于使用虚拟机的好处和理由，在此也不再详述。
 
&nbsp; &nbsp; 我以前用虚拟机安装ubuntu，最近改为安装CentOS 5.2，却怎么也装不上，问题是找不到磁盘驱动器。上网找了一下，发现是新建虚拟机的时候设置的问题，能装ubuntu却装不了CentOS。
 
&nbsp; &nbsp; 现在就来谈谈怎么新建能够安装CentOS(Red Hat Enterprise as 5.2)虚拟机。<h3 class="widgettitle related_widgettitle">Related Posts</h3><ul class="related_post"><li><a href="135.html" title="[转]CentOS 5.2 修改SSH端口">[转]CentOS 5.2 修改SSH端口</a></li><li><a href="131.html" title="FreeBSD7安装Zeus+PHP5手记">FreeBSD7安装Zeus+PHP5手记</a></li></ul>]]></description>
		<wfw:commentRss>http://blog.ly5.org/archives/38.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>简单使用.htaccess防止图片盗链</title>
		<link>http://blog.ly5.org/archives/42.html</link>
		<comments>http://blog.ly5.org/archives/42.html#comments</comments>
		<pubDate>Wed, 12 Nov 2008 04:33:27 +0000</pubDate>
		<dc:creator>LY SHOW</dc:creator>
		
		<category><![CDATA[Devel Notes]]></category>

		<category><![CDATA[Apache]]></category>

		<category><![CDATA[Rewrite]]></category>

		<guid isPermaLink="false">http://blog.ly5.org/qidongps9shidaozhengzaiduquwenbenquanqiuziyuanjiukaishimeiyouxiangying.html</guid>
		<description><![CDATA[Simple Hotlinking in Apache 一个简单的使用Apache的.htaccess禁用其它网站调用站点的图片，并可以设置允许调用的站点。

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?mysite\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?google\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?bloglines\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{REQUEST_FILENAME} !hotlink.png$
RewriteRule .*\.(jpe?g&#124;gif&#124;bmp&#124;png)$ http://mysite.com/img/hotlink.png [L]

上面的正则判断允许mysite.com、google.com、bloglines.com这三个网站访问站点的图片。
<h3 class="widgettitle related_widgettitle">Related Posts</h3><ul class="related_post"><li><a href="130.html" title="Apache2.0.63下安装Xdebug调试PHP4.4.9">Apache2.0.63下安装Xdebug调试PHP4.4.9</a></li><li><a href="129.html" title="一次自学FreeBSD的过程">一次自学FreeBSD的过程</a></li><li><a href="48.html" title="PHP服务器性能最优化配置">PHP服务器性能最优化配置</a></li><li><a href="46.html" title="APACHE绑定多域名不用重新启动的原理和方法">APACHE绑定多域名不用重新启动的原理和方法</a></li><li><a href="45.html" title="在apache中配置shtml">在apache中配置shtml</a></li><li><a href="103.html" title="FreeBSD下安装mysql+apache+php+GD+zend">FreeBSD下安装mysql+apache+php+GD+zend</a></li><li><a href="26.html" title="mod_rewrite模块 手记">mod_rewrite模块 手记</a></li><li><a href="25.html" title="apache的rewrite模块实例操作">apache的rewrite模块实例操作</a></li><li><a href="24.html" title="Apache模块 mod_vhost_alias">Apache模块 mod_vhost_alias</a></li></ul>]]></description>
		<wfw:commentRss>http://blog.ly5.org/archives/42.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>程序员的十个人生感悟</title>
		<link>http://blog.ly5.org/archives/134.html</link>
		<comments>http://blog.ly5.org/archives/134.html#comments</comments>
		<pubDate>Tue, 11 Nov 2008 15:44:54 +0000</pubDate>
		<dc:creator>LY SHOW</dc:creator>
		
		<category><![CDATA[Network Digest]]></category>

		<category><![CDATA[感悟]]></category>

		<category><![CDATA[程序员]]></category>

		<guid isPermaLink="false">http://blog.ly5.org/archives/134.html</guid>
		<description><![CDATA[在[博客园]里看到这篇文章觉得内容说的很贴切，特意转载以做留恋。
原文:http://www.cnblogs.com/xiaobier/archive/2008/11/11/1331572.html<h3 class="widgettitle related_widgettitle">Related Posts</h3><ul class="related_post"><li>No Related Posts</li></ul>]]></description>
		<wfw:commentRss>http://blog.ly5.org/archives/134.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>[转]120个Web开发工具箱</title>
		<link>http://blog.ly5.org/archives/43.html</link>
		<comments>http://blog.ly5.org/archives/43.html#comments</comments>
		<pubDate>Mon, 10 Nov 2008 03:14:48 +0000</pubDate>
		<dc:creator>LY SHOW</dc:creator>
		
		<category><![CDATA[Devel Notes]]></category>

		<category><![CDATA[WEB]]></category>

		<category><![CDATA[开发工具]]></category>

		<guid isPermaLink="false">http://blog.ly5.org/dwzhongchuxianyixiafanyiqimeiyoubeizhuangzaiyoubuzhengquedeshezhixinxi-wentidejiejuefangan.html</guid>
		<description><![CDATA[在我的订阅中发现的一个不错的内容，特此转载记录。
原文：城市胡同 kevinwu 
地址：http://www.wujianrong.com/archives/2008/11/120web.html<h3 class="widgettitle related_widgettitle">Related Posts</h3><ul class="related_post"><li><a href="35.html" title="WEB性能测试研究">WEB性能测试研究</a></li><li><a href="27.html" title="适合建站初期使用的工具DENIM">适合建站初期使用的工具DENIM</a></li></ul>]]></description>
		<wfw:commentRss>http://blog.ly5.org/archives/43.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
