<?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; lxadmin</title>
	<atom:link href="http://www.vpser.net/tag/lxadmin/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 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>
		<item>
		<title>关闭lxadmin自动生成日志文件的功能</title>
		<link>http://www.vpser.net/opt/lxadmin-log-file.html</link>
		<comments>http://www.vpser.net/opt/lxadmin-log-file.html#comments</comments>
		<pubDate>Sun, 26 Apr 2009 06:52:54 +0000</pubDate>
		<dc:creator>VPSer</dc:creator>
				<category><![CDATA[VPS优化]]></category>
		<category><![CDATA[VPS控制面板]]></category>
		<category><![CDATA[lxadmin]]></category>
		<category><![CDATA[日志]]></category>

		<guid isPermaLink="false">http://www.vpser.net/?p=276</guid>
		<description><![CDATA[在某个论坛上，我就不说了，有人问才刚买不久的VPS空间已经使用了很多，而且安装了lxadmin，大部分情况是因为，没有关闭lxadmin的日志功能。日志文件在如下目录： /home/httpd/*(目录名)/stats/*(文件名) 更加访问量的不同，日志文件的大小也不一样。 取消方法: Domains&#62;your domains&#62;Domain Adm&#62;Domain Features&#62;Enable Statistics 这样就关闭了lxadmin的日志功能 相关文章：Nginx日志切割脚本如何关闭MySQL日志，删除mysql-bin.0000*日志文件CentOS Linux VPS Kloxo/Lxadmin虚拟主机控制面板安装教程lxadmin使用教程VPS上安装kloxo/lxadmin中文语言包 © VPSer for VPS侦探, 2009. &#124; Permalink &#124; No comment &#124; Add to del.icio.us Post tags: lxadmin, 日志 美国VPS推荐 &#124; 军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付 QQ：503228080]]></description>
			<content:encoded><![CDATA[<p>在某个论坛上，我就不说了，有人问才刚买不久的VPS空间已经使用了很多，而且安装了lxadmin，大部分情况是因为，没有关闭lxadmin的日志功能。日志文件在如下目录：</p>
<p>/home/httpd/*(目录名)/stats/*(文件名)</p>
<p>更加访问量的不同，日志文件的大小也不一样。</p>
<p>取消方法:<br />
Domains&gt;your domains&gt;Domain Adm&gt;Domain Features&gt;Enable Statistics</p>
<p>这样就关闭了lxadmin的日志功能</p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><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/manage/delete-mysql-mysql-bin-0000-logs.html" title="如何关闭MySQL日志，删除mysql-bin.0000*日志文件">如何关闭MySQL日志，删除mysql-bin.0000*日志文件</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/vps-cp/lxadmin-howto.html" title="lxadmin使用教程">lxadmin使用教程</a></li><li><a href="http://www.vpser.net/vps-cp/vps-lxadmin-chinese.html" title="VPS上安装kloxo/lxadmin中文语言包">VPS上安装kloxo/lxadmin中文语言包</a></li></ul><hr />
<p><small>© VPSer for <a href="http://www.vpser.net">VPS侦探</a>, 2009. |
<a href="http://www.vpser.net/opt/lxadmin-log-file.html">Permalink</a> |
<a href="http://www.vpser.net/opt/lxadmin-log-file.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.vpser.net/opt/lxadmin-log-file.html&title=关闭lxadmin自动生成日志文件的功能">del.icio.us</a>
<br/>
Post tags: <a href="http://www.vpser.net/tag/lxadmin" rel="tag">lxadmin</a>, <a href="http://www.vpser.net/tag/%e6%97%a5%e5%bf%97" 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/opt/lxadmin-log-file.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lxadmin使用教程</title>
		<link>http://www.vpser.net/vps-cp/lxadmin-howto.html</link>
		<comments>http://www.vpser.net/vps-cp/lxadmin-howto.html#comments</comments>
		<pubDate>Tue, 21 Apr 2009 08:13:18 +0000</pubDate>
		<dc:creator>VPSer</dc:creator>
				<category><![CDATA[VPS控制面板]]></category>
		<category><![CDATA[lxadmin]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[教程]]></category>

		<guid isPermaLink="false">http://www.vpser.net/?p=239</guid>
		<description><![CDATA[Lxadmin是一个开源的VPS控制面板。免费、高效是是它的绝对优点。使用无管理服务VPS，选择Lxadmin不仅能降低VPS的使用费用，而且它让你控制VPS变得更加简单。 01.HYPERVM重装 在portal.diavps.cn登录hyperVM面板,在这里需要: 1,记下IP地址; 2,重装系统(并非必须重装，非diavps直接安装即可。). 02.HYPERVM确认重装(此步并非必须) 重装过程大概持续5分钟左右 如果不是用的DiaVPS，可以在Home页上找到 进行安装。 03.lxadmin重设密码 重装完系统后需要等待8分钟左右,lxadmin初始化完成. 之后使用http://您的ip地址:7778登录lxadmin,初始用户名和密码都是admin,登录之后系统会提示更改密码. 04.添加DNS 05.添加域名 06.添加数据库 07.添加FTP 08.FTP上传文件 lxadmin的安装使用基本就这些，一些具体的功能还需要自己去尝试着操作。lxadmin面板的汉化，看一参考VPS上安装lxadmin中文语言包 一文。 相关文章：CentOS Linux VPS Kloxo/Lxadmin虚拟主机控制面板安装教程监控宝 安装使用指南VPS新手教程/指南VPS轻量级控制软件&#8211;Xen-Shell使用教程VPS上安装kloxo/lxadmin中文语言包DiaHosting(原DiaVPS) 购买教程及基本测试LNMP/LNMPA一键安装包ImageMagick安装配置教程VPSYOU 2011年8月全线VPS8折优惠码BurstNet 2011年6月Windows和Linux VPS优惠码Linux上vi(vim)编辑器使用教程 © VPSer for VPS侦探, 2009. &#124; Permalink &#124; 9 comments &#124; Add to del.icio.us Post tags: lxadmin, VPS, 教程 美国VPS推荐 &#124; 军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付 QQ：503228080]]></description>
			<content:encoded><![CDATA[<p>Lxadmin是一个开源的VPS控制面板。免费、高效是是它的绝对优点。使用无管理服务VPS，选择Lxadmin不仅能降低VPS的使用费用，而且它让你控制VPS变得更加简单。</p>
<p><a href="http://www.vpser.net/uploads/2009/04/lxadmin-install.jpg"></a><strong>01.HYPERVM重装<br />
</strong>在portal.diavps.cn登录hyperVM面板,在这里需要:<br />
1,记下IP地址;<br />
2,重装系统(并非必须重装，非diavps直接安装即可。).<br />
<a href="http://www.vpser.net/uploads/2009/04/lxadmin-1.jpg" target="_blank"><img class="alignnone size-medium wp-image-240" title="lxadmin-1" src="http://www.vpser.net/uploads/2009/04/lxadmin-1-300x244.jpg" alt="lxadmin-1" width="300" height="244" /></a><span id="more-239"></span></p>
<p><strong>02.HYPERVM确认重装(此步并非必须)<br />
</strong>重装过程大概持续5分钟左右</p>
<p><a href="http://www.vpser.net/uploads/2009/04/lxadmin-2.jpg" target="_blank"><img class="alignnone size-medium wp-image-241" title="lxadmin-2" src="http://www.vpser.net/uploads/2009/04/lxadmin-2-300x244.jpg" alt="lxadmin-2" width="300" height="244" /></a></p>
<p>如果不是用的DiaVPS，可以在Home页上找到</p>
<p><a href="http://www.vpser.net/uploads/2009/04/lxadmin-install.jpg" target="_blank"><img class="alignnone size-full wp-image-246" title="lxadmin-install" src="http://www.vpser.net/uploads/2009/04/lxadmin-install.jpg" alt="lxadmin-install" width="148" height="113" /></a>进行安装。</p>
<p><strong>03.lxadmin重设密码</strong><br />
重装完系统后需要等待8分钟左右,lxadmin初始化完成.<br />
之后使用http://您的ip地址:7778登录lxadmin,初始用户名和密码都是admin,登录之后系统会提示更改密码.<br />
<a href="http://www.vpser.net/uploads/2009/04/lxadmin-3.jpg" target="_blank"><img class="alignnone size-medium wp-image-244" title="lxadmin-3" src="http://www.vpser.net/uploads/2009/04/lxadmin-3-300x244.jpg" alt="lxadmin-3" width="300" height="244" /></a></p>
<p><strong>04.添加DNS</strong></p>
<p><a href="http://www.vpser.net/uploads/2009/04/lxadmin-4.jpg" target="_blank"><img class="alignnone size-medium wp-image-245" title="lxadmin-4" src="http://www.vpser.net/uploads/2009/04/lxadmin-4-300x244.jpg" alt="lxadmin-4" width="300" height="244" /></a><br />
<strong>05.添加域名</strong></p>
<p><a href="http://www.vpser.net/uploads/2009/04/lxadmin-5.jpg" target="_blank"><img class="alignnone size-medium wp-image-247" title="lxadmin-5" src="http://www.vpser.net/uploads/2009/04/lxadmin-5-300x244.jpg" alt="lxadmin-5" width="300" height="244" /></a></p>
<p><strong>06.添加数据库</strong></p>
<p><a href="http://www.vpser.net/uploads/2009/04/lxadmin-6.jpg" target="_blank"><img class="alignnone size-medium wp-image-248" title="lxadmin-6" src="http://www.vpser.net/uploads/2009/04/lxadmin-6-300x244.jpg" alt="lxadmin-6" width="300" height="244" /></a></p>
<p><strong>07.添加FTP</strong></p>
<p><a href="http://www.vpser.net/uploads/2009/04/lxadmin-7.jpg" target="_blank"><img class="alignnone size-medium wp-image-249" title="lxadmin-7" src="http://www.vpser.net/uploads/2009/04/lxadmin-7-300x244.jpg" alt="lxadmin-7" width="300" height="244" /></a><br />
<strong>08.FTP上传文件</strong></p>
<p><a href="http://www.vpser.net/uploads/2009/04/lxadmin-8.jpg" target="_blank"><img class="alignnone size-full wp-image-250" title="lxadmin-8" src="http://www.vpser.net/uploads/2009/04/lxadmin-8.jpg" alt="lxadmin-8" width="515" height="360" /></a></p>
<p>lxadmin的安装使用基本就这些，一些具体的功能还需要自己去尝试着操作。lxadmin面板的汉化，看一参考<a title="到《VPS上安装lxadmin中文语言包》的永久链接" rel="bookmark" href="http://www.vpser.net/vps-cp/vps-lxadmin-chinese.html" target="_blank">VPS上安装lxadmin中文语言包</a> 一文。</p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><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/manage/jiankongbao-setup.html" title="监控宝 安装使用指南">监控宝 安装使用指南</a></li><li><a href="http://www.vpser.net/build/vps-howto.html" title="VPS新手教程/指南">VPS新手教程/指南</a></li><li><a href="http://www.vpser.net/vps-cp/vps-xen-shell.html" title="VPS轻量级控制软件&#8211;Xen-Shell使用教程">VPS轻量级控制软件&#8211;Xen-Shell使用教程</a></li><li><a href="http://www.vpser.net/vps-cp/vps-lxadmin-chinese.html" title="VPS上安装kloxo/lxadmin中文语言包">VPS上安装kloxo/lxadmin中文语言包</a></li><li><a href="http://www.vpser.net/usa-vps/diavps.html" title="DiaHosting(原DiaVPS) 购买教程及基本测试">DiaHosting(原DiaVPS) 购买教程及基本测试</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/coupons/vpsyou-2011-august-coupons.html" title="VPSYOU 2011年8月全线VPS8折优惠码">VPSYOU 2011年8月全线VPS8折优惠码</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/manage/vi.html" title="Linux上vi(vim)编辑器使用教程">Linux上vi(vim)编辑器使用教程</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/lxadmin-howto.html">Permalink</a> |
<a href="http://www.vpser.net/vps-cp/lxadmin-howto.html#comments">9 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.vpser.net/vps-cp/lxadmin-howto.html&title=lxadmin使用教程">del.icio.us</a>
<br/>
Post tags: <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%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/vps-cp/lxadmin-howto.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>VPS上安装kloxo/lxadmin中文语言包</title>
		<link>http://www.vpser.net/vps-cp/vps-lxadmin-chinese.html</link>
		<comments>http://www.vpser.net/vps-cp/vps-lxadmin-chinese.html#comments</comments>
		<pubDate>Tue, 21 Apr 2009 05:12:41 +0000</pubDate>
		<dc:creator>VPSer</dc:creator>
				<category><![CDATA[VPS控制面板]]></category>
		<category><![CDATA[lxadmin]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[中文语言包]]></category>

		<guid isPermaLink="false">http://www.vpser.net/?p=233</guid>
		<description><![CDATA[1.使用ssh登陆您的VPS 2.进入lang目录: $ cd /usr/local/lxlabs/lxadmin/httpdocs/lang kloxo的是：cd /usr/local/lxlabs/kloxo/httpdocs/lang 3.下载语言包: $ wget http://soft.vpser.net/lxadmin/lxadmin_cn_pack.zip 4.解压: $ unzip lxadmin_cn_pack.zip (如果没有安装unzip命令请执行yum -y install unzip进行安装) 5. 访问http://你的IP:7778/ 进行lxadmin语言设置 在Appearance-&#62;Language里选择Chinese,然后点击update确认.如图所示: 该中文语言包是基于网上流传的一个版本做的改进，但是仍有很多地方没有汉化，大家可以在该帖里回复哪些重点部分汉化不正确或者没有汉化，我们会及时做更新．希望能做出一个比较完美的lxadmin中文语言包. 本文转载自：DiaVPS论坛 相关文章：CentOS Linux VPS Kloxo/Lxadmin虚拟主机控制面板安装教程lxadmin使用教程VPSYOU 2011年8月全线VPS8折优惠码BurstNet 2011年6月Windows和Linux VPS优惠码BuyVM – $15/年 Fremont He.net 128MB OpenVZ VPS有货啦NameCheap 2010年9月优惠码RAMHOST的VPS小攻略之SSH和OpenVPN安装配置[转]Linux VPS上自动备份文件并发送到Gmail (适用G级数据的备份)(转)在VPS中安装Dropbox实现网站的实时备份[转]VPSYou Xen VPS 3月优惠码(提供Las Vegas 和Los Angeles机房) © VPSer for VPS侦探, 2009. &#124; Permalink [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vpser.net/uploads/2009/04/lxadmin-chinese.jpg"></a>1.使用ssh登陆您的VPS</p>
<p>2.进入lang目录:<br />
$ cd /usr/local/lxlabs/lxadmin/httpdocs/lang   kloxo的是：cd /usr/local/lxlabs/kloxo/httpdocs/lang</p>
<p>3.下载语言包:<br />
$ wget http://soft.vpser.net/lxadmin/lxadmin_cn_pack.zip</p>
<p>4.解压:<br />
$ unzip lxadmin_cn_pack.zip<br />
(如果没有安装unzip命令请执行yum -y install unzip进行安装)<span id="more-233"></span></p>
<p>5. 访问http://你的IP:7778/ 进行lxadmin语言设置</p>
<p>在Appearance-&gt;Language里选择Chinese,然后点击update确认.如图所示:</p>
<p><a href="http://www.vpser.net/uploads/2009/04/lxadmin-chinese.jpg" target="_blank"><img class="alignnone size-full wp-image-234" title="lxadmin-chinese" src="http://www.vpser.net/uploads/2009/04/lxadmin-chinese.jpg" alt="lxadmin-chinese" width="622" height="510" /></a></p>
<p>该中文语言包是基于网上流传的一个版本做的改进，但是仍有很多地方没有汉化，大家可以在该帖里回复哪些重点部分汉化不正确或者没有汉化，我们会及时做更新．希望能做出一个比较完美的lxadmin中文语言包.</p>
<p>本文转载自：<a href="http://www.vpser.net/go/diahosting" target="_blank">DiaVPS</a><a href="http://bbs.diavps.cn/" target="_blank">论坛</a></p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><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/vps-cp/lxadmin-howto.html" title="lxadmin使用教程">lxadmin使用教程</a></li><li><a href="http://www.vpser.net/coupons/vpsyou-2011-august-coupons.html" title="VPSYOU 2011年8月全线VPS8折优惠码">VPSYOU 2011年8月全线VPS8折优惠码</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/buyvm-15-fremont-he-net-128mb-openvz-vps.html" title="BuyVM – $15/年 Fremont He.net 128MB OpenVZ VPS有货啦">BuyVM – $15/年 Fremont He.net 128MB OpenVZ VPS有货啦</a></li><li><a href="http://www.vpser.net/domain/namecheap-2010-september-coupons.html" title="NameCheap 2010年9月优惠码">NameCheap 2010年9月优惠码</a></li><li><a href="http://www.vpser.net/build/ramhost-vps-install-ssh-openvpn.html" title="RAMHOST的VPS小攻略之SSH和OpenVPN安装配置[转]">RAMHOST的VPS小攻略之SSH和OpenVPN安装配置[转]</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/dropbox-backup-in-vps.html" title="在VPS中安装Dropbox实现网站的实时备份[转]">在VPS中安装Dropbox实现网站的实时备份[转]</a></li><li><a href="http://www.vpser.net/coupons/vpsyou-xen-vps-march-coupons.html" title="VPSYou Xen VPS 3月优惠码(提供Las Vegas 和Los Angeles机房)">VPSYou Xen VPS 3月优惠码(提供Las Vegas 和Los Angeles机房)</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/vps-lxadmin-chinese.html">Permalink</a> |
<a href="http://www.vpser.net/vps-cp/vps-lxadmin-chinese.html#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.vpser.net/vps-cp/vps-lxadmin-chinese.html&title=VPS上安装kloxo/lxadmin中文语言包">del.icio.us</a>
<br/>
Post tags: <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/%e4%b8%ad%e6%96%87%e8%af%ad%e8%a8%80%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/vps-cp/vps-lxadmin-chinese.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

