<?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>旭达网络——3分钟教您如何架设服务器</title>
	<atom:link href="http://xd10086.com/index.php/feed" rel="self" type="application/rss+xml" />
	<link>http://xd10086.com</link>
	<description>如何快速架设一台好用安全的linux服务器,旭达网络中记录了各种服务器的架设知识并收集了很多linux服务器架设相关的资料。</description>
	<lastBuildDate>Sat, 12 May 2012 10:50:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>今天你打老婆了吗?</title>
		<link>http://xd10086.com/index.php/archives/1311.html</link>
		<comments>http://xd10086.com/index.php/archives/1311.html#comments</comments>
		<pubDate>Sat, 12 May 2012 10:50:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux等技术文档]]></category>
		<category><![CDATA[打老婆]]></category>

		<guid isPermaLink="false">http://xd10086.com/?p=1311</guid>
		<description><![CDATA[<p>1.山东(一有空就打) 　　 2.东北(酒后打) 　　 3.湖南(晚饭后打) 　　 4.陕西(早上打) 　　 5.山西(午后打) 　　 6.四川(麻将输了打) 　　 7.河南(没活干时打) 　　 8.贵州(没肉吃时打) 　　 9.广东(不顺心时打) 　　 10.湖北(在外面被人打了后打)</p> ]]></description>
		<wfw:commentRss>http://xd10086.com/index.php/archives/1311.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VPN终级安装方法(l2tp vpn安装一键安装)</title>
		<link>http://xd10086.com/index.php/archives/1322.html</link>
		<comments>http://xd10086.com/index.php/archives/1322.html#comments</comments>
		<pubDate>Sun, 06 May 2012 15:07:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[服务器架设秘籍]]></category>
		<category><![CDATA[l2tp架设]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://xd10086.com/?p=1322</guid>
		<description><![CDATA[<p>注意，在安装过程中，首先需要输入L2TP的IP段(默认为10.0.99)及PSK。如果你希望IP段为10.0.0请填入，PSK是与L2TP客户端公用的密钥，这里输入了要记住。</p> <p>输入了IP段和PSK之后，程序会显示你的VPS当前的IP（IPV4）、L2TP的本地IP、分配给客户端的IP段以及你所设置的PSK，请确认无误后，按任意键，程序便会开始自动配置。</p> <p>程序配置时间比PPTP稍久，最后同样显示IP，连接默认用户，密码等信息。</p> <p>下面，我们来配置L2TP客户端登陆，这里以windows7为例。</p> <p>首先，打开网络和共享中心，点击“设置新的连接或网络”。</p> <p>l2tpVPN</p> <p>l2tp</p> <p>&#160;</p> ]]></description>
		<wfw:commentRss>http://xd10086.com/index.php/archives/1322.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一键架设VPN服务器支持OpenVZ</title>
		<link>http://xd10086.com/index.php/archives/1318.html</link>
		<comments>http://xd10086.com/index.php/archives/1318.html#comments</comments>
		<pubDate>Sun, 06 May 2012 13:56:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[服务器架设秘籍]]></category>
		<category><![CDATA[OpenVZVPN服务器]]></category>
		<category><![CDATA[架设VPN服务器]]></category>

		<guid isPermaLink="false">http://xd10086.com/?p=1318</guid>
		<description><![CDATA[<p>先谈XEN的普通服务器一键安装方法:</p> <p>这个先简单:</p> <p>首先，我们putty用root密码登录，键入下面的指令：</p> <p>下载我们的一键安装包.</p> <p>pptpd</p> <p>wget http://xd10086.com/wp-content/uploads/2012/05/pptpd.zip</p> <p>unzip pptpd.zip</p> <p>sh pptpd.sh</p> <p>OK.安装完成.</p> <p>安装完成后，大家要注意，最后一行是你的用户，密码，要记住。如果你需要添加用户，只要直接编辑/etc/ppp/chap-secrets文件，按照相同格式添加用户名和密码即可。</p> <p>&#160;</p> <p>&#160;</p> <p>OpenVZ用户请先检查</p> <p>虚拟网卡（TUN/TAP）支持（代码如下）</p> <p>cat /dev/net/tun</p> <p>如果返回信息为：</p> <p>cat: /dev/net/tun: File descriptor in bad state 说明正常</p> <p>检测是支持ppp模块</p> <p>cat /dev/ppp</p> <p>如果返回信息为：cat: /dev/ppp: No such device or address 说明正常</p> <p>【后续】</p> <p>有些OpenVZ，直接安装了一键包之后，仍然不能使用VPN。这里，我补充几点。</p> <p>1.首先，我们确认VPS已经开启了TUN和PPP，关于确认的方法，上面已经给出；</p> <p>2.安装好一键包之后，可以编辑VPN链接的用户信息（vim /etc/ppp/chap-secrets）；</p> <p>3.去加密。编辑/etc/ppp/options.pptpd（vim /etc/ppp/options.pptpd），在require-mppe-128前面加个#（# require-mppe-128）；</p> <p>4.本地设置加密方式为可选加密，并允许未加密的密码。</p> <p>最后重启一下：/etc/init.d/pptpd restart</p> <p>送大家几个VPN PPTPD几个很有用的命令,大家必须懂的</p> <p>vpnuser 这个是可以给VPN加用户去用户与显示所有用户的.</p> <p>可以使用vpnuser add [...]]]></description>
		<wfw:commentRss>http://xd10086.com/index.php/archives/1318.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pptpVPN拔号错误734错误解决办法(VPN出错必备)</title>
		<link>http://xd10086.com/index.php/archives/1312.html</link>
		<comments>http://xd10086.com/index.php/archives/1312.html#comments</comments>
		<pubDate>Sun, 06 May 2012 13:25:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux学习]]></category>
		<category><![CDATA[错误734]]></category>

		<guid isPermaLink="false">http://xd10086.com/?p=1312</guid>
		<description><![CDATA[<p>使用PPTP架了台VPN服务器,尽然冒出来了如下图的错误.折腾人呀.</p> <p></p> <p>&#160;</p> <p>处理办法:</p> <p>打开文件: vi /etc/ppp/options.pptpd</p> <p>找到:require-mppe-128</p> <p>40行吧.</p> <p>把这行注注释掉,重启一下服务搞定了.</p> <p>/etc/init.d/pptpd restart</p> <p>&#160;</p> ]]></description>
		<wfw:commentRss>http://xd10086.com/index.php/archives/1312.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>第一次送号 有6 7 8 位的  有个6位无保QQ 连登一个星期可以改密码</title>
		<link>http://xd10086.com/index.php/archives/1309.html</link>
		<comments>http://xd10086.com/index.php/archives/1309.html#comments</comments>
		<pubDate>Sun, 06 May 2012 01:42:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[非技术记录]]></category>

		<guid isPermaLink="false">http://xd10086.com/?p=1309</guid>
		<description><![CDATA[<p>178797560&#8212;-123426lang&#8212;-222.208.171.188&#8212;-四川省眉山市 电信ADSL&#8212;-X6 @1s 2# )l( 872640646&#8212;-xxbbg4612212&#8212;-124.89.122.54&#8212;-陕西省榆林市 网通&#8212;-技术 O96%U$W 287409485&#8212;-287409485123456&#8212;-111.72.180.28&#8212;-欧洲&#8212;-X6 m1Xc3=Y 453533049&#8212;-cq*cq6573&#8212;-114.234.30.121&#8212;-江苏省徐州市 电信&#8212;-X6 b&#60; j*;n. 1164014512&#8212;-1234261373&#8212;-117.57.193.46&#8212;-安徽省 电信&#8212;-X6 1*?L&#62;@Wdy 836607017&#8212;-XIAmo8023&#8212;-61.185.80.34&#8212;-陕西省渭南市华阴市 现代商城小蚂蚁网吧&#8212;-X6 xE- _Fv9 984466176&#8212;-292628272&#8212;-115.50.2.111&#8212;-河南省 网通&#8212;-X6 B^Hh rz! 1009781828&#8212;-100568904&#8212;-116.228.6.62&#8212;-上海市 电信&#8212;-X6 7{p6&#38;xXx 904352051&#8212;-3.14159yp&#8212;-110.187.91.57&#8212;-欧洲&#8212;-二哥 {_ {zs!r 447093722&#8212;-abcABC123&#8212;-221.215.219.114&#8212;-山东省青岛市 网通&#8212;-X6 (&#8217;+C $ 864163224&#8212;-qn15191285471&#8212;-113.138.213.137&#8212;&#8212;&#8211;X6 k,61Va 583665191&#8212;-596.4580ma&#8212;-211.142.83.54&#8212;-山西省孝义市 移动&#8212;-X6 NUh+ &#38;M 870866208&#8212;-zhangl9850418&#8212;-219.148.134.34&#8212;-河北省秦皇岛市 电信&#8212;-X6 H@&#8217;u$qr$: 601362990&#8212;-02765658161a&#8212;-59.62.71.124&#8212;-江西省南昌市 电信ADSL&#8212;-X6 }(!3)k7* 1226161201&#8212;-13639245517lyq&#8212;-119.0.106.48&#8212;-贵州省 电信&#8212;-X6 &#124;y4j:`@. 931523824&#8212;-zhan15858545106&#8212;-58.40.206.125&#8212;-上海市奉贤区 电信ADSL&#8212;-X6 [y"Yi PK 504121049----13854126167qj----123.232.232.66----山东省济南市 [...]]]></description>
		<wfw:commentRss>http://xd10086.com/index.php/archives/1309.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>海蜘蛛注册码</title>
		<link>http://xd10086.com/index.php/archives/1307.html</link>
		<comments>http://xd10086.com/index.php/archives/1307.html#comments</comments>
		<pubDate>Fri, 04 May 2012 17:05:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux等技术文档]]></category>
		<category><![CDATA[海蜘蛛注册码]]></category>

		<guid isPermaLink="false">http://xd10086.com/?p=1307</guid>
		<description><![CDATA[<p>海蜘蛛注册码 XXXXX-96387-41854-47089</p> ]]></description>
		<wfw:commentRss>http://xd10086.com/index.php/archives/1307.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>畅无线使用教程</title>
		<link>http://xd10086.com/index.php/archives/1305.html</link>
		<comments>http://xd10086.com/index.php/archives/1305.html#comments</comments>
		<pubDate>Fri, 04 May 2012 11:39:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux等技术文档]]></category>
		<category><![CDATA[畅无线使用教程]]></category>

		<guid isPermaLink="false">http://xd10086.com/?p=1305</guid>
		<description><![CDATA[<p>1、手机安装畅无线客户端。 2、搜索电信，联通无线网络AP。 3、开始破解网络。 4、开始无限时无限量无限速免费上网。</p> ]]></description>
		<wfw:commentRss>http://xd10086.com/index.php/archives/1305.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>掷出窗外，有毒食品警告网源码下载</title>
		<link>http://xd10086.com/index.php/archives/1303.html</link>
		<comments>http://xd10086.com/index.php/archives/1303.html#comments</comments>
		<pubDate>Fri, 04 May 2012 05:25:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux等技术文档]]></category>
		<category><![CDATA[有毒食品警告网源码 掷出窗外源码]]></category>

		<guid isPermaLink="false">http://xd10086.com/?p=1303</guid>
		<description><![CDATA[<p>掷出窗外源码下载.rar 有毒食品警告网源码下载.rar 最新源码下载 易粪相食</p> ]]></description>
		<wfw:commentRss>http://xd10086.com/index.php/archives/1303.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>最新畅无线下载v3.1</title>
		<link>http://xd10086.com/index.php/archives/1298.html</link>
		<comments>http://xd10086.com/index.php/archives/1298.html#comments</comments>
		<pubDate>Fri, 04 May 2012 00:20:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux等技术文档]]></category>
		<category><![CDATA[畅无线]]></category>

		<guid isPermaLink="false">http://xd10086.com/?p=1298</guid>
		<description><![CDATA[<p>最新畅无线下载地址 自动破解中国自动WIFI密码 畅无线v3.1下载</p> ]]></description>
		<wfw:commentRss>http://xd10086.com/index.php/archives/1298.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VPS使用教程,购物,跨站,网站服务器,下载苹果资源</title>
		<link>http://xd10086.com/index.php/archives/1299.html</link>
		<comments>http://xd10086.com/index.php/archives/1299.html#comments</comments>
		<pubDate>Sun, 29 Apr 2012 19:47:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[服务器架设秘籍]]></category>
		<category><![CDATA[VPS使用教程]]></category>
		<category><![CDATA[下载苹果资源]]></category>
		<category><![CDATA[网站服务器]]></category>
		<category><![CDATA[购物]]></category>
		<category><![CDATA[跨站]]></category>

		<guid isPermaLink="false">http://xd10086.com/?p=1299</guid>
		<description><![CDATA[<p>您将学习到 VPS基本应用. 1.如何使用VPS远程购物. 2.如何使用VPS浏览国内禁了的网站. 3.如何使用VPS架设网站服务器. 4.如何使用VPS架设代理服务器玩游戏. 5.如何使用VPS下载国外资源. VPS销售中心http://vps8.taobao.com 用到的所有工具将全部打包到:http://bjvps.com</p> <p>视频教程：</p> <p></p>]]></description>
		<wfw:commentRss>http://xd10086.com/index.php/archives/1299.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

