个人工具

“UbuntuHelp:WebMin”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第4行: 第4行:
 
[[UbuntuHelp:WebMin|WebMin]] is a web-based GUI admin tool for Linux.
 
[[UbuntuHelp:WebMin|WebMin]] is a web-based GUI admin tool for Linux.
 
[[UbuntuHelp:WebMin|WebMin]] was in Ubuntu until 5.10 Breezy Badger, and was then dropped because it is not compatible with the way that Ubuntu packages handle configuration files, and caused unexpected issues with people's systems.  See https://answers.edge.launchpad.net/ubuntu/+question/2873 for more background.  Note that the Debian (and Ubuntu) policy and requirements for how packages deal with configuration files is stricter than other distributions, which makes package installs and upgrades more robust.  See [http://www.debian.org/doc/debian-policy/ch-files.html#s-config-files Configuration files] in the Debian Policy Manual for more information.
 
[[UbuntuHelp:WebMin|WebMin]] was in Ubuntu until 5.10 Breezy Badger, and was then dropped because it is not compatible with the way that Ubuntu packages handle configuration files, and caused unexpected issues with people's systems.  See https://answers.edge.launchpad.net/ubuntu/+question/2873 for more background.  Note that the Debian (and Ubuntu) policy and requirements for how packages deal with configuration files is stricter than other distributions, which makes package installs and upgrades more robust.  See [http://www.debian.org/doc/debian-policy/ch-files.html#s-config-files Configuration files] in the Debian Policy Manual for more information.
An alternative web-based GUI admin tool provided with Ubuntu Hardy is [[UbuntuHelp:eBox|eBox]].
+
An alternative web-based GUI admin tool provided with Ubuntu Hardy is [[UbuntuHelp:eBox]].
 
== Installation ==
 
== Installation ==
 
If you'd still like to install [[UbuntuHelp:WebMin|WebMin]], you have to use a 3rd-party repository because it is unsupported.
 
If you'd still like to install [[UbuntuHelp:WebMin|WebMin]], you have to use a 3rd-party repository because it is unsupported.
第30行: 第30行:
 
V1.40 and perhaps older versions, remember to login with your normal Ubuntu username and password. Point your web browser to https://webmin.ip.address:10000
 
V1.40 and perhaps older versions, remember to login with your normal Ubuntu username and password. Point your web browser to https://webmin.ip.address:10000
 
At the webmin site there are lots of plugins to enhance the product. So if you add something like Dansguardian / squid proxy-web filter solution to your Ubuntu PC or server, there is a dansguardian plugin for webmin.
 
At the webmin site there are lots of plugins to enhance the product. So if you add something like Dansguardian / squid proxy-web filter solution to your Ubuntu PC or server, there is a dansguardian plugin for webmin.
See also [[UbuntuHelp:WebminWithoutARootAccount|WebminWithoutARootAccount]]
+
See also [[UbuntuHelp:WebminWithoutARootAccount]]
 
----
 
----
 
[[category:CategoryDocumentation]] [[category:CategorySoftware]]
 
[[category:CategoryDocumentation]] [[category:CategorySoftware]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 18:02的版本

Introduction

WebMin is a web-based GUI admin tool for Linux. WebMin was in Ubuntu until 5.10 Breezy Badger, and was then dropped because it is not compatible with the way that Ubuntu packages handle configuration files, and caused unexpected issues with people's systems. See https://answers.edge.launchpad.net/ubuntu/+question/2873 for more background. Note that the Debian (and Ubuntu) policy and requirements for how packages deal with configuration files is stricter than other distributions, which makes package installs and upgrades more robust. See Configuration files in the Debian Policy Manual for more information. An alternative web-based GUI admin tool provided with Ubuntu Hardy is UbuntuHelp:eBox.

Installation

If you'd still like to install WebMin, you have to use a 3rd-party repository because it is unsupported. Install via apt/Synaptic: Add the following to your /etc/apt/sources.list through a text editor or software sources in Synaptic:

deb http://download.webmin.com/download/repository sarge contrib

Autostart

AUTOSTART setup fails !

Configuring Webmin to start at boot time..
Error: Failed to open /etc/rc.d/init.d/webmin for writing : Bad file descriptor
Error
-----
Failed to open /etc/rc.d/init.d/webmin for writing : Bad file descriptor

So manually start with

# /opt/webmin/miniserv.pl /etc/webmin/miniserv.conf

As at April 2008, Version 1.410 of webmin does autostart. You can also set this in webmin-->WebminConfiguration. At the bottom of the screen there is a start at boot time option.

Configuration

WebMin configuration instructions. V1.40 and perhaps older versions, remember to login with your normal Ubuntu username and password. Point your web browser to https://webmin.ip.address:10000 At the webmin site there are lots of plugins to enhance the product. So if you add something like Dansguardian / squid proxy-web filter solution to your Ubuntu PC or server, there is a dansguardian plugin for webmin. See also UbuntuHelp:WebminWithoutARootAccount