elderzhang 发表于 2013-1-16 00:37:54

Lxadmin安装

<div class="cnt">  Lxadmin是一个开源的VPS控制面板。免费、高效是是它的绝对优点。使用无管理服务VPS,选择Lxadmin不仅能降低VPS的使用费用,而且它让你控制VPS变得更加简单。
  Lxadmin最新的5.0版支持Linux,未来的6.0将支持Windows。下面介绍一下如何安装使用Lxadmin。
  如果使用的VPS的管理界面是HyperVM,从控制界面”Console”下的”Rebuild”可以快速重装系统。另外CentOS-i386-hostinabox就是集成了Lxadmin控制面板的CentOS,快速简单。如果你的主机上没有提供这个版本,而你又想使用免费的Lxadmin,没关系,我来教你。
Centos 5首先要禁用SeLinux
编辑/etc/selinux/config,找到这段:
# This file controls the state of SELinux on the system.# SELINUX= can take one of these three values:# enforcing - SELinux security policy is enforced.# permissive - SELinux prints warnings instead of enforcing.# disabled - SELinux is fully disabled.SELINUX=enforcing把 SELINUX=enforcing 注释掉:#SELINUX=enforcing ,然后新加一行为:SELINUX=disabled 保存,关闭。reboot,重新启动。
 
然后输入命令:
<div class="blockcode">
[*]$ wget http://download.lxlabs.com/download/kloxo/production/kloxo-install-master.sh
[*]$ sh ./kloxo-install-master.sh
页: [1]
查看完整版本: Lxadmin安装