<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>智康博客</title>
	<atom:link href="http://www.23day.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.23day.com</link>
	<description>个人日记&#124;网络技术&#124;电脑故障&#124;Linux/Unix学习&#124;技术分享&#124;博客联盟</description>
	<lastBuildDate>Sat, 06 Mar 2010 14:13:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
<link>http://www.23day.com</link>
<url>http://www.23day.com/wp-content/mbp-favicon/favicon.ico</url>
<title>智康博客</title>
</image>
		<item>
		<title>openldap安装篇之Debian</title>
		<link>http://www.23day.com/html/38812.html</link>
		<comments>http://www.23day.com/html/38812.html#comments</comments>
		<pubDate>Sat, 06 Mar 2010 14:13:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[phpldapadmin]]></category>
		<category><![CDATA[slapd]]></category>

		<guid isPermaLink="false">http://www.23day.com/?p=38812</guid>
		<description><![CDATA[今天有时间又把openldap给配置了下，主要是前些天有人请我请教了这方面的问题，去年的时候在CentOS下配置过这个服务，不过今天要在Debian上配置。
其实方法很简单，首先执行下面这条命令
#apt-get install slapd ldap-utils
在安装中，系统会提示用户输入openldap的登录密码及是否启用认证之类的信息，按提示输入即可，安装完成后，为方便管理，执行以下命令安装phpldapadmin管理工具。
#apt-get install phpldapadmin
默认安装后的版本为1.1.0.5，我目前使用的debian5.0，如果希望安装最新版的phpldapadmin，可手动下载最新版本放到/var/www/目录下。
安装完成之后就可以登录phpldapadmin做你想做的事情了。

&#169; admin for 智康博客, 2010. &#124;
Permalink &#124;
No comment &#124;
Add to
del.icio.us

Post tags: debian, phpldapadmin, slapd

Feed enhanced by Better Feed from  Ozh
]]></description>
			<content:encoded><![CDATA[<p>今天有时间又把openldap给配置了下，主要是前些天有人请我请教了这方面的问题，去年的时候在CentOS下配置过这个服务，不过今天要在Debian上配置。</p>
<p>其实方法很简单，首先执行下面这条命令</p>
<p>#apt-get install slapd ldap-utils</p>
<p>在安装中，系统会提示用户输入openldap的登录密码及是否启用认证之类的信息，按提示输入即可，安装完成后，为方便管理，执行以下命令安装phpldapadmin管理工具。</p>
<p>#apt-get install phpldapadmin</p>
<p>默认安装后的版本为1.1.0.5，我目前使用的debian5.0，如果希望安装最新版的phpldapadmin，可手动下载最新版本放到/var/www/目录下。</p>
<p>安装完成之后就可以登录phpldapadmin做你想做的事情了。</p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2010. |
<a href="http://www.23day.com/html/38812.html">Permalink</a> |
<a href="http://www.23day.com/html/38812.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/38812.html&amp;title=openldap安装篇之Debian">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/debian" rel="tag">debian</a>, <a href="http://www.23day.com/html/tag/phpldapadmin" rel="tag">phpldapadmin</a>, <a href="http://www.23day.com/html/tag/slapd" rel="tag">slapd</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/38812.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mount: unknown filesystem type &#8216;ntfs&#8217; 解决方法</title>
		<link>http://www.23day.com/html/38810.html</link>
		<comments>http://www.23day.com/html/38810.html#comments</comments>
		<pubDate>Sat, 06 Mar 2010 04:31:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[ntfs-3g]]></category>

		<guid isPermaLink="false">http://www.23day.com/?p=38810</guid>
		<description><![CDATA[因为刚刚将CentOS升级到了2.6.18-164.el5xen内核，无法使用Kernel NTFS Module挂载Windows下的NTFS分区（没有在开源站点上找到相应内核包），所以只有使用ntfs-3g来解决了。
打开ntfs-3g的下载站点，将最新稳定版下载到CentOS,执行以下命令安装：
#./configure
#make
#make install
 #mount -t ntfs-3g /dev/sda1 /mnt/win挂载NTFS分区就可以了。

&#169; admin for 智康博客, 2010. &#124;
Permalink &#124;
No comment &#124;
Add to
del.icio.us

Post tags: centos, linux, ntfs-3g

Feed enhanced by Better Feed from  Ozh
]]></description>
			<content:encoded><![CDATA[<p>因为刚刚将CentOS升级到了2.6.18-164.el5xen内核，无法使用<a href="http://sourceforge.net/projects/linux-ntfs/files/" target="_blank">Kernel NTFS Module</a>挂载Windows下的NTFS分区（没有在开源站点上找到相应内核包），所以只有使用<a href="http://www.tuxera.com/community/ntfs-3g-download/" target="_blank">ntfs-3g</a>来解决了。</p>
<p>打开ntfs-3g的下载站点，将最新稳定版下载到CentOS,执行以下命令安装：</p>
<p><strong>#./configure</strong><br />
<strong>#make</strong><br />
<strong>#make install</strong></p>
<p><strong> </strong>#mount -t ntfs-3g /dev/sda1 /mnt/win挂载NTFS分区就可以了。</p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2010. |
<a href="http://www.23day.com/html/38810.html">Permalink</a> |
<a href="http://www.23day.com/html/38810.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/38810.html&amp;title=mount: unknown filesystem type &#8216;ntfs&#8217; 解决方法">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/centos" rel="tag">centos</a>, <a href="http://www.23day.com/html/tag/linux" rel="tag">linux</a>, <a href="http://www.23day.com/html/tag/ntfs-3g" rel="tag">ntfs-3g</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/38810.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>推荐更新到WordPress2.9.1</title>
		<link>http://www.23day.com/html/38807.html</link>
		<comments>http://www.23day.com/html/38807.html#comments</comments>
		<pubDate>Wed, 06 Jan 2010 02:41:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[修复]]></category>
		<category><![CDATA[升级]]></category>

		<guid isPermaLink="false">http://www.23day.com/?p=38807</guid>
		<description><![CDATA[刚刚升级到了wordpress2.9正式版，就在昨天，官方又推出了2.9.1版本，修复了一些bugs，推荐更新．升级方法很简单，直接点击后台的自动升级就可以了．

&#169; admin for 智康博客, 2010. &#124;
Permalink &#124;
8 comments &#124;
Add to
del.icio.us

Post tags: bugs, wordpress, 修复, 升级

Feed enhanced by Better Feed from  Ozh
]]></description>
			<content:encoded><![CDATA[<p>刚刚升级到了wordpress2.9正式版，就在昨天，官方又推出了2.9.1版本，修复了一些bugs，推荐更新．升级方法很简单，直接点击后台的自动升级就可以了．</p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2010. |
<a href="http://www.23day.com/html/38807.html">Permalink</a> |
<a href="http://www.23day.com/html/38807.html#comments">8 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/38807.html&amp;title=推荐更新到WordPress2.9.1">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/bugs" rel="tag">bugs</a>, <a href="http://www.23day.com/html/tag/wordpress" rel="tag">wordpress</a>, <a href="http://www.23day.com/html/tag/%e4%bf%ae%e5%a4%8d" rel="tag">修复</a>, <a href="http://www.23day.com/html/tag/%e5%8d%87%e7%ba%a7" rel="tag">升级</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/38807.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Aks2Link卖链接赚钱喽！</title>
		<link>http://www.23day.com/html/38804.html</link>
		<comments>http://www.23day.com/html/38804.html#comments</comments>
		<pubDate>Mon, 04 Jan 2010 11:46:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[杂七杂八]]></category>
		<category><![CDATA[aks2link]]></category>
		<category><![CDATA[网络赚钱]]></category>
		<category><![CDATA[网赚]]></category>

		<guid isPermaLink="false">http://www.23day.com/?p=38804</guid>
		<description><![CDATA[今天为大家推荐一个新的链接赚钱平台Aks2Link。该平台对博客的要求比较低，不管你的是不是免费空间+免费域名，最重要的就是你的域名的PR。根据的网站的PR，你的博客每月的价格如下：
PageRank &#8211; Price/Month
PR 0 &#8211; $4
PR 1 &#8211; $8
PR 2 &#8211; $16(...)Read the rest of Aks2Link卖链接赚钱喽！ (21 words)

&#169; admin for 智康博客, 2010. &#124;
Permalink &#124;
10 comments &#124;
Add to
del.icio.us

Post tags: aks2link, 网络赚钱, 网赚

Feed enhanced by Better Feed from  Ozh
]]></description>
			<content:encoded><![CDATA[<p>今天为大家推荐一个新的链接赚钱平台<a href="http://www.ask2link.com/refer/chenle" target="_blank">Aks2Link</a>。该平台对博客的要求比较低，不管你的是不是免费空间+免费域名，最重要的就是你的域名的PR。根据的网站的PR，你的博客每月的价格如下：</p>
<p>PageRank &#8211; Price/Month</p>
<p>PR 0 &#8211; $4<br />
PR 1 &#8211; $8<br />
PR 2 &#8211; $16(...)<br/>Read the rest of <a href="http://www.23day.com/html/38804.html">Aks2Link卖链接赚钱喽！</a> (21 words)</p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2010. |
<a href="http://www.23day.com/html/38804.html">Permalink</a> |
<a href="http://www.23day.com/html/38804.html#comments">10 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/38804.html&amp;title=Aks2Link卖链接赚钱喽！">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/aks2link" rel="tag">aks2link</a>, <a href="http://www.23day.com/html/tag/%e7%bd%91%e7%bb%9c%e8%b5%9a%e9%92%b1" rel="tag">网络赚钱</a>, <a href="http://www.23day.com/html/tag/%e7%bd%91%e8%b5%9a" rel="tag">网赚</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/38804.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>开启手机浏览之WordPress Mobile Edition</title>
		<link>http://www.23day.com/html/38802.html</link>
		<comments>http://www.23day.com/html/38802.html#comments</comments>
		<pubDate>Mon, 04 Jan 2010 05:57:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[手机]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://www.23day.com/?p=38802</guid>
		<description><![CDATA[现在使用手机上网的用户越来越多，为方便手机用户浏览，决定安装WordPress Mobile Edition插件．
安装：下载后将 wp-mobile.php 上传到插件目录，然后激活，将carrington-mobile-1.0.2 这个文件夹上传到模板目录。
设置：你可以先用自己的手机浏览器访问你的博客首页，看是否自动显示为移动模式主页，如果不显示就要查找你手机浏览器的 User Agent，然后添加上去就行，ucweb等常用手机浏览器不用添加了，已经支持。
默认支持以下设备
Mobile Browsers：(...)Read the rest of 开启手机浏览之WordPress Mobile Edition (66 words)

&#169; admin for 智康博客, 2010. &#124;
Permalink &#124;
4 comments &#124;
Add to
del.icio.us

Post tags: wordpress, 手机, 插件

Feed enhanced by Better Feed from  Ozh
]]></description>
			<content:encoded><![CDATA[<p>现在使用手机上网的用户越来越多，为方便手机用户浏览，决定安装WordPress Mobile Edition插件．</p>
<p>安装：下载后将 wp-mobile.php 上传到插件目录，然后激活，将carrington-mobile-1.0.2 这个文件夹上传到模板目录。<br />
设置：你可以先用自己的手机浏览器访问你的博客首页，看是否自动显示为移动模式主页，如果不显示就要查找你手机浏览器的 User Agent，然后添加上去就行，ucweb等常用手机浏览器不用添加了，已经支持。<br />
默认支持以下设备</p>
<p>Mobile Browsers：(...)<br/>Read the rest of <a href="http://www.23day.com/html/38802.html">开启手机浏览之WordPress Mobile Edition</a> (66 words)</p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2010. |
<a href="http://www.23day.com/html/38802.html">Permalink</a> |
<a href="http://www.23day.com/html/38802.html#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/38802.html&amp;title=开启手机浏览之WordPress Mobile Edition">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/wordpress" rel="tag">wordpress</a>, <a href="http://www.23day.com/html/tag/%e6%89%8b%e6%9c%ba" rel="tag">手机</a>, <a href="http://www.23day.com/html/tag/%e6%8f%92%e4%bb%b6" rel="tag">插件</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/38802.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>智康博客又搬家了！</title>
		<link>http://www.23day.com/html/38800.html</link>
		<comments>http://www.23day.com/html/38800.html#comments</comments>
		<pubDate>Sun, 03 Jan 2010 11:34:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpres]]></category>
		<category><![CDATA[yo2]]></category>
		<category><![CDATA[主机]]></category>

		<guid isPermaLink="false">http://www.23day.com/?p=38800</guid>
		<description><![CDATA[　　眼看着wordpress2.9的推出，使用yo2的我受种种限制，最近访问速度也慢慢让有点受不了，最终选择了搬出来了，目前23day博客使用的是国外的付费主机，访问速度相比yo2有所改善，希望能一直稳定的使用下去吧！
　　各位测试访问速度怎么样，给个点评．

&#169; admin for 智康博客, 2010. &#124;
Permalink &#124;
4 comments &#124;
Add to
del.icio.us

Post tags: wordpres, yo2, 主机

Feed enhanced by Better Feed from  Ozh
]]></description>
			<content:encoded><![CDATA[<p>　　眼看着wordpress2.9的推出，使用yo2的我受种种限制，最近访问速度也慢慢让有点受不了，最终选择了搬出来了，目前23day博客使用的是国外的付费主机，访问速度相比yo2有所改善，希望能一直稳定的使用下去吧！<br />
　　各位测试访问速度怎么样，给个点评．</p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2010. |
<a href="http://www.23day.com/html/38800.html">Permalink</a> |
<a href="http://www.23day.com/html/38800.html#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/38800.html&amp;title=智康博客又搬家了！">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/wordpres" rel="tag">wordpres</a>, <a href="http://www.23day.com/html/tag/yo2" rel="tag">yo2</a>, <a href="http://www.23day.com/html/tag/%e4%b8%bb%e6%9c%ba" rel="tag">主机</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/38800.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>正式发布WordPress2.9中文版</title>
		<link>http://www.23day.com/html/38795.html</link>
		<comments>http://www.23day.com/html/38795.html#comments</comments>
		<pubDate>Tue, 22 Dec 2009 12:03:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[中文版]]></category>

		<guid isPermaLink="false">http://www.23day.com/?p=38795</guid>
		<description><![CDATA[　　期待已久的WordPress 2.9 终于发布，相比 WordPress 2.8，WordPress 2.9 版本新添了很多功能，如垃圾桶，内置图片编辑等，并且速度和效率方面也提高了很多，在服务器配置方面，最低配置需求也有所变化，请确认您的服务器 PHP 版本在 4.3 以上，MySQL 版本在 4.1 以上，否则将无法安装或升级，WordPress 2.9 主要新增的功能有：
WordPress 2.9 新增功能

恢复“垃圾桶”功能：这样当你不小心删除一篇日志或者留言，可以从垃圾桶中恢复回来，并且这样也避免了每次删除操作的时“你确定要删除吗？”的确认提示。
内置图片编辑器允许你裁剪，编辑，旋转，翻转，缩放图片。 (...)Read the rest of 正式发布WordPress2.9中文版 (161 words)

&#169; admin for 智康博客, 2009. &#124;
Permalink &#124;
6 comments &#124;
Add to
del.icio.us

Post tags: blog, wordpress, 中文版

Feed enhanced by Better Feed from  Ozh
]]></description>
			<content:encoded><![CDATA[<p>　　期待已久的WordPress 2.9 终于发布，相比 WordPress 2.8，WordPress 2.9 版本新添了很多功能，如垃圾桶，内置图片编辑等，并且速度和效率方面也提高了很多，<strong>在服务器配置方面，最低配置需求也有所变化，请确认您的服务器 PHP 版本在 4.3 以上，MySQL 版本在 4.1 以上，否则将无法安装或升级</strong>，WordPress 2.9 主要新增的功能有：</p>
<p>WordPress 2.9 新增功能</p>
<ol>
<li>恢复“垃圾桶”功能：这样当你不小心删除一篇日志或者留言，可以从垃圾桶中恢复回来，并且这样也避免了每次删除操作的时“你确定要删除吗？”的确认提示。</li>
<li>内置图片编辑器允许你裁剪，编辑，旋转，翻转，缩放图片。 (...)<br/>Read the rest of <a href="http://www.23day.com/html/38795.html">正式发布WordPress2.9中文版</a> (161 words)</p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2009. |
<a href="http://www.23day.com/html/38795.html">Permalink</a> |
<a href="http://www.23day.com/html/38795.html#comments">6 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/38795.html&amp;title=正式发布WordPress2.9中文版">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/blog" rel="tag">blog</a>, <a href="http://www.23day.com/html/tag/wordpress" rel="tag">wordpress</a>, <a href="http://www.23day.com/html/tag/%e4%b8%ad%e6%96%87%e7%89%88" rel="tag">中文版</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/38795.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>中国电信＂我的E家＂ZXV10 H608B无线猫开路由与破解方法</title>
		<link>http://www.23day.com/html/38775.html</link>
		<comments>http://www.23day.com/html/38775.html#comments</comments>
		<pubDate>Sun, 20 Dec 2009 07:02:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[杂七杂八]]></category>
		<category><![CDATA[无线]]></category>
		<category><![CDATA[电信]]></category>
		<category><![CDATA[破解]]></category>

		<guid isPermaLink="false">http://www.23day.com/?p=38775</guid>
		<description><![CDATA[　　昨天拿回了我的E家无线猫，之前就听说无线猫被DX给屏蔽了N多功能，所以对技术着迷我的，当然想研究研究了，当然我在Google里搜索了有很多破解的方法，但说的都不详细，以下记录我的一些经验．
1,接上设备后，使用web方式打开192.168.1.1(无线猫的访问地址),DX只给了我们useradmin的权限，没有给出telecomadmin的超级用户权限，这个网上搜索后，得到超级用户的帐号telecomadmin密码nE7jA%5m
2,进去之后第一件要做的事就是将网络-远程管理下面的ACS URL地址与用户密码修改掉(随便修改)，然后修改管理-远程管理(...)Read the rest of 中国电信＂我的E家＂ZXV10 H608B无线猫开路由与破解方法 (18 words)

&#169; admin for 智康博客, 2009. &#124;
Permalink &#124;
2 comments &#124;
Add to
del.icio.us

Post tags: 无线, 电信, 破解

Feed enhanced by Better Feed from  Ozh
]]></description>
			<content:encoded><![CDATA[<p>　　昨天拿回了我的E家无线猫，之前就听说无线猫被DX给屏蔽了N多功能，所以对技术着迷我的，当然想研究研究了，当然我在Google里搜索了有很多破解的方法，但说的都不详细，以下记录我的一些经验．</p>
<p>1,接上设备后，使用web方式打开192.168.1.1(无线猫的访问地址),DX只给了我们useradmin的权限，没有给出telecomadmin的超级用户权限，这个网上搜索后，得到超级用户的帐号telecomadmin密码nE7jA%5m</p>
<p>2,进去之后第一件要做的事就是将网络-远程管理下面的ACS URL地址与用户密码修改掉(随便修改)，然后修改管理-远程管理(...)<br/>Read the rest of <a href="http://www.23day.com/html/38775.html">中国电信＂我的E家＂ZXV10 H608B无线猫开路由与破解方法</a> (18 words)</p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2009. |
<a href="http://www.23day.com/html/38775.html">Permalink</a> |
<a href="http://www.23day.com/html/38775.html#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/38775.html&amp;title=中国电信＂我的E家＂ZXV10 H608B无线猫开路由与破解方法">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/%e6%97%a0%e7%ba%bf" rel="tag">无线</a>, <a href="http://www.23day.com/html/tag/%e7%94%b5%e4%bf%a1" rel="tag">电信</a>, <a href="http://www.23day.com/html/tag/%e7%a0%b4%e8%a7%a3" rel="tag">破解</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/38775.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>grub引导windows7</title>
		<link>http://www.23day.com/html/38602.html</link>
		<comments>http://www.23day.com/html/38602.html#comments</comments>
		<pubDate>Sat, 12 Dec 2009 02:31:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[grub]]></category>

		<guid isPermaLink="false">http://www.23day.com/?p=38602</guid>
		<description><![CDATA[　　前两天在自己的电脑上安装了CentOS5.4测试，但之前安装了WindowsXP 与Windows seven，所以安装装成CentOS5.4之后就没有了Windows Seven的bootmgt启动菜单，变成了CentOS的grub引导了，所以得在/boot/menu.lst添加Windows XP与Windows 7的启动菜单项，虽然之前写过这方面的文章，今天再记录下吧．
方法1：直接在grub的command处输入以下命令就可启动，但前提得清楚自己的XP或7安装在那个盘，如我的安装在(hd0,0)
rootnoverify (hd0,0)
chainloader +1
boot

可以在输入以上命令前使用find /ntldr或find /bootmgr查询系统的安装分区.(...)Read the rest of grub引导windows7 (22 words)

&#169; admin for 智康博客, 2009. &#124;
Permalink &#124;
5 comments &#124;
Add to
del.icio.us

Post tags: grub, windows

Feed enhanced by Better Feed from  Ozh
]]></description>
			<content:encoded><![CDATA[<p>　　前两天在自己的电脑上安装了CentOS5.4测试，但之前安装了WindowsXP 与Windows seven，所以安装装成CentOS5.4之后就没有了Windows Seven的bootmgt启动菜单，变成了CentOS的grub引导了，所以得在/boot/menu.lst添加Windows XP与Windows 7的启动菜单项，虽然之前写过这方面的文章，今天再记录下吧．</p>
<p>方法1：直接在grub的command处输入以下命令就可启动，但前提得清楚自己的XP或7安装在那个盘，如我的安装在(hd0,0)</p>
<p><code>rootnoverify (hd0,0)<br />
chainloader +1<br />
boot<br />
</code><br />
可以在输入以上命令前使用find /ntldr或find /bootmgr查询系统的安装分区.(...)<br/>Read the rest of <a href="http://www.23day.com/html/38602.html">grub引导windows7</a> (22 words)</p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2009. |
<a href="http://www.23day.com/html/38602.html">Permalink</a> |
<a href="http://www.23day.com/html/38602.html#comments">5 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/38602.html&amp;title=grub引导windows7">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/grub" rel="tag">grub</a>, <a href="http://www.23day.com/html/tag/windows" rel="tag">windows</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/38602.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>安装Informix IDS错误104解决方法</title>
		<link>http://www.23day.com/html/38112.html</link>
		<comments>http://www.23day.com/html/38112.html#comments</comments>
		<pubDate>Fri, 20 Nov 2009 13:41:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[informix]]></category>

		<guid isPermaLink="false">http://www.23day.com/?p=38112</guid>
		<description><![CDATA[#./ids_install
          Initializing InstallShield Wizard&#8230;&#8230;..
          Launching InstallShield Wizard&#8230;&#8230;..
The wizard cannot continue because of the following error: could not load wizard
 specified in /wizard.inf (104)
解决方法：
需要指定以java运行环境，添加以下参数即可
#./ids_install -javahome /bin/java

&#169; admin for 智康博客, 2009. &#124;
Permalink &#124;
4 comments &#124;
Add to
del.icio.us

Post tags: informix, linux

Feed enhanced by Better Feed from  Ozh
]]></description>
			<content:encoded><![CDATA[<p>#./ids_install</p>
<p>          Initializing InstallShield Wizard&#8230;&#8230;..<br />
          Launching InstallShield Wizard&#8230;&#8230;..</p>
<p>The wizard cannot continue because of the following error: could not load wizard<br />
 specified in /wizard.inf (104)</p>
<p>解决方法：<br />
需要指定以java运行环境，添加以下参数即可<br />
#./ids_install -javahome /bin/java</p>
<hr />
<p><small>&copy; admin for <a href="http://www.23day.com">智康博客</a>, 2009. |
<a href="http://www.23day.com/html/38112.html">Permalink</a> |
<a href="http://www.23day.com/html/38112.html#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.23day.com/html/38112.html&amp;title=安装Informix IDS错误104解决方法">del.icio.us</a>
<br/>
Post tags: <a href="http://www.23day.com/html/tag/informix" rel="tag">informix</a>, <a href="http://www.23day.com/html/tag/linux" rel="tag">linux</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.23day.com/html/38112.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
