﻿﻿<?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>帮助信息-动天数据 &#187; webmin</title>
	<atom:link href="http://www.583idc.com/news/?feed=rss2&#038;tag=webmin" rel="self" type="application/rss+xml" />
	<link>http://www.583idc.com/news</link>
	<description>提供虚拟主机帮助信息</description>
	<lastBuildDate>Mon, 30 Oct 2023 02:58:59 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>webmin webmin中文安装教程</title>
		<link>http://www.583idc.com/news/?p=2336</link>
		<comments>http://www.583idc.com/news/?p=2336#comments</comments>
		<pubDate>Thu, 15 Mar 2018 03:43:12 +0000</pubDate>
		<dc:creator><![CDATA[dthost]]></dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://www.583idc.com/news/?p=2336</guid>
		<description><![CDATA[webmin是什么呢？下面我们来看看： Webmin是目前功能最强大的基于Web的Unix系统管理工具。管理员 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>webmin是什么呢？下面我们来看看：</p>
<p>Webmin是目前功能最强大的基于Web的Unix系统管理工具。管理员通过浏览器访问Webmin的各种管理功能并完成相应的管理动作。目前Webmin支持绝大多数的Unix系统，这些系统除了各种版本的linux以外还包括：AIX、HPUX、Solaris、Unixware、Irix和FreeBSD等。</p>
<p>目前国内使用者比较少，国外使用这个软件的人非常多，那么我们下面来看看webmin安装教程</p>
<p>&nbsp;</p>
<p><strong>安装 Webmin</strong> <br data-filtered="filtered" /><br data-filtered="filtered" />使用 Webmin 的第一个步骤是安装。Webmin 在少数的发行版本中已经附带，不过从<span style="color: #0000ff;">Webmin 网站下载</span>也很简单。 <br data-filtered="filtered" /><br data-filtered="filtered" />写作本文时，Webmin 的最新版本是 1.90 。根据您所使用的 Linux 发行版本，正确的安装方法不尽相同。如果您使用的是 Red Hat Linux 或者是 UnitedLinux 发行版本的一种（SuSE、Turbo、Connectiva 或者 Caldear），那么最简单的是使用 RPM 安装方法。如果您用的是其他的发行版本，那么您需要去阅读您的发行版本的文档和 Webmin 安装说明来选择最好的安装方式。以下我们假定是以 RPM 方式进行安装。 <br data-filtered="filtered" /><br data-filtered="filtered" />首先检查您的系统上是否已经安装了 Webmin。在文本终端中输入： <br data-filtered="filtered" /><br data-filtered="filtered" /></p>
<table border="1" width="400" cellspacing="0" cellpadding="2" align="center">
<tbody>
<tr>
<td bgcolor="#e6e6e6">
<pre>rpm -q webmin</pre>
</td>
</tr>
</tbody>
</table>
<p><br data-filtered="filtered" /><br data-filtered="filtered" />如果您的系统已经安装了 Webmin，您会得到它的版本号： <br data-filtered="filtered" /><br data-filtered="filtered" /></p>
<table border="1" width="400" cellspacing="0" cellpadding="2" align="center">
<tbody>
<tr>
<td bgcolor="#e6e6e6">
<pre>Webmin-1.090-1</pre>
</td>
</tr>
</tbody>
</table>
<p><br data-filtered="filtered" /><br data-filtered="filtered" />否则您会看到没有安装 Webmin 的提示： <br data-filtered="filtered" /><br data-filtered="filtered" /></p>
<table border="1" width="400" cellspacing="0" cellpadding="2" align="center">
<tbody>
<tr>
<td bgcolor="#e6e6e6">
<pre>package webmin is not installed</pre>
</td>
</tr>
</tbody>
</table>
<p><br data-filtered="filtered" /><br data-filtered="filtered" /><strong>安装软件包</strong>在 Linux 上大多数软件包的安装都是像本文中安装 Webmin 这样简单。要了解更多有关软件包的安装和缷载——甚至有关自源代码编译应用程序——的信息，请参阅本系列文章的 第 9 部分。 <br data-filtered="filtered" /><br data-filtered="filtered" />即便已经安装了 Webmin，它的版本也可能会低于当前可用的最新版本。在这种情况下，您可以使用下面的命令来对它进行升级或者重新安装： <br data-filtered="filtered" /><br data-filtered="filtered" /></p>
<table border="1" width="400" cellspacing="0" cellpadding="2" align="center">
<tbody>
<tr>
<td bgcolor="#e6e6e6">
<pre>rpm -Uvh webmin-1.090-1.noarch.rpm</pre>
</td>
</tr>
</tbody>
</table>
<p><br data-filtered="filtered" /><br data-filtered="filtered" />在进行冗长的更新时会输出一行带有 # 标记的进度条。 <br data-filtered="filtered" /><br data-filtered="filtered" /><strong>RPM noarch</strong> 您会注意到 Webmin 被作为“noarch”软件包列出来。由于 RPM 是二进制文件，它们通常为特定的体系结构进行编译，比如 i386 或者 ppc。在错误的体系结构上安装软件包会导致错误的结果。因为 Webmin 是用 Perl 编写的，而 Perl 是体系结构无关的，所以 Webmin 被标识为“noarch”。 <br data-filtered="filtered" /><br data-filtered="filtered" />当 Webmin 安装后，默认是启用的。但是这样安装并没有启用 SSL。SSL 需要安装一个称为 Net::SSLeay 的 Perl 模块。如果不装这个模块，Webmin 只有从本地控制台运行时才是安全的。在本文的最后将简要介绍 Webmin 的安全使用。 <br data-filtered="filtered" /><br data-filtered="filtered" /><strong>Practical Extraction and Reporting Language (Perl)</strong> Perl 是 1987 年出现的一种多平台的解释性编程语言。它在多种平台都可以使用，包括 Windows，具有成熟完善的脚本功能。Perl 的强项在于文本处理，广泛应用于 Web CGI 编程。Perl 可以通过添加模块来进行扩展，这些模块实际上是函数库，也是用 Perl 编写的。大多数模块，事实上包括 Perl 本身，都可以遵循 The Artistic License 这一许可而自由获得。</p>
<section id="introduction">
<div class="section-content">
<div class="row">
<div class="col-sm-12">
<p>你是不是一名经验丰富的Windows系统管理员，但刚刚开始使用CentOS或另一种Linux服务器发行版？借助Webmin配置工具，你可以通过一个简单的Web界面，执行诸多新的系统管理任务。<br />
你可以<strong>使用Webmin，通过图形用户界面（GUI）配置系统，并自动更新相关的底层配件文件，而不是手动编辑配置文件，调整改动命令行参数选项符</strong>。Webmin可以管理主机系统和网络服务。你可以用它来管理用户帐户，设置磁盘配额，为Apache Web服务器创建和配置虚拟主机，设置Samba文件共享以及提供其他许多服务。如果你使用Webmin，就可以避免因不小心犯语法错误而搞坏了配置文件。</p>
<p><strong>本文前提： </strong>用户的ECS已经安装Websoft9提供的相应镜像。<br />
<strong>镜像安装后，建议您每日使用快照功能进行备份，以便配置错误后，快速恢复系统。</strong></p>
<p><strong>常见新手问题</strong>：进入，更多的技术支持请访问网址：http://www.websoft9.com/support。</p>
</div>
</div>
</div>
</section>
<section id="1" class="stickem-container">
<div class="section-content">
<h2 class="page-header">环境描述（必读）</h2>
<p>镜像安装后，请耐心等待3-5分钟，待安装成功后，即可使用浏览器打开网址  <strong>http://服务器公网IP</strong><br />
<img class="alignnone size-medium wp-image-16689" src="http://libs.websoft9.com/Websoft9/DocsPicture/zh/common/index_demo.png" alt="" /></p>
<p>FAQ：如果镜像安装后，浏览器无法打开服务器公网IP，请参考常见问题</p>
<div id="101" class="step-content clearfix">
<h3 class="steps-header">启动/停止webmin服务</h3>
<p>使用putty远程登录到服务器，然后执行命令。</p>
<p>1、<strong>启动服务：</strong></p>
<p>[root@iZ23l65ihv3Z ~]# cd /etc/webmin</p>
<p>[root@iZ23l65ihv3Z webmin]# ./start                                  <strong>#停止服务执行./stop，更多命令参考改目录的其他文件</strong></p>
<p>Starting Webmin server in /root/webmin-1.801<br />
Pre-loaded WebminCore</p>
<p><strong>2、检查webmin服务是否启动：</strong></p>
<p>[root@iZ23l65ihv3Z webmin]# ps -ef|grep webmin               #检查命令： ps -ef|grep webmin<br />
root 2425 1 0 17:46 ? 00:00:00 /usr/bin/perl /root/webmin-1.801/miniserv.pl /etc/webmin/miniserv.conf<br />
root 2471 2231 0 17:46 pts/0 00:00:00 grep webmin</p>
<p><strong>3、</strong>使用浏览器打开<strong>http://服务器公网IP:10000</strong></p>
<p><strong>启动服务后再次使用浏览器打开，如果还不能访问，可能是10000端口关闭，打开端口方法（参考红色命令）：</strong></p>
<p>[root@iZ23l65ihv3Z ~]# iptables -I INPUT 4 -p tcp -m state –state NEW -m tcp –dport 10000 -j ACCEPT<br />
[root@iZ23l65ihv3Z ~]# service iptables save<br />
iptables: Saving firewall rules to /etc/sysconfig/iptables:[ OK ]</p>
<p><strong>至此，后台配置就没有问题了，可以通过浏览器访问webmin了。</strong></p>
<p><strong>—————————————————————————————————————————</strong></p>
<p>如还不能访问，则有可能是云管理控制台的安全组配置问题了，默认情况下，刚买服务器的安全组配置应该是没有问题的，除非用户自己做过安全组配置，参考解决方法。</p>
</div>
<div id="102" class="step-content clearfix">
<h3 class="steps-header">登录webmin</h3>
<p><strong>Webmin管理员/密码：</strong>admin/admin              忘记密码怎么办？</p>
<p><img class="img-responsive img-thumbnail" src="http://www.websoft9.com/wp-content/plugins/documente/documentations/webmin_linux_v2_0_0/images/webmin_helpdoc_02.png" alt="" width="544" height="173" /></p>
<p><strong>如果打开这个地址，无法显示页面，请参考前面</strong><strong>一节。</strong></p>
</div>
<div id="103" class="step-content clearfix">
<h3 class="steps-header">Webmin用户管理</h3>
<p><strong>Webmin用户管理</strong>：修改已有用户的账户信息；</p>
<p><strong>创建新用户</strong>：创建其他的管理用户；</p>
<p><strong>建立新的Webmin工作组</strong>：可以对用户进行分组管理。</p>
<p><strong>修改密码</strong>：下图中，点击admin，即可进入修改admin密码界面。</p>
<p>那么怎么设置为中文呢？</p>
<p>virtual/webmin安装好之后，第一次登陆，会提示初始化。一般来说一路点 next 即可完成初始化。注意要设置一下mysql的root密码：<br />
<b>set_mysql_password.png</b><br />
<img src="http://www.ctohome.com/hbcms/upload/image/201003/big/83/8373_100305134506.png" alt="set_mysql_password.png" border="0" /></p>
<p>如何设置webmin中文语言界面呢？</p>
<p>点击 左上角的 webmin -&gt; change language -&gt; 选择 chinese, 如下图：<br />
<b>change_language.png</b><br />
<img src="http://www.ctohome.com/hbcms/upload/image/201003/big/62/6262_100305092436.png" alt="change_language.png" border="0" /></p>
</div>
</div>
</section>
]]></content:encoded>
			<wfw:commentRss>http://www.583idc.com/news/?feed=rss2&#038;p=2336</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
