<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[虫虫的blog  SINCE2004]]></title> 
<link>http://www.zhenghe.biz/index.php</link> 
<description><![CDATA[人生幻灯片  -   前半生(身)，不要怕；后半生(身)，不要悔！]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[虫虫的blog  SINCE2004]]></copyright>
<item>
<link>http://www.zhenghe.biz/read.php/481.htm</link>
<title><![CDATA[WPS免登陆设置教程]]></title> 
<author>网络毛毛虫 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[技术文章]]></category>
<pubDate>Thu, 23 Oct 2025 12:24:18 +0000</pubDate> 
<guid>http://www.zhenghe.biz/read.php/481.htm</guid> 
<description>
<![CDATA[ 
	找到WPS文件夹，点击打开「配置工具」。<br/>进入配置工具界面，选择「高级」选项。<br/>高级选项中，找到「其他选项」。<br/>勾选√「兼容离线状态下的未登录使用方式」。<br/>点击「确定」保存设置。
]]>
</description>
</item><item>
<link>http://www.zhenghe.biz/read.php/480.htm</link>
<title><![CDATA[在Linux系统上SS]]></title> 
<author>网络毛毛虫 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[技术文章]]></category>
<pubDate>Thu, 16 Jan 2025 14:39:16 +0000</pubDate> 
<guid>http://www.zhenghe.biz/read.php/480.htm</guid> 
<description>
<![CDATA[ 
	Ubuntu/Debian 系列<br/>首先，更新软件源并安装必要的软件包：<br/>然后，安装 Shadowsocks-libev：<br/>sudo apt update<br/>sudo apt install shadowsocks-libev<br/><br/>/////sudo yum install shadowsocks-libev<br/><br/>创建或编辑配置文件：<br/>sudo nano /etc/shadowsocks-libev/config.json<br/><br/>&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;"server":["::0","0.0.0.0"],<br/>&nbsp;&nbsp;&nbsp;&nbsp;"server_port": 8388,<br/>&nbsp;&nbsp;&nbsp;&nbsp;"local_port": 1080,<br/>&nbsp;&nbsp;&nbsp;&nbsp;"password": "your_password",<br/>&nbsp;&nbsp;&nbsp;&nbsp;"timeout": 300,<br/>&nbsp;&nbsp;&nbsp;&nbsp;"method": "chacha20-ietf-poly1305"<br/>&#125;<br/><br/>配置文件设置完成后，可以通过以下命令启动 Shadowsocks 服务：<br/>sudo systemctl start shadowsocks-libev<br/><br/>确保服务开机自启<br/>sudo systemctl enable shadowsocks-libev<br/><br/>启动服务后，可以使用以下命令查看 Shadowsocks-libev 的运行状态：<br/>sudo systemctl status shadowsocks-libev<br/><br/>确保服务器端的 Shadowsocks 端口已经在防火墙中开放。使用以下命令开放端口<br/>sudo ufw allow 8388<br/><br/>查看日志文件<br/>sudo tail -f /var/log/syslog &#124; grep shadowsocks
]]>
</description>
</item><item>
<link>http://www.zhenghe.biz/read.php/457.htm</link>
<title><![CDATA[winXP 安装 sqlserver 2000 企业版方法]]></title> 
<author>网络毛毛虫 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[技术文章]]></category>
<pubDate>Tue, 13 Oct 2009 08:50:41 +0000</pubDate> 
<guid>http://www.zhenghe.biz/read.php/457.htm</guid> 
<description>
<![CDATA[ 
	<p><span style="font-size: medium">　&nbsp;&nbsp; 一．在SQL2000企业版的安装盘中MSDE，点击setup.exe安装它，没提示直接完成。 </span></p><p><span style="font-size: medium">　　二. 重启系统WINXP,这下就可以看到SQL服务的图标出现了。 </span></p><p><span style="font-size: medium">　　三. SQL服务器版的安装光盘，直接安装客户端工具（autorun.exe) </span></p><p><span style="font-size: medium">　　根据提示安装，自检过程中知道系统不是SERVER版，会提示只安装客户端工具。（哈哈，服务端我已有了） </span></p><p><span style="font-size: medium">　　四. 打开企业管理器，试用SA用户连一下看看，是不是发现SA用户登陆失败？因为你还没有与信任SQL SERVER连接相关联。还好这个只要对系统注册表稍加修改就可以啦： </span></p><p><span style="font-size: medium">　　在运行中输入regedit打开注册表编辑器，搜索 loginmode 修改2[HKEY_LOCAL_MACHINE &#92;SOFTWARE &#92;MICROSOFT&#92;MSSQLSERVER&#92;MSSQLSERVER]，这个项里面有一个键值LoginMode，默认下，值是1，现在将值改为2，重启电脑。 </span></p><p><span style="font-size: medium">　　五. 再打开企业管理，再连接试试，是不是OK了！</span> <br /></p><br/>Tags - <a href="http://www.zhenghe.biz/go.php/tags/sqlserver/" rel="tag">sqlserver</a> , <a href="http://www.zhenghe.biz/go.php/tags/%25E4%25BC%2581%25E4%25B8%259A%25E7%2589%2588/" rel="tag">企业版</a> , <a href="http://www.zhenghe.biz/go.php/tags/winxp/" rel="tag">winxp</a>
]]>
</description>
</item><item>
<link>http://www.zhenghe.biz/read.php/454.htm</link>
<title><![CDATA[隐藏openvpn的虚拟网卡用于骗过重庆移动CMWAP vpn检测]]></title> 
<author>网络毛毛虫 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[技术文章]]></category>
<pubDate>Thu, 06 Aug 2009 09:17:34 +0000</pubDate> 
<guid>http://www.zhenghe.biz/read.php/454.htm</guid> 
<description>
<![CDATA[ 
	<span style="font-size: medium">1、完全安装OPENVPN。<br />2、在WINDOWS XP &ldquo;开始&rdquo;菜单下的OPENVPN目录下删除&quot;TAP/TUP虚拟网卡&quot;<br />3、在OPENVPN的安装目录下找到DRIVER目录下有个&ldquo;OemWin2k.inf&rdquo;文件，我用ULTRAEDIT打开文件。<br />4、查找&ldquo;Characteristics = 0x81&rdquo;字符串，并改成&ldquo;Characteristics = 0x89&rdquo;，保存。<br />5、在WINDOWS XP &ldquo;开始&rdquo;菜单下的OPENVPN目录下重新安装&quot;TAP/TUP虚拟网卡&quot;。<br />完成后看看，在WINDOWS的网络连接中是不是没有&ldquo;TAP32&quot;这个设备了，用IPCONFIG命令查看一下，&rdquo;TAP32&ldquo;设备是不是已经安装到位了。</span><br /><br/>Tags - <a href="http://www.zhenghe.biz/go.php/tags/openvpn/" rel="tag">openvpn</a> , <a href="http://www.zhenghe.biz/go.php/tags/%25E8%2599%259A%25E6%258B%259F%25E7%25BD%2591%25E5%258D%25A1/" rel="tag">虚拟网卡</a>
]]>
</description>
</item><item>
<link>http://www.zhenghe.biz/read.php/451.htm</link>
<title><![CDATA[机房服务器局域网电脑时间如何统一]]></title> 
<author>网络毛毛虫 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[技术文章]]></category>
<pubDate>Wed, 01 Jul 2009 08:02:50 +0000</pubDate> 
<guid>http://www.zhenghe.biz/read.php/451.htm</guid> 
<description>
<![CDATA[ 
	<div id="message6810" class="t_msgfont"><span style="font-size: small">整个NTP时间服务器是最好的办法，看到下面这个办法。<br /><br />基于网络安全等各方面的考虑，准备用net time这个命令来执行，<br />在局域网的管理中时间同步是比较重要的，可以很方便的避开某一时间，同时备份时也不会有时间不对的困扰。<br />　　可以通过net time这个命令来同步局域网内的时间。<br />　　大致的应用方法在下面。&ldquo;&lt;服务器名&gt;&rdquo;这个部分换成实际使用的服务器名即可(也可使用IP地址)。此命令可放在Autoexec.bat中或计划任务中执行即可。<br />　　net time &#92;&#92;&lt;服务器名&gt; /set /yes<br />　　当运行完成后，即可生效。<br />　　大家可在4月25日就将校时服务器首先改为4月27日，即可将局域网中的计算机时间全部修改，避免逐一修改的麻烦。<br />　　以上只是应用之一，可灵活应用，相信可以节约不少时间和精力。<br />　　此命令的使用帮助：<br />　　Net Time<br />　　使计算机的时钟与另一台计算机或域的时间同步。不带 /set 参数使用时，将显示另一台计算机或域的时间。<br />　　NET TIME [&#92;&#92;computer &#124; /WORKGROUP:wgname] [/SET] [/YES]<br />　　参数<br />　　computer 要检查或同步的服务器名。<br />　　/WORKGROUP 指定要与其时间同步的其它工作组。<br />　　wgname 指定要与其时间同步的其它工作组中的服务器名。<br />　　/SET&amp;n指定要与其时间同步的其它工作组中的服务器名。<br />　　/SET 使本计算机时钟与指定计算机或域的时钟同步。<br />　　/YES 自动完成命令忽略提示信息。</span> </div><br/>Tags - <a href="http://www.zhenghe.biz/go.php/tags/%25E6%259C%258D%25E5%258A%25A1%25E5%2599%25A8/" rel="tag">服务器</a> , <a href="http://www.zhenghe.biz/go.php/tags/%25E6%2597%25B6%25E9%2597%25B4/" rel="tag">时间</a> , <a href="http://www.zhenghe.biz/go.php/tags/%25E7%25BB%259F%25E4%25B8%2580/" rel="tag">统一</a> , <a href="http://www.zhenghe.biz/go.php/tags/time/" rel="tag">time</a> , <a href="http://www.zhenghe.biz/go.php/tags/ntp/" rel="tag">ntp</a> , <a href="http://www.zhenghe.biz/go.php/tags/nettime/" rel="tag">nettime</a>
]]>
</description>
</item><item>
<link>http://www.zhenghe.biz/read.php/447.htm</link>
<title><![CDATA[Godaddy优惠码 $6.99 .COM注册、续费]]></title> 
<author>网络毛毛虫 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[技术文章]]></category>
<pubDate>Fri, 24 Apr 2009 09:07:10 +0000</pubDate> 
<guid>http://www.zhenghe.biz/read.php/447.htm</guid> 
<description>
<![CDATA[ 
	<p><span style="font-size: medium"><span style="color: #ff0000">Godaddy .COM $6.99 注册、续费优惠码：yhkw105a</span>&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .COM&nbsp; .NET 续费 $7.50 gdbb776 $7.50的优惠还在。</span></p><p><span style="font-size: medium">yhkw105a goaz2001aa .com注册、续费$6.99</span></p><p><span style="font-size: medium">gdbb776 .com、.org注册、续费$7.50</span></p><p><span style="font-size: medium">goazsp111c goazcn02a .com注册$6.99</span></p><p><span style="font-size: medium">goaorg01a .org注册、续费$7.49</span><br /></p><br/>Tags - <a href="http://www.zhenghe.biz/go.php/tags/godaddy/" rel="tag">godaddy</a> , <a href="http://www.zhenghe.biz/go.php/tags/%25E5%259F%259F%25E5%2590%258D/" rel="tag">域名</a> , <a href="http://www.zhenghe.biz/go.php/tags/%25E6%25B3%25A8%25E5%2586%258C/" rel="tag">注册</a> , <a href="http://www.zhenghe.biz/go.php/tags/%25E4%25BC%2598%25E6%2583%25A0%25E7%25A0%2581/" rel="tag">优惠码</a>
]]>
</description>
</item><item>
<link>http://www.zhenghe.biz/read.php/446.htm</link>
<title><![CDATA[HOTMAIL POP3和SMTP设置，HOTMAIL已经免费支持POP3]]></title> 
<author>网络毛毛虫 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[技术文章]]></category>
<pubDate>Fri, 10 Apr 2009 04:55:46 +0000</pubDate> 
<guid>http://www.zhenghe.biz/read.php/446.htm</guid> 
<description>
<![CDATA[ 
	<span style="font-size: medium">HOTMAIL所有邮箱，已经免费支持POP3，一大历史进步！<br />&middot;POP3服务器：pop3.live.com (端口995)<br />&middot;是否需要POP SSL：是<br />&middot;用户名：你的Windows Live ID，如，你的用户名@hotmail.com<br />&middot;口令：你经常用来登录Hotmail或者Windows Live的口令。<br />&middot;SMTP服务器：smtp.live.com (端口25或者587)<br />&middot;是否需要身份识别：是(这项与你的POP用户名和口令相匹配)<br />&middot;是否需要TLS/SSL：是</span><br/>Tags - <a href="http://www.zhenghe.biz/go.php/tags/hotmail/" rel="tag">hotmail</a> , <a href="http://www.zhenghe.biz/go.php/tags/pop3/" rel="tag">pop3</a> , <a href="http://www.zhenghe.biz/go.php/tags/smtp/" rel="tag">smtp</a> , <a href="http://www.zhenghe.biz/go.php/tags/%25E8%25AE%25BE%25E7%25BD%25AE/" rel="tag">设置</a> , <a href="http://www.zhenghe.biz/go.php/tags/live/" rel="tag">live</a> , <a href="http://www.zhenghe.biz/go.php/tags/mail/" rel="tag">mail</a>
]]>
</description>
</item><item>
<link>http://www.zhenghe.biz/read.php/445.htm</link>
<title><![CDATA[gbk utf big5 批量互转工具]]></title> 
<author>网络毛毛虫 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[技术文章]]></category>
<pubDate>Tue, 24 Mar 2009 16:00:02 +0000</pubDate> 
<guid>http://www.zhenghe.biz/read.php/445.htm</guid> 
<description>
<![CDATA[ 
	<span style="font-size: medium">今日急需进行GBK和UTF-8的编码转换<br />于是找了这个工具，效果还比我手动用Editplus好。<br />可以按文件类型，目录批量增加，批量转换，速度快，准确率还不错。</span><br /><a href="attachment.php?fid=22">点击这里下载文件</a><br/>Tags - <a href="http://www.zhenghe.biz/go.php/tags/gbk/" rel="tag">gbk</a> , <a href="http://www.zhenghe.biz/go.php/tags/utf/" rel="tag">utf</a> , <a href="http://www.zhenghe.biz/go.php/tags/big5/" rel="tag">big5</a> , <a href="http://www.zhenghe.biz/go.php/tags/%25E6%2589%25B9%25E9%2587%258F/" rel="tag">批量</a> , <a href="http://www.zhenghe.biz/go.php/tags/%25E4%25BA%2592%25E8%25BD%25AC%25E5%25B7%25A5%25E5%2585%25B7/" rel="tag">互转工具</a>
]]>
</description>
</item><item>
<link>http://www.zhenghe.biz/read.php/444.htm</link>
<title><![CDATA[discuz登陆提示Access denied for agent changed，头像无法更改，无法显示短消息的解决方法]]></title> 
<author>网络毛毛虫 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[技术文章]]></category>
<pubDate>Thu, 05 Mar 2009 16:57:26 +0000</pubDate> 
<guid>http://www.zhenghe.biz/read.php/444.htm</guid> 
<description>
<![CDATA[ 
	<span style="font-size: medium">discuz登陆提示Access denied for agent changed，头像无法更改，无法显示短消息均是因为discuz论坛和ucenter通讯的不通的问题。大家只需要把ucenter下discuz应用的通讯配置文件复制到 discuz论坛下的config.inc.php 覆盖原来config文件中关于ucenter通讯的代码，即可</span><br/>Tags - <a href="http://www.zhenghe.biz/go.php/tags/discuzaccess/" rel="tag">discuzaccess</a> , <a href="http://www.zhenghe.biz/go.php/tags/denied/" rel="tag">denied</a> , <a href="http://www.zhenghe.biz/go.php/tags/for/" rel="tag">for</a> , <a href="http://www.zhenghe.biz/go.php/tags/agent/" rel="tag">agent</a> , <a href="http://www.zhenghe.biz/go.php/tags/changed/" rel="tag">changed</a> , <a href="http://www.zhenghe.biz/go.php/tags/%25E5%25A4%25B4%25E5%2583%258F%25E6%2597%25A0%25E6%25B3%2595%25E6%259B%25B4%25E6%2594%25B9/" rel="tag">头像无法更改</a> , <a href="http://www.zhenghe.biz/go.php/tags/%25E6%2597%25A0%25E6%25B3%2595%25E6%2598%25BE%25E7%25A4%25BA%25E7%259F%25AD%25E6%25B6%2588%25E6%2581%25AF/" rel="tag">无法显示短消息</a> , <a href="http://www.zhenghe.biz/go.php/tags/%25E8%25A7%25A3%25E5%2586%25B3%25E5%258A%259E%25E6%25B3%2595/" rel="tag">解决办法</a>
]]>
</description>
</item><item>
<link>http://www.zhenghe.biz/read.php/443.htm</link>
<title><![CDATA[ghs.google.com 可用的替换IP地址]]></title> 
<author>网络毛毛虫 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[技术文章]]></category>
<pubDate>Mon, 23 Feb 2009 12:13:55 +0000</pubDate> 
<guid>http://www.zhenghe.biz/read.php/443.htm</guid> 
<description>
<![CDATA[ 
	<br /><span style="font-size: medium">最近运用google的企业解决方案，需要ghs解析服务。由于google的ip被GFW封锁掉了。<br />直接CNAME记录无法实现，所以必须找个替代地址。IP查找了下。如下可以用：<br /><div class="quote"><div class="quote-title">引用</div><div class="quote-content"><br />74.125.47.121 <br />63.119.44.197 <br />74.125.184.14</div></div><br /><br />google ghs对应法则：<br /><br />ghs.google.com 对应的 实际可能IP 的域名规则是：<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $&#123;i&#125;$&#123;j&#125;-in-f121.google.com<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $&#123;i&#125;$&#123;j&#125;-in-f21.google.com<br />&nbsp; 如下域名对应的IP 作为 ghs&nbsp;：<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cg-in-f121.google.com <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; eh-in-f121.google.com <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hs-in-f121.google.com&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ik-in-f121.google.com <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; qw-in-f121.google.com <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tw-in-f121.google.com <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yw-in-f121.google.com<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; eh-in-f21.google.com <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hs-in-f21.google.com <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; qw-in-f21.google.com <br />目前仅仅:&nbsp;&nbsp; yw-in-f21.google.com 可以用。<br /></span><br/>Tags - <a href="http://www.zhenghe.biz/go.php/tags/google/" rel="tag">google</a> , <a href="http://www.zhenghe.biz/go.php/tags/ghs/" rel="tag">ghs</a> , <a href="http://www.zhenghe.biz/go.php/tags/%25E4%25BC%2581%25E4%25B8%259A%25E8%25A7%25A3%25E5%2586%25B3%25E6%2596%25B9%25E6%25A1%2588/" rel="tag">企业解决方案</a> , <a href="http://www.zhenghe.biz/go.php/tags/%25E6%259B%25BF%25E4%25BB%25A3/" rel="tag">替代</a> , <a href="http://www.zhenghe.biz/go.php/tags/ip/" rel="tag">ip</a> , <a href="http://www.zhenghe.biz/go.php/tags/%25E5%259F%259F%25E5%2590%258D/" rel="tag">域名</a>
]]>
</description>
</item>
</channel>
</rss>