<?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>VPS侦探 &#187; CentOS</title>
	<atom:link href="http://www.vpser.net/tag/centos/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vpser.net</link>
	<description>致力于VPS主机推荐、VPS管理维护、VPS优惠信息及VPS相关的信息共享平台</description>
	<lastBuildDate>Mon, 06 Feb 2012 01:24:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CentOS上DirectAdmin安装教程</title>
		<link>http://www.vpser.net/manage/centos-directadmin-install-guide.html</link>
		<comments>http://www.vpser.net/manage/centos-directadmin-install-guide.html#comments</comments>
		<pubDate>Sun, 14 Nov 2010 10:40:40 +0000</pubDate>
		<dc:creator>VPSer</dc:creator>
				<category><![CDATA[VPS管理维护]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[安装]]></category>
		<category><![CDATA[教程]]></category>

		<guid isPermaLink="false">http://www.vpser.net/?p=1712</guid>
		<description><![CDATA[DirectAdmin是一款付费的虚拟主机管理软件，通常简称为DA，DA比Cpanel功能上简单，但是内存占用也更少些，更重要的是价格也更便宜，一般自己用或者搞合租DA算是很合适的。 安装前首先确保已经购买了DirectAdmin的授权，购买授权后会有Client ID，License ID，也需要在DA官网上或者DA销售商那里提交你的VPS或者服务器的IP和系统信息。 1、安装CentOS的相关组件的命令如下： yum update -y yum install gcc-c++ gcc make automake wget flex -y 2、安装DirectAdmin需要干净的系统，所以在装之前要卸载掉httpd、php、mysql。 yum remove httpd* php* mysql* -y 3、下载DirectAdmin安装脚本文件，执行命令： wget http://directadmin.com/setup.sh 4、为DirectAdmin安装脚本文件添加执行权限，执行命令： chmod +x setup.sh 5、执行DirectAdmin安装脚本文件： ./setup.sh 运行DirectAdmin安装文件，然后在下面填入相关的信息。其中hostname最好最好使用如：linode.vpser.net 之类的二级域名不要使用顶级域名。 DirectAdmin’s setup has a few more things you need to fill: Please enter your Client ID :         [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1713" title="directadmin" src="http://www.vpser.net/uploads/2010/11/directadmin.gif" alt="" width="240" height="60" /></p>
<p>DirectAdmin是一款付费的虚拟主机管理软件，通常简称为DA，DA比Cpanel功能上简单，但是内存占用也更少些，更重要的是价格也更便宜，一般自己用或者搞合租DA算是很合适的。</p>
<p>安装前首先确保已经购买了DirectAdmin的授权，购买授权后会有Client ID，License ID，也需要在DA官网上或者DA销售商那里提交你的VPS或者服务器的IP和系统信息。</p>
<p>1、安装CentOS的相关组件的命令如下：<span id="more-1712"></span></p>
<blockquote><p>yum update -y<br />
yum install gcc-c++ gcc make automake wget flex -y</p></blockquote>
<p>2、安装DirectAdmin需要干净的系统，所以在装之前要卸载掉httpd、php、mysql。</p>
<blockquote><p>yum remove httpd* php* mysql* -y</p></blockquote>
<p>3、下载DirectAdmin安装脚本文件，执行命令：</p>
<blockquote><p>wget <a href="http://directadmin.com/setup.sh" target="_blank">http://directadmin.com/setup.sh</a></p></blockquote>
<p>4、为DirectAdmin安装脚本文件添加执行权限，执行命令：</p>
<blockquote><p>chmod +x setup.sh</p></blockquote>
<p>5、执行DirectAdmin安装脚本文件：</p>
<blockquote><p>./setup.sh</p></blockquote>
<p>运行DirectAdmin安装文件，然后在下面填入相关的信息。其中hostname最好最好使用如：linode.vpser.net 之类的二级域名不要使用顶级域名。</p>
<p>DirectAdmin’s setup has a few more things you need to fill:<br />
Please enter your Client ID :                   //输入你的Client ID<br />
Please enter your License ID :                    //输入你的License ID<br />
Please enter your hostname \(server.domain.com\)                         //输入一个主机名，如：linode.vpser.net<br />
It must be a Fully Qualified Domain Name<br />
Do *not* use a domain you plan on using for the hostname:<br />
eg. don’t use domain.com. Use server.domain.com instead.<br />
Do not enter http:// or www<br />
Enter your hostname (FQDN) :<br />
Is this correct? (y,n) :                          //提示上面是否正确，正确请输入y<br />
Is eth0 your network adaptor with the license IP? (y,n) :             //输入y<br />
Is xx.xx.xx.xx the IP in your license? (y,n) :                           //确认IP是否是License上注册的IP<br />
DirectAdmin will now be installed on: Enterprise 5<br />
Is this correct? (must match license) (y,n) :               //输入y<br />
You now have 2 options for your apache/php setup.<br />
1: customapache: older, more tested. Includes Apache 1.3, php 4 and frontpage.<br />
2: custombuild 1.1: newer, less tested. Includes any Apache version, php 4, 5, or both in cli and/or suphp. Frontpage not available with Apache 2.x.<br />
Post any issues with custombuild to the forum: <a href="http://www.directadmin.com/forum/forumdisplay.php?f=61" target="_blank">http://www.directadmin.com/forum/forumdisplay.php?f=61</a><br />
Enter your choice (1 or 2):        //一般选择2就行，使用php5</p>
<p>经过这些步骤,DirectAdmin的安装已经完成了。</p>
<p>安装完成后会提示：</p>
<p>DirectAdmin的用户名密码及DirectAdmin的管理后台地址等。</p>
<p>一般基于OpenVZ的VPS需要在使用前打开/usr/local/directadmin/conf/directadmin.conf这个文件，确认其中的ethernet_dev的值修改为：venet0:0 ，具体已ifconfig 为准。</p>
<p>执行：service directadmin restart 重启DirectAdmin，用http://IP:2222 登录DirectAdmin后台。</p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://www.vpser.net/manage/lnmp-lnmpa-imagemagick-install-tutorial.html" title="LNMP/LNMPA一键安装包ImageMagick安装配置教程">LNMP/LNMPA一键安装包ImageMagick安装配置教程</a></li><li><a href="http://www.vpser.net/manage/jiankongbao-setup.html" title="监控宝 安装使用指南">监控宝 安装使用指南</a></li><li><a href="http://www.vpser.net/vps-cp/centos-linux-vps-kloxol-xadmin.html" title="CentOS Linux VPS Kloxo/Lxadmin虚拟主机控制面板安装教程">CentOS Linux VPS Kloxo/Lxadmin虚拟主机控制面板安装教程</a></li><li><a href="http://www.vpser.net/usa-vps/linode.html" title="Linode 购买、安装、测试、配置教程">Linode 购买、安装、测试、配置教程</a></li><li><a href="http://www.vpser.net/manage/vi.html" title="Linux上vi(vim)编辑器使用教程">Linux上vi(vim)编辑器使用教程</a></li><li><a href="http://www.vpser.net/security/linux-iptables.html" title="Linux上iptables防火墙的基本应用教程">Linux上iptables防火墙的基本应用教程</a></li><li><a href="http://www.vpser.net/manage/linux-vps-install-7zip.html" title="Linux VPS上安装7zip使用教程及zip中文文件名解压乱码解决方法">Linux VPS上安装7zip使用教程及zip中文文件名解压乱码解决方法</a></li><li><a href="http://www.vpser.net/build/linode-install-openvpn.html" title="Linode VPS OpenVPN安装配置教程(基于Debian/Ubuntu)">Linode VPS OpenVPN安装配置教程(基于Debian/Ubuntu)</a></li><li><a href="http://www.vpser.net/manage/screen.html" title="SSH远程会话管理工具 &#8211; screen使用教程">SSH远程会话管理工具 &#8211; screen使用教程</a></li><li><a href="http://www.vpser.net/build/lnmp-0-5.html" title="LNMP一键安装包 0.5 正式发布">LNMP一键安装包 0.5 正式发布</a></li></ul><hr />
<p><small>© VPSer for <a href="http://www.vpser.net">VPS侦探</a>, 2010. |
<a href="http://www.vpser.net/manage/centos-directadmin-install-guide.html">Permalink</a> |
<a href="http://www.vpser.net/manage/centos-directadmin-install-guide.html#comments">7 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.vpser.net/manage/centos-directadmin-install-guide.html&title=CentOS上DirectAdmin安装教程">del.icio.us</a>
<br/>
Post tags: <a href="http://www.vpser.net/tag/centos" rel="tag">CentOS</a>, <a href="http://www.vpser.net/tag/directadmin" rel="tag">DirectAdmin</a>, <a href="http://www.vpser.net/tag/%e5%ae%89%e8%a3%85" rel="tag">安装</a>, <a href="http://www.vpser.net/tag/%e6%95%99%e7%a8%8b" rel="tag">教程</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.vpser.net/manage/centos-directadmin-install-guide.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>LNMP一键安装包 0.5 正式发布</title>
		<link>http://www.vpser.net/build/lnmp-0-5.html</link>
		<comments>http://www.vpser.net/build/lnmp-0-5.html#comments</comments>
		<pubDate>Sat, 09 Oct 2010 13:39:25 +0000</pubDate>
		<dc:creator>VPSer</dc:creator>
				<category><![CDATA[服务器环境搭建]]></category>
		<category><![CDATA[0.5]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[LNMP]]></category>
		<category><![CDATA[LNMP一键安装包]]></category>
		<category><![CDATA[一键安装包]]></category>

		<guid isPermaLink="false">http://www.vpser.net/?p=1598</guid>
		<description><![CDATA[LNMP一键安装包是一个用Linux Shell编写的可以为CentOS/RadHat、Debian VPS(VDS)或独立主机安装LNMP(Nginx、MySQL、PHP、phpMyAdmin)生产环境的Shell程序。 主要针对LNMP安装脚本进行了优化，减少因为环境差异引起的安装错误，其次对Nginx、PHP、MySQL等主要程序进行了版本升级。同时优化了eAccelerator和增加ionCube安装程序，Zend Optimizer、eAccelerator和、ionCube可以完美共存。 LNMP一键安装包 0.5已经在DiaHosting、BuyVM、Linode等几家美国VPS的CentOS、Debian的32位和64位系统上测试通过。 安装方法：http://lnmp.org/install.html LNMP相关软件版本： Nginx 0.7.67 MySQL 5.1.48 PHP 5.2.14 PHPMyAdmin 3.3.7 其他更新： 1、为安全将Nginx日志移动到/home/wwwlogs/下面； 2、更改32位64位判别方式； 3、增加系统时间调整，防止时间错误造成编译出错； 4、优化eAccelerator安装程序； 5、增加ionCube安装程序； 6、虚拟主机添加可以直接运行：/root/vhost.sh 。 7、修正/root/lnmp状态判断错误。 LNMP相关目录： mysql :   /usr/local/mysql php :     /usr/local/php nginx :   /usr/local/nginx 网站目录 :     /home/wwwroot/ 技术支持： LNMP官网：http://www.lnmp.org/ 作者技术支持邮箱：www@lnmp.org 技术支持论坛：http://bbs.vpser.net/forum-25-1.html （注册需注明：LNMP，人工审核，请尽量通过论坛反馈，以便其他用户参考。） 相关文章：LNMP一键安装包 0.8发布lnmp去掉nginx上传目录的PHP执行权限LNMP一键安装包 0.6 正式发布LNMP一键安装包 0.4发布LNMP/LNMPA一键安装包ImageMagick安装配置教程请各位lnmp用户检查php pathinfo设置！重要！LNMP一键安装包 0.7发布 &#8211; 支持LNMPALNMP一键安装包 PHP自动升级脚本LNMP一键安装包 自动无缝升级Nginx至任意版本LNMP一键安装包常见问题错误及解决方法(不定期更新) [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lnmp.org/" target="_blank"><img class="alignnone" title="lnmp一键安装包" src="http://lnmp.org/images/logo.gif" alt="" width="156" height="46" /></a></p>
<p>LNMP一键安装包是一个用Linux Shell编写的可以为CentOS/RadHat、Debian VPS(VDS)或独立主机安装LNMP(Nginx、MySQL、PHP、phpMyAdmin)生产环境的Shell程序。</p>
<p>主要针对LNMP安装脚本进行了优化，减少因为环境差异引起的安装错误，其次对Nginx、PHP、MySQL等主要程序进行了版本升级。同时优化了eAccelerator和增加ionCube安装程序，Zend Optimizer、eAccelerator和、ionCube可以完美共存。</p>
<p>LNMP一键安装包 0.5已经在<a href="http://www.vpser.net/go/diahosting" target="_blank">DiaHosting</a>、<a href="http://www.vpser.net/go/buyvm" target="_blank">BuyVM</a>、<a href="http://www.vpser.net/go/linode" target="_blank">Linode</a>等几家美国VPS的CentOS、Debian的32位和64位系统上测试通过。<span id="more-1598"></span></p>
<p>安装方法：<a href="http://lnmp.org/install.html" target="_blank">http://lnmp.org/install.html</a></p>
<p>LNMP相关软件版本：</p>
<p>Nginx 0.7.67<br />
MySQL 5.1.48<br />
PHP 5.2.14<br />
PHPMyAdmin 3.3.7</p>
<p>其他更新：<br />
1、为安全将Nginx日志移动到/home/wwwlogs/下面；<br />
2、更改32位64位判别方式；<br />
3、增加系统时间调整，防止时间错误造成编译出错；<br />
4、优化eAccelerator安装程序；<br />
5、增加ionCube安装程序；<br />
6、虚拟主机添加可以直接运行：/root/vhost.sh 。<br />
7、修正/root/lnmp状态判断错误。</p>
<p>LNMP相关目录：<br />
mysql :   /usr/local/mysql<br />
php :     /usr/local/php<br />
nginx :   /usr/local/nginx<br />
网站目录 :     /home/wwwroot/</p>
<p>技术支持：</p>
<p>LNMP官网：<a href="http://www.lnmp.org/" target="_blank">http://www.lnmp.org/</a><br />
作者技术支持邮箱：<a href="mailto:www@lnmp.org">www@lnmp.org</a><br />
技术支持论坛：<a href="http://bbs.vpser.net/forum-25-1.html" target="_blank">http://bbs.vpser.net/forum-25-1.html</a> （注册需注明：LNMP，人工审核，请尽量通过论坛反馈，以便其他用户参考。）</p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://www.vpser.net/build/lnmp-0-8.html" title="LNMP一键安装包 0.8发布">LNMP一键安装包 0.8发布</a></li><li><a href="http://www.vpser.net/security/lnmp-remove-nginx-php-execute.html" title="lnmp去掉nginx上传目录的PHP执行权限">lnmp去掉nginx上传目录的PHP执行权限</a></li><li><a href="http://www.vpser.net/build/lnmp-0-6.html" title="LNMP一键安装包 0.6 正式发布">LNMP一键安装包 0.6 正式发布</a></li><li><a href="http://www.vpser.net/build/lnmp-0-4.html" title="LNMP一键安装包 0.4发布">LNMP一键安装包 0.4发布</a></li><li><a href="http://www.vpser.net/manage/lnmp-lnmpa-imagemagick-install-tutorial.html" title="LNMP/LNMPA一键安装包ImageMagick安装配置教程">LNMP/LNMPA一键安装包ImageMagick安装配置教程</a></li><li><a href="http://www.vpser.net/security/lnmp-php-pathinfo.html" title="请各位lnmp用户检查php pathinfo设置！重要！">请各位lnmp用户检查php pathinfo设置！重要！</a></li><li><a href="http://www.vpser.net/build/lnmp-0-7-lnmpa.html" title="LNMP一键安装包 0.7发布 &#8211; 支持LNMPA">LNMP一键安装包 0.7发布 &#8211; 支持LNMPA</a></li><li><a href="http://www.vpser.net/manage/lnmp-upgrade-php-script.html" title="LNMP一键安装包 PHP自动升级脚本">LNMP一键安装包 PHP自动升级脚本</a></li><li><a href="http://www.vpser.net/build/lnmp-auto-upgrade-nginx-to-any-version.html" title="LNMP一键安装包 自动无缝升级Nginx至任意版本">LNMP一键安装包 自动无缝升级Nginx至任意版本</a></li><li><a href="http://www.vpser.net/build/lnmp-faq.html" title="LNMP一键安装包常见问题错误及解决方法(不定期更新)">LNMP一键安装包常见问题错误及解决方法(不定期更新)</a></li></ul><hr />
<p><small>© VPSer for <a href="http://www.vpser.net">VPS侦探</a>, 2010. |
<a href="http://www.vpser.net/build/lnmp-0-5.html">Permalink</a> |
<a href="http://www.vpser.net/build/lnmp-0-5.html#comments">27 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.vpser.net/build/lnmp-0-5.html&title=LNMP一键安装包 0.5 正式发布">del.icio.us</a>
<br/>
Post tags: <a href="http://www.vpser.net/tag/0-5" rel="tag">0.5</a>, <a href="http://www.vpser.net/tag/centos" rel="tag">CentOS</a>, <a href="http://www.vpser.net/tag/debian" rel="tag">Debian</a>, <a href="http://www.vpser.net/tag/lnmp" rel="tag">LNMP</a>, <a href="http://www.vpser.net/tag/lnmp%e4%b8%80%e9%94%ae%e5%ae%89%e8%a3%85%e5%8c%85" rel="tag">LNMP一键安装包</a>, <a href="http://www.vpser.net/tag/%e4%b8%80%e9%94%ae%e5%ae%89%e8%a3%85%e5%8c%85" rel="tag">一键安装包</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.vpser.net/build/lnmp-0-5.html/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>L2TP VPN 一键安装脚本 for CentOS Linux</title>
		<link>http://www.vpser.net/build/l2tp-vpn-auto-installer.html</link>
		<comments>http://www.vpser.net/build/l2tp-vpn-auto-installer.html#comments</comments>
		<pubDate>Sat, 09 Oct 2010 08:19:29 +0000</pubDate>
		<dc:creator>VPSer</dc:creator>
				<category><![CDATA[服务器环境搭建]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[L2TP]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[一键安装]]></category>
		<category><![CDATA[脚本]]></category>

		<guid isPermaLink="false">http://www.vpser.net/?p=1603</guid>
		<description><![CDATA[在天朝VPN、SSH永远都是最受欢迎的，淘宝最近有在闹VPN等翻墙风波，有VPS的可以按照下面的方法搞个VPN，自己或同朋友一起用。本文转载自：VPSYOU 此脚本可在 Xen-base VPS 上自动配置 L2TP over IPSEC 的 VPN Server，在 Las Vegas 上的一台 Xen-Base VPS 上测试成功，系统为 Centos 5.5 32bit. Xen-Base VPS 安装步骤： 仅适用于 32Bit CentOS wget http://www.vpsyou.com/sources/l2tpauto.tar.gz tar zxvf l2tpauto.tar.gz ./l2tp.auto 此时需要输入IP段与PSK，值得注意的是，如果希望L2TP的IP段是 10.0.0.0 的话，则在脚本的IP-RANGE中输入 “10.0.0″。PSK 是 l2tp client 共同使用的密匙，同样是必填的。 输入了IP段和PSK之后，程序会显示你的VPS当前的IP（IPV4）、L2TP的本地IP、分配给客户端的IP段以及你所设置的PSK，请确认无误后，按任意键，程序便会开始自动配置。 安装完毕后会运行 ipsec verify，如果与上图一致，证明配置成功！用于测试的用户名与密码分别是：test / test123，记录于 /etc/ppp/chap-secrets 文件当中。 客户端设置（以 Windows XP 为例）： 创建一个VPN连接： 设置完就可以连接了。 相关文章：Linode [...]]]></description>
			<content:encoded><![CDATA[<p>在天朝VPN、SSH永远都是最受欢迎的，<a href="http://blog.licess.org/taobao-remove-vpn-ssh-goods/" target="_blank">淘宝最近有在闹VPN等翻墙风波</a>，有VPS的可以按照下面的方法搞个VPN，自己或同朋友一起用。本文转载自：<a href="http://www.vpser.net/go/vpsyou" target="_blank">VPSYOU</a></p>
<p>此脚本可在 Xen-base VPS 上自动配置 L2TP over IPSEC 的 VPN Server，在 <a href="http://www.vpser.net/go/vpsyou" target="_blank">Las Vegas</a> 上的一台 Xen-Base VPS 上测试成功，系统为 Centos 5.5 32bit.</p>
<p><strong>Xen-Base VPS 安装步骤：</strong></p>
<p>仅适用于 32Bit CentOS</p>
<blockquote>
<pre>wget http://www.vpsyou.com/sources/l2tpauto.tar.gz
tar zxvf l2tpauto.tar.gz
./l2tp.auto</pre>
</blockquote>
<pre><img class="alignnone size-full wp-image-1604" title="l2tp1" src="http://www.vpser.net/uploads/2010/10/l2tp1.jpg" alt="" width="426" height="253" /><span id="more-1603"></span></pre>
<pre>此时需要输入IP段与PSK，值得注意的是，<strong>如果希望L2TP的IP段是 10.0.0.0 的话，则在脚本的IP-RANGE中输入 “10.0.0″</strong>。PSK 是 l2tp client 共同使用的密匙，同样是必填的。

输入了IP段和PSK之后，程序会显示你的VPS当前的IP（IPV4）、L2TP的本地IP、分配给客户端的IP段以及你所设置的PSK，请确认无误后，按任意键，程序便会开始自动配置。

<img class="alignnone size-full wp-image-1605" title="l2tp2" src="http://www.vpser.net/uploads/2010/10/l2tp2.jpg" alt="" width="596" height="249" />

安装完毕后会运行 ipsec verify，如果与上图一致，证明配置成功！用于测试的用户名与密码分别是：test / test123，记录于 /etc/ppp/chap-secrets 文件当中。

<strong>客户端设置（以 Windows XP 为例）：</strong>

创建一个VPN连接：

<img class="alignnone size-full wp-image-1606" title="client1" src="http://www.vpser.net/uploads/2010/10/client1.jpg" alt="" width="495" height="374" />

<img class="alignnone size-full wp-image-1607" title="client2" src="http://www.vpser.net/uploads/2010/10/client2.jpg" alt="" width="494" height="372" />

<img class="alignnone size-full wp-image-1608" title="client3" src="http://www.vpser.net/uploads/2010/10/client3.jpg" alt="" width="495" height="370" />

<img class="alignnone size-full wp-image-1609" title="client4" src="http://www.vpser.net/uploads/2010/10/client4.jpg" alt="" width="496" height="371" />

<a href="http://www.vpser.net/uploads/2010/10/client5.jpg"><img class="alignnone size-full wp-image-1610" title="client5" src="http://www.vpser.net/uploads/2010/10/client5.jpg" alt="" width="498" height="372" /></a>

<a href="http://www.vpser.net/uploads/2010/10/client6.jpg"><img class="alignnone size-full wp-image-1611" title="client6" src="http://www.vpser.net/uploads/2010/10/client6.jpg" alt="" width="346" height="364" /></a>

<a href="http://www.vpser.net/uploads/2010/10/client7.jpg"><img class="alignnone size-full wp-image-1612" title="client7" src="http://www.vpser.net/uploads/2010/10/client7.jpg" alt="" width="359" height="435" /></a>

<a href="http://www.vpser.net/uploads/2010/10/client8.jpg"><img class="alignnone size-full wp-image-1613" title="client8" src="http://www.vpser.net/uploads/2010/10/client8.jpg" alt="" width="359" height="437" /></a>

设置完就可以连接了。</pre>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://www.vpser.net/build/linode-install-openvpn.html" title="Linode VPS OpenVPN安装配置教程(基于Debian/Ubuntu)">Linode VPS OpenVPN安装配置教程(基于Debian/Ubuntu)</a></li><li><a href="http://www.vpser.net/manage/lnmp-upgrade-php-script.html" title="LNMP一键安装包 PHP自动升级脚本">LNMP一键安装包 PHP自动升级脚本</a></li><li><a href="http://www.vpser.net/manage/cut-nginx-log-files.html" title="Nginx日志切割脚本">Nginx日志切割脚本</a></li><li><a href="http://www.vpser.net/security/linux-autobackup-ftp.html" title="Linux VPS/服务器 网站及数据库自动本地备份并FTP上传备份脚本">Linux VPS/服务器 网站及数据库自动本地备份并FTP上传备份脚本</a></li><li><a href="http://www.vpser.net/manage/centos-directadmin-install-guide.html" title="CentOS上DirectAdmin安装教程">CentOS上DirectAdmin安装教程</a></li><li><a href="http://www.vpser.net/build/lnmp-0-5.html" title="LNMP一键安装包 0.5 正式发布">LNMP一键安装包 0.5 正式发布</a></li><li><a href="http://www.vpser.net/manage/centos-linux-vps-desktop-install-inone.html" title="CentOS Linux VPS桌面环境一键安装包">CentOS Linux VPS桌面环境一键安装包</a></li><li><a href="http://www.vpser.net/usa-vps/krypt-free-centos-windows-vps.html" title="Krypt 赠送48小时免费CentOS或Windows 2003 VPS">Krypt 赠送48小时免费CentOS或Windows 2003 VPS</a></li><li><a href="http://www.vpser.net/build/centos-openvz-vtonf.html" title="CentOS 5.4+OpenVZ+Vtonf自建VPS服务器[转]">CentOS 5.4+OpenVZ+Vtonf自建VPS服务器[转]</a></li><li><a href="http://www.vpser.net/manage/linode-vps-pptp-vpn-howto.html" title="Linode VPS PPTP VPN 安装配置教程">Linode VPS PPTP VPN 安装配置教程</a></li></ul><hr />
<p><small>© VPSer for <a href="http://www.vpser.net">VPS侦探</a>, 2010. |
<a href="http://www.vpser.net/build/l2tp-vpn-auto-installer.html">Permalink</a> |
<a href="http://www.vpser.net/build/l2tp-vpn-auto-installer.html#comments">10 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.vpser.net/build/l2tp-vpn-auto-installer.html&title=L2TP VPN 一键安装脚本 for CentOS Linux">del.icio.us</a>
<br/>
Post tags: <a href="http://www.vpser.net/tag/centos" rel="tag">CentOS</a>, <a href="http://www.vpser.net/tag/l2tp" rel="tag">L2TP</a>, <a href="http://www.vpser.net/tag/vpn" rel="tag">VPN</a>, <a href="http://www.vpser.net/tag/%e4%b8%80%e9%94%ae%e5%ae%89%e8%a3%85" rel="tag">一键安装</a>, <a href="http://www.vpser.net/tag/%e8%84%9a%e6%9c%ac" rel="tag">脚本</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.vpser.net/build/l2tp-vpn-auto-installer.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>CentOS Linux VPS桌面环境一键安装包</title>
		<link>http://www.vpser.net/manage/centos-linux-vps-desktop-install-inone.html</link>
		<comments>http://www.vpser.net/manage/centos-linux-vps-desktop-install-inone.html#comments</comments>
		<pubDate>Wed, 21 Jul 2010 16:03:46 +0000</pubDate>
		<dc:creator>VPSer</dc:creator>
				<category><![CDATA[VPS管理维护]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[一键安装包]]></category>
		<category><![CDATA[桌面]]></category>

		<guid isPermaLink="false">http://www.vpser.net/?p=1383</guid>
		<description><![CDATA[VPS侦探上也曾发表过Linux VPS上安装KDE, Gnome和VNC有不少vpser们也实验过。今天发布一个VPSYou制作的CentOS Linux VPS桌面环境一键安装包。还是原来那句话，VPS上装桌面环境仅供测试或耍酷，生产环境还是老老实实SSH吧。 建议客户是在一个干净的centos系统里安装，另建议内存在768以上的客户安装及建议安装在32位的centos系统上！ 本安装包本站已在centos5.5 32bit上安装成功，软装不成功可能与你之前安装的有软件上冲突之类的，请重装系统重试！ 安装过程： wget http://www.vpsyou.com/sh/xwindow.sh;sh ./xwindow.sh; 将上面1行复制，粘贴到您的linux ssh控制台里，回车，全自动安装，等待5-30分钟即可完成！ 出现如下图时，按回车就行，表明你已经安装成功 本文转载自：VPSYOU 相关文章：LNMP一键安装包 0.5 正式发布LNMP一键安装包 0.8发布LNMP/LNMPA一键安装包ImageMagick安装配置教程lnmp去掉nginx上传目录的PHP执行权限请各位lnmp用户检查php pathinfo设置！重要！LNMP一键安装包 PHP自动升级脚本LNMP一键安装包 0.6 正式发布LNMP一键安装包常见问题错误及解决方法(不定期更新)CentOS上DirectAdmin安装教程L2TP VPN 一键安装脚本 for CentOS Linux © VPSer for VPS侦探, 2010. &#124; Permalink &#124; 8 comments &#124; Add to del.icio.us Post tags: CentOS, 一键安装包, 桌面 美国VPS推荐 &#124; 军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付 QQ：503228080]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vpser.net/" target="_blank">VPS侦探</a>上也曾发表过<a href="http://www.vpser.net/manage/linux-vps-install-kde-gnome-vnc.html" target="_blank">Linux VPS上安装KDE, Gnome和VNC</a>有不少vpser们也实验过。今天发布一个<a href="http://www.vpser.net/go/vpsyou" target="_blank">VPSYou</a>制作的<a href="http://www.vpser.net/manage/centos-linux-vps-desktop-install-inone.html" target="_blank">CentOS Linux VPS桌面环境一键安装包</a>。还是原来那句话，VPS上装桌面环境仅供测试或耍酷，生产环境还是老老实实SSH吧。</p>
<p>建议客户是在一个干净的centos系统里安装，另建议内存在768以上的客户安装及建议安装在32位的centos系统上！<br />
本安装包本站已在centos5.5 32bit上安装成功，软装不成功可能与你之前安装的有软件上冲突之类的，请重装系统重试！</p>
<h2>安装过程：</h2>
<p>wget <a href="http://www.vpser.net/go/vpsyou" target="_blank">http://www.vpsyou.com</a>/sh/xwindow.sh;sh ./xwindow.sh;<span id="more-1383"></span><br />
将上面1行复制，粘贴到您的linux ssh控制台里，回车，全自动安装，等待5-30分钟即可完成！<br />
出现如下图时，按回车就行，表明你已经安装成功</p>
<p><a href="http://www.vpser.net/uploads/2010/07/centos-desktop-1.jpg" target="_blank"><img class="alignnone size-full wp-image-1385" title="centos-desktop-1" src="http://www.vpser.net/uploads/2010/07/centos-desktop-1.jpg" alt="" width="591" height="177" /></a></p>
<p><a href="http://www.vpser.net/uploads/2010/07/centos-desktop-2.jpg" target="_blank"><img class="alignnone size-full wp-image-1386" title="centos-desktop-2" src="http://www.vpser.net/uploads/2010/07/centos-desktop-2.jpg" alt="" width="374" height="269" /></a></p>
<p><a href="http://www.vpser.net/uploads/2010/07/centos-desktop-3.jpg" target="_blank"><img class="alignnone size-full wp-image-1387" title="centos-desktop-3" src="http://www.vpser.net/uploads/2010/07/centos-desktop-3.jpg" alt="" width="369" height="485" /></a></p>
<p><a href="http://www.vpser.net/uploads/2010/07/centos-desktop-4.jpg" target="_blank"><img class="alignnone size-full wp-image-1388" title="centos-desktop-4" src="http://www.vpser.net/uploads/2010/07/centos-desktop-4.jpg" alt="" width="375" height="429" /></a></p>
<p><a href="http://www.vpser.net/uploads/2010/07/centos-desktop-5.jpg" target="_blank"><img class="alignnone size-full wp-image-1389" title="centos-desktop-5" src="http://www.vpser.net/uploads/2010/07/centos-desktop-5.jpg" alt="" width="592" height="319" /></a></p>
<p><a href="http://www.vpser.net/uploads/2010/07/centos-desktop-6.jpg" target="_blank"><img class="alignnone size-full wp-image-1390" title="centos-desktop-6" src="http://www.vpser.net/uploads/2010/07/centos-desktop-6.jpg" alt="" width="569" height="370" /></a></p>
<p><a href="http://www.vpser.net/uploads/2010/07/centos-desktop-7.jpg" target="_blank"><img class="alignnone size-medium wp-image-1391" title="centos-desktop-7" src="http://www.vpser.net/uploads/2010/07/centos-desktop-7-300x164.jpg" alt="" width="300" height="164" /></a></p>
<p>本文转载自：<a href="http://www.vpser.net/go/vpsyou" target="_blank">VPSYOU</a></p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://www.vpser.net/build/lnmp-0-5.html" title="LNMP一键安装包 0.5 正式发布">LNMP一键安装包 0.5 正式发布</a></li><li><a href="http://www.vpser.net/build/lnmp-0-8.html" title="LNMP一键安装包 0.8发布">LNMP一键安装包 0.8发布</a></li><li><a href="http://www.vpser.net/manage/lnmp-lnmpa-imagemagick-install-tutorial.html" title="LNMP/LNMPA一键安装包ImageMagick安装配置教程">LNMP/LNMPA一键安装包ImageMagick安装配置教程</a></li><li><a href="http://www.vpser.net/security/lnmp-remove-nginx-php-execute.html" title="lnmp去掉nginx上传目录的PHP执行权限">lnmp去掉nginx上传目录的PHP执行权限</a></li><li><a href="http://www.vpser.net/security/lnmp-php-pathinfo.html" title="请各位lnmp用户检查php pathinfo设置！重要！">请各位lnmp用户检查php pathinfo设置！重要！</a></li><li><a href="http://www.vpser.net/manage/lnmp-upgrade-php-script.html" title="LNMP一键安装包 PHP自动升级脚本">LNMP一键安装包 PHP自动升级脚本</a></li><li><a href="http://www.vpser.net/build/lnmp-0-6.html" title="LNMP一键安装包 0.6 正式发布">LNMP一键安装包 0.6 正式发布</a></li><li><a href="http://www.vpser.net/build/lnmp-faq.html" title="LNMP一键安装包常见问题错误及解决方法(不定期更新)">LNMP一键安装包常见问题错误及解决方法(不定期更新)</a></li><li><a href="http://www.vpser.net/manage/centos-directadmin-install-guide.html" title="CentOS上DirectAdmin安装教程">CentOS上DirectAdmin安装教程</a></li><li><a href="http://www.vpser.net/build/l2tp-vpn-auto-installer.html" title="L2TP VPN 一键安装脚本 for CentOS Linux">L2TP VPN 一键安装脚本 for CentOS Linux</a></li></ul><hr />
<p><small>© VPSer for <a href="http://www.vpser.net">VPS侦探</a>, 2010. |
<a href="http://www.vpser.net/manage/centos-linux-vps-desktop-install-inone.html">Permalink</a> |
<a href="http://www.vpser.net/manage/centos-linux-vps-desktop-install-inone.html#comments">8 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.vpser.net/manage/centos-linux-vps-desktop-install-inone.html&title=CentOS Linux VPS桌面环境一键安装包">del.icio.us</a>
<br/>
Post tags: <a href="http://www.vpser.net/tag/centos" rel="tag">CentOS</a>, <a href="http://www.vpser.net/tag/%e4%b8%80%e9%94%ae%e5%ae%89%e8%a3%85%e5%8c%85" rel="tag">一键安装包</a>, <a href="http://www.vpser.net/tag/%e6%a1%8c%e9%9d%a2" rel="tag">桌面</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.vpser.net/manage/centos-linux-vps-desktop-install-inone.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Krypt 赠送48小时免费CentOS或Windows 2003 VPS</title>
		<link>http://www.vpser.net/usa-vps/krypt-free-centos-windows-vps.html</link>
		<comments>http://www.vpser.net/usa-vps/krypt-free-centos-windows-vps.html#comments</comments>
		<pubDate>Mon, 12 Jul 2010 05:16:15 +0000</pubDate>
		<dc:creator>VPSer</dc:creator>
				<category><![CDATA[美国VPS]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[krypt]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[免费VPS]]></category>

		<guid isPermaLink="false">http://www.vpser.net/?p=1358</guid>
		<description><![CDATA[前几天VPS侦探就听说Krypt有48小时免费的CentOS或Windows 2003 VPS正在派送，但是打开网站一直提示他们的程序有问题，也就一直没发布。今天再的时候已经可以。 申请网址：http://freedemo.krypt.com/ 只需要填写简单的表格，就可以获得免费试用48小时的VPS，对Krypt有意向的或者新手搞一个测试都比较不错。 相关文章：VPSYOU 2011年12月Xen Linux VPS 7折优惠码BurstNet 2011年6月Windows和Linux VPS优惠码VPSZZ &#8211; Xen及Windows VPS优惠码HostRail 256M Windows VPS 仅4.24美元YardVPS Tree Xen Linux和GRASS Windows方案 限时48小时9折优惠码Amazon EC2免费VPS使用心得及评价CentOS上DirectAdmin安装教程Linux和Windows VPS/服务器上查看端口被哪个程序占用LNMP一键安装包 0.5 正式发布VPSYOU 加州Fremont机房(He.net) WIN VPS上线，另附优惠码 © VPSer for VPS侦探, 2010. &#124; Permalink &#124; 4 comments &#124; Add to del.icio.us Post tags: CentOS, krypt, Windows, 免费VPS 美国VPS推荐 &#124; 军哥代购 - [...]]]></description>
			<content:encoded><![CDATA[<p>前几天<a href="http://www.vpser.net" target="_blank">VPS侦探</a>就听说<a href="http://www.vpser.net/go/krypt" target="_blank">Krypt</a>有48小时免费的CentOS或Windows 2003 VPS正在派送，但是打开网站一直提示他们的程序有问题，也就一直没发布。今天再的时候已经可以。</p>
<p>申请网址：<a href="http://freedemo.krypt.com/">http://freedemo.krypt.com/</a></p>
<p>只需要填写简单的表格，就可以获得免费试用48小时的VPS，对Krypt有意向的或者新手搞一个测试都比较不错。</p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://www.vpser.net/coupons/vpsyou-2011-december-coupons.html" title="VPSYOU 2011年12月Xen Linux VPS 7折优惠码">VPSYOU 2011年12月Xen Linux VPS 7折优惠码</a></li><li><a href="http://www.vpser.net/coupons/burstnet-2011-june-windows-linux-vps-coupons.html" title="BurstNet 2011年6月Windows和Linux VPS优惠码">BurstNet 2011年6月Windows和Linux VPS优惠码</a></li><li><a href="http://www.vpser.net/coupons/vpszz-2011-xen-windows-vps-coupons.html" title="VPSZZ &#8211; Xen及Windows VPS优惠码">VPSZZ &#8211; Xen及Windows VPS优惠码</a></li><li><a href="http://www.vpser.net/coupons/hostrail-256mb-windows-4-24.html" title="HostRail 256M Windows VPS 仅4.24美元">HostRail 256M Windows VPS 仅4.24美元</a></li><li><a href="http://www.vpser.net/coupons/yardvps-tree-grass-2010-12-10off.html" title="YardVPS Tree Xen Linux和GRASS Windows方案 限时48小时9折优惠码">YardVPS Tree Xen Linux和GRASS Windows方案 限时48小时9折优惠码</a></li><li><a href="http://www.vpser.net/usa-vps/amazone-ec2-review.html" title="Amazon EC2免费VPS使用心得及评价">Amazon EC2免费VPS使用心得及评价</a></li><li><a href="http://www.vpser.net/manage/centos-directadmin-install-guide.html" title="CentOS上DirectAdmin安装教程">CentOS上DirectAdmin安装教程</a></li><li><a href="http://www.vpser.net/manage/linux-windows-ports.html" title="Linux和Windows VPS/服务器上查看端口被哪个程序占用">Linux和Windows VPS/服务器上查看端口被哪个程序占用</a></li><li><a href="http://www.vpser.net/build/lnmp-0-5.html" title="LNMP一键安装包 0.5 正式发布">LNMP一键安装包 0.5 正式发布</a></li><li><a href="http://www.vpser.net/coupons/vpsyou-fremont-he-net-win-vps.html" title="VPSYOU 加州Fremont机房(He.net) WIN VPS上线，另附优惠码">VPSYOU 加州Fremont机房(He.net) WIN VPS上线，另附优惠码</a></li></ul><hr />
<p><small>© VPSer for <a href="http://www.vpser.net">VPS侦探</a>, 2010. |
<a href="http://www.vpser.net/usa-vps/krypt-free-centos-windows-vps.html">Permalink</a> |
<a href="http://www.vpser.net/usa-vps/krypt-free-centos-windows-vps.html#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.vpser.net/usa-vps/krypt-free-centos-windows-vps.html&title=Krypt 赠送48小时免费CentOS或Windows 2003 VPS">del.icio.us</a>
<br/>
Post tags: <a href="http://www.vpser.net/tag/centos" rel="tag">CentOS</a>, <a href="http://www.vpser.net/tag/krypt" rel="tag">krypt</a>, <a href="http://www.vpser.net/tag/windows" rel="tag">Windows</a>, <a href="http://www.vpser.net/tag/%e5%85%8d%e8%b4%b9vps" rel="tag">免费VPS</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.vpser.net/usa-vps/krypt-free-centos-windows-vps.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CentOS 5.4+OpenVZ+Vtonf自建VPS服务器[转]</title>
		<link>http://www.vpser.net/build/centos-openvz-vtonf.html</link>
		<comments>http://www.vpser.net/build/centos-openvz-vtonf.html#comments</comments>
		<pubDate>Thu, 29 Apr 2010 05:43:30 +0000</pubDate>
		<dc:creator>VPSer</dc:creator>
				<category><![CDATA[服务器环境搭建]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[OpenVZ]]></category>
		<category><![CDATA[Vtonf]]></category>

		<guid isPermaLink="false">http://www.vpser.net/?p=1112</guid>
		<description><![CDATA[Vtonf是一款免费的基于web界面的控制面板（符合GPL），它可以管理OpenVz上虚拟专用服务器（VPS）。使用她甚至是那些有很少专业只是的用户也可以很简单地创建和管理OpenVZ上的虚拟机。到目前为止，Vtonf仅仅支持RedHat, Fedora, 和 CentOS（支持Debian正在计划中）。 CentOS-5.4-i386系统(Vtonf不支持x86-64的系统，安装过程会出错，在其INSTALL中也有说明) 1、关闭SELinux 打开setup界面–firewall configureation，将SELinux置为Disabled 或修改 vi /etc/sysconfig/selinux 为 SELINUX=disabled SELINUXTYPE=targeted 2、Firewall 如果不想关闭Firewall，需要打开8001端口： /sbin/iptables -I INPUT -p tcp –dport 8001 -j ACCEPT /etc/rc.d/init.d/iptables save /etc/init.d/iptables restart 3、安装 OpenVZ cd /etc/yum.repos.d wget http://download.openvz.org/openvz.repo rpm –import http://download.openvz.org/RPM-GPG-Key-OpenVZ yum search ovzkernel yum -y install ovzkernel yum -y install vzctl vzquota vi /etc/sysctl.conf 修改或添加以下内容 net.ipv4.ip_forward = [...]]]></description>
			<content:encoded><![CDATA[<p>Vtonf是一款免费的基于web界面的控制面板（符合GPL），它可以管理OpenVz上虚拟专用服务器（VPS）。使用她甚至是那些有很少专业只是的用户也可以很简单地创建和管理OpenVZ上的虚拟机。到目前为止，Vtonf仅仅支持RedHat, Fedora, 和 CentOS（支持Debian正在计划中）。</p>
<p>CentOS-5.4-i386系统(Vtonf不支持x86-64的系统，安装过程会出错，在其INSTALL中也有说明)</p>
<p>1、关闭SELinux<br />
打开setup界面–firewall configureation，将SELinux置为Disabled<br />
或修改</p>
<blockquote><p>vi /etc/sysconfig/selinux</p></blockquote>
<p>为<span id="more-1112"></span></p>
<blockquote><p>SELINUX=disabled<br />
SELINUXTYPE=targeted</p></blockquote>
<p>2、Firewall<br />
如果不想关闭Firewall，需要打开8001端口：</p>
<blockquote><p>/sbin/iptables -I INPUT -p tcp –dport 8001 -j ACCEPT<br />
/etc/rc.d/init.d/iptables save<br />
/etc/init.d/iptables restart</p></blockquote>
<p>3、安装 OpenVZ</p>
<blockquote><p>cd /etc/yum.repos.d<br />
wget http://download.openvz.org/openvz.repo<br />
rpm –import http://download.openvz.org/RPM-GPG-Key-OpenVZ<br />
yum search ovzkernel<br />
yum -y install ovzkernel<br />
yum -y install vzctl vzquota</p></blockquote>
<blockquote><p>vi /etc/sysctl.conf</p></blockquote>
<p>修改或添加以下内容</p>
<blockquote><p>net.ipv4.ip_forward = 1<br />
net.ipv4.conf.default.proxy_arp = 0<br />
net.ipv4.conf.all.rp_filter = 1<br />
kernel.sysrq = 1<br />
net.ipv4.conf.default.send_redirects = 1<br />
net.ipv4.conf.all.send_redirects = 0<br />
net.ipv4.icmp_echo_ignore_broadcasts=1<br />
net.ipv4.conf.default.forwarding=1</p></blockquote>
<p>使之生效:</p>
<blockquote><p>sysctl -p</p></blockquote>
<p>重启系统</p>
<blockquote><p>reboot</p></blockquote>
<blockquote><p>uname -r</p></blockquote>
<p>如果安装正常应该显示为：</p>
<blockquote><p>2.6.18-164.15.1.el5.028stab068.9</p></blockquote>
<p>4、安装Vtonf</p>
<blockquote><p>yum -y install vzpkg expect</p></blockquote>
<blockquote><p>wget  http://mesh.dl.sourceforge.net/sourceforge/vtonf/vtonfinstaller.1.0-beta1.tar.gz<br />
tar xvfz vtonfinstaller.1.0-beta1.tar.gz<br />
cd vtonfinstaller.1.0-beta1<br />
./install</p></blockquote>
<p>会问你是否开始安装程序，输入yes</p>
<p>Do you wish to start the installation procedure (y/n)? : y<br />
Starting installation<br />
Please wait……………….</p>
<p><a href="http://www.vpser.net/uploads/2010/04/vt1.jpg"><img class="alignnone size-medium wp-image-1114" title="vt1" src="http://www.vpser.net/uploads/2010/04/vt1-300x177.jpg" alt="" width="300" height="177" /></a></p>
<p><a href="http://www.vpser.net/uploads/2010/04/vt2.jpg"><img class="alignnone size-medium wp-image-1115" title="vt2" src="http://www.vpser.net/uploads/2010/04/vt2-300x170.jpg" alt="" width="300" height="170" /></a></p>
<p><a href="http://www.vpser.net/uploads/2010/04/vt3.jpg"><img class="alignnone size-medium wp-image-1116" title="vt3" src="http://www.vpser.net/uploads/2010/04/vt3-300x178.jpg" alt="" width="300" height="178" /></a></p>
<p><a href="http://www.vpser.net/uploads/2010/04/vt4.jpg"><img class="alignnone size-medium wp-image-1117" title="vt4" src="http://www.vpser.net/uploads/2010/04/vt4-300x149.jpg" alt="" width="300" height="149" /></a></p>
<p><a href="http://www.vpser.net/uploads/2010/04/vt5.jpg"><img class="alignnone size-medium wp-image-1113" title="vt5" src="http://www.vpser.net/uploads/2010/04/vt5-300x151.jpg" alt="" width="300" height="151" /></a></p>
<p>OK.安装完成。</p>
<p>打开vtonf控制面板<a title="http://yourhostip:8001/" href="http://yourhostip:8001/" target="_blank">http://yourhostip:8001/</a></p>
<p>输入安装过程中你设置的用户名和密码<br />
Login Name : admin<br />
Password :</p>
<p>属于你自己的VPS已经呈现在你的眼前，晚些时候再把vtonf的使用方法弄出来。</p>
<p>转载自：<a href="http://www.armysoul.org/archives/973.html" target="_blank">http://www.armysoul.org/archives/973.html</a></p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://www.vpser.net/coupons/vpszz-openvz-linux-vps-coupon.html" title="VPSZZ &#8211; OpenVZ Linux VPS优惠码">VPSZZ &#8211; OpenVZ Linux VPS优惠码</a></li><li><a href="http://www.vpser.net/coupons/vazapi-15-usd-256mb-openvz-vps.html" title="Vazapi &#8211; 15美元/年 256MB OpenVZ Linux VPS又来了">Vazapi &#8211; 15美元/年 256MB OpenVZ Linux VPS又来了</a></li><li><a href="http://www.vpser.net/other/vps-xen-openvz-hvm.html" title="如何判断VPS是基于哪种虚拟技术？Xen、OpenVZ、Xen HVM还是VMware">如何判断VPS是基于哪种虚拟技术？Xen、OpenVZ、Xen HVM还是VMware</a></li><li><a href="http://www.vpser.net/coupons/burstnet-openvz-512m-lowendlavps.html" title="BurstNet OpenVZ 512M – $4.46/月优惠码">BurstNet OpenVZ 512M – $4.46/月优惠码</a></li><li><a href="http://www.vpser.net/coupons/thrustvps-2010-november.html" title="ThrustVPS(DamnVPS)首月2折优惠码">ThrustVPS(DamnVPS)首月2折优惠码</a></li><li><a href="http://www.vpser.net/manage/centos-directadmin-install-guide.html" title="CentOS上DirectAdmin安装教程">CentOS上DirectAdmin安装教程</a></li><li><a href="http://www.vpser.net/usa-vps/yardvps.html" title="YardVPS &#8211; PhotonVPS新子品牌，最低15$/年">YardVPS &#8211; PhotonVPS新子品牌，最低15$/年</a></li><li><a href="http://www.vpser.net/build/lnmp-0-5.html" title="LNMP一键安装包 0.5 正式发布">LNMP一键安装包 0.5 正式发布</a></li><li><a href="http://www.vpser.net/build/l2tp-vpn-auto-installer.html" title="L2TP VPN 一键安装脚本 for CentOS Linux">L2TP VPN 一键安装脚本 for CentOS Linux</a></li><li><a href="http://www.vpser.net/usa-vps/vpsyou-openvz-vps.html" title="VPSYOU OpenVZ Linux VPS 正式上线，3$起售">VPSYOU OpenVZ Linux VPS 正式上线，3$起售</a></li></ul><hr />
<p><small>© VPSer for <a href="http://www.vpser.net">VPS侦探</a>, 2010. |
<a href="http://www.vpser.net/build/centos-openvz-vtonf.html">Permalink</a> |
<a href="http://www.vpser.net/build/centos-openvz-vtonf.html#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.vpser.net/build/centos-openvz-vtonf.html&title=CentOS 5.4+OpenVZ+Vtonf自建VPS服务器[转]">del.icio.us</a>
<br/>
Post tags: <a href="http://www.vpser.net/tag/centos" rel="tag">CentOS</a>, <a href="http://www.vpser.net/tag/openvz" rel="tag">OpenVZ</a>, <a href="http://www.vpser.net/tag/vtonf" rel="tag">Vtonf</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.vpser.net/build/centos-openvz-vtonf.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CentOS Linux VPS Kloxo/Lxadmin虚拟主机控制面板安装教程</title>
		<link>http://www.vpser.net/vps-cp/centos-linux-vps-kloxol-xadmin.html</link>
		<comments>http://www.vpser.net/vps-cp/centos-linux-vps-kloxol-xadmin.html#comments</comments>
		<pubDate>Tue, 29 Dec 2009 06:04:58 +0000</pubDate>
		<dc:creator>VPSer</dc:creator>
				<category><![CDATA[VPS控制面板]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Kloxo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[lxadmin]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[控制面板]]></category>
		<category><![CDATA[教程]]></category>
		<category><![CDATA[虚拟主机控制面板]]></category>

		<guid isPermaLink="false">http://www.vpser.net/?p=803</guid>
		<description><![CDATA[安装Kloxo/Lxadmin控制面板首先要确保安装的CentOS 32bit的Linux发行版（64位问题比较多），再使用putty登录Linux，如果不会可以查看：如何使用Putty远程(SSH)管理Linux VPS 执行如下命令： wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh sh ./kloxo-installer.sh --type=master 先按提示，然任意建开始安装，后面会有提示，一般输入y，回车就行。 国内主机可能安装要慢点了，因为是在线安装（更新源在国外），使用美国主机的朋友们很快就能安装完了。 安装完后你除了安好Kloxo/Lxadmin，同时也基本安好了Apache、Lighttpd、MySQL、Xcache、Bind、Djbdns等一系列服务器软件。 yum install php-bcmath /*高精度数学运算组件，默认没安装，MD5运算时用到*/ yum install  php-mhash yum install php-mbstring yum check-update (检查更新) yum update (更新所有更新) yum clean all （清理安装包） 基本完成，可以把终端关闭了。我们来登录Kloxo/Lxadmin，第一次登陆默认的用户名和密码都是admin，登录地址： https://IP:7777/      /*安全连接，不过默认证书不受IE信任*/ http://IP:7778/       /*还是用这个普通链接吧*/ Zend可以在Lxadmin后台的PHPConfig里启用，Apache可以从SwichProgram里选择，建议先选择lighttpd和bind然后再选回apache和djbdns，否则你会看到内存占用量很高。 新手建议用Apache，99%能正常支持.htaccess的rewrite规则。 安装中文语言包看一参考本文：http://www.vpser.net/vps-cp/vps-lxadmin-chinese.html 安装完后需要修改/etc/httpd/conf/httpd.conf  查找：AddDefaultCharset UTF-8 改为：AddDefaultCharset OFF ，这样就会引起网页的乱码问题。 相关文章：lxadmin使用教程BurstNet 2011年6月Windows和Linux VPS优惠码Linux上iptables防火墙的基本应用教程CentOS上DirectAdmin安装教程去除Kloxo(原lxadmin)域名个数限制的方法Linux VPS上自动备份文件并发送到Gmail (适用G级数据的备份)(转)Linux VPS上安装KDE, Gnome和VNCSolusVM VPS控制面板使用教程Linux VPS上查找后门程序Linode VPS [...]]]></description>
			<content:encoded><![CDATA[<p>安装Kloxo/Lxadmin控制面板首先要确保安装的CentOS 32bit的Linux发行版（64位问题比较多），再使用putty登录Linux，如果不会可以查看：<a title="到《如何使用Putty远程(SSH)管理Linux VPS》的永久链接" href="http://www.vpser.net/uncategorized/putty-ssh-linux-vps.html" rel="bookmark">如何使用Putty远程(SSH)管理Linux VPS</a></p>
<p>执行如下命令：<br />
wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh<br />
sh ./kloxo-installer.sh --type=master</p>
<p>先按提示，然任意建开始安装，后面会有提示，一般输入y，回车就行。</p>
<p>国内主机可能安装要慢点了，因为是在线安装（更新源在国外），使用美国主机的朋友们很快就能安装完了。<br />
安装完后你除了安好Kloxo/Lxadmin，同时也基本安好了Apache、Lighttpd、MySQL、Xcache、Bind、Djbdns等一系列服务器软件。</p>
<p>yum install php-bcmath /*高精度数学运算组件，默认没安装，MD5运算时用到*/<br />
yum install  php-mhash<br />
yum install php-mbstring<br />
yum check-update (检查更新)<br />
yum update (更新所有更新)<br />
yum clean all （清理安装包）<span id="more-803"></span></p>
<p>基本完成，可以把终端关闭了。我们来登录Kloxo/Lxadmin，第一次登陆默认的用户名和密码都是admin，登录地址：</p>
<p><strong>https://IP:7777/</strong>      /*安全连接，不过默认证书不受IE信任*/<br />
<strong>http://IP:7778/</strong>       /*还是用这个普通链接吧*/</p>
<p>Zend可以在Lxadmin后台的PHPConfig里启用，Apache可以从SwichProgram里选择，建议先选择lighttpd和bind然后再选回apache和djbdns，否则你会看到内存占用量很高。</p>
<p>新手建议用Apache，99%能正常支持.htaccess的rewrite规则。</p>
<p>安装中文语言包看一参考本文：<a href="http://www.vpser.net/vps-cp/vps-lxadmin-chinese.html">http://www.vpser.net/vps-cp/vps-lxadmin-chinese.html</a></p>
<p>安装完后需要修改/etc/httpd/conf/httpd.conf  查找：AddDefaultCharset UTF-8 改为：AddDefaultCharset OFF ，这样就会引起网页的乱码问题。</p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://www.vpser.net/vps-cp/lxadmin-howto.html" title="lxadmin使用教程">lxadmin使用教程</a></li><li><a href="http://www.vpser.net/coupons/burstnet-2011-june-windows-linux-vps-coupons.html" title="BurstNet 2011年6月Windows和Linux VPS优惠码">BurstNet 2011年6月Windows和Linux VPS优惠码</a></li><li><a href="http://www.vpser.net/security/linux-iptables.html" title="Linux上iptables防火墙的基本应用教程">Linux上iptables防火墙的基本应用教程</a></li><li><a href="http://www.vpser.net/manage/centos-directadmin-install-guide.html" title="CentOS上DirectAdmin安装教程">CentOS上DirectAdmin安装教程</a></li><li><a href="http://www.vpser.net/vps-cp/kloxo-domian-limited.html" title="去除Kloxo(原lxadmin)域名个数限制的方法">去除Kloxo(原lxadmin)域名个数限制的方法</a></li><li><a href="http://www.vpser.net/security/vps-auto-bakup-send-by-gmail.html" title="Linux VPS上自动备份文件并发送到Gmail (适用G级数据的备份)(转)">Linux VPS上自动备份文件并发送到Gmail (适用G级数据的备份)(转)</a></li><li><a href="http://www.vpser.net/manage/linux-vps-install-kde-gnome-vnc.html" title="Linux VPS上安装KDE, Gnome和VNC">Linux VPS上安装KDE, Gnome和VNC</a></li><li><a href="http://www.vpser.net/vps-cp/solusvm-howto.html" title="SolusVM VPS控制面板使用教程">SolusVM VPS控制面板使用教程</a></li><li><a href="http://www.vpser.net/security/linux-vps-find-backdoor.html" title="Linux VPS上查找后门程序">Linux VPS上查找后门程序</a></li><li><a href="http://www.vpser.net/manage/linode-vps-add-ip.html" title="Linode VPS 添加多IP/设置静态IP(Kloxo no_ip_address解决方法)">Linode VPS 添加多IP/设置静态IP(Kloxo no_ip_address解决方法)</a></li></ul><hr />
<p><small>© VPSer for <a href="http://www.vpser.net">VPS侦探</a>, 2009. |
<a href="http://www.vpser.net/vps-cp/centos-linux-vps-kloxol-xadmin.html">Permalink</a> |
<a href="http://www.vpser.net/vps-cp/centos-linux-vps-kloxol-xadmin.html#comments">52 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.vpser.net/vps-cp/centos-linux-vps-kloxol-xadmin.html&title=CentOS Linux VPS Kloxo/Lxadmin虚拟主机控制面板安装教程">del.icio.us</a>
<br/>
Post tags: <a href="http://www.vpser.net/tag/centos" rel="tag">CentOS</a>, <a href="http://www.vpser.net/tag/kloxo" rel="tag">Kloxo</a>, <a href="http://www.vpser.net/tag/linux" rel="tag">Linux</a>, <a href="http://www.vpser.net/tag/lxadmin" rel="tag">lxadmin</a>, <a href="http://www.vpser.net/tag/vps" rel="tag">VPS</a>, <a href="http://www.vpser.net/tag/%e6%8e%a7%e5%88%b6%e9%9d%a2%e6%9d%bf" rel="tag">控制面板</a>, <a href="http://www.vpser.net/tag/%e6%95%99%e7%a8%8b" rel="tag">教程</a>, <a href="http://www.vpser.net/tag/%e8%99%9a%e6%8b%9f%e4%b8%bb%e6%9c%ba%e6%8e%a7%e5%88%b6%e9%9d%a2%e6%9d%bf" rel="tag">虚拟主机控制面板</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.vpser.net/vps-cp/centos-linux-vps-kloxol-xadmin.html/feed</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
	</channel>
</rss>

