Webmin 1.430 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Webmin 1.430 (Default branch)
# 1  
Old 08-16-2008
Webmin 1.430 (Default branch)

Image Webmin is a web-based interface for system administration for Unix. Using any browser that supports tables and forms, you can setup user accounts, internet services, DNS, file sharing and so on. License: BSD License (original) Changes:
This update includes a new TCP Wrappers module, many translation updates, several BIND module improvements, support for Linux I/O scheduling classes, and much more.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

webmin??

Hello, I've a slean installed Solaris10 and want to run Webmin. I've a couple of questions: 1.Actually I am not sure that my Solaris installation include webmin or not? How can I be sure? 2.I type #svcs webmin, and can can see webmin is disable (maybe it approve that my solaris have a... (1 Reply)
Discussion started by: XNOR
1 Replies

2. Linux

Run Webmin on Cygwin

Hello, I was wondering how i would download Webmin and install it on Cygwin. Can you install basically any linux program on cygwin and have it run or is it differet? Thanks for your help. (6 Replies)
Discussion started by: xcaliber
6 Replies
Login or Register to Ask a Question
NDB_SETUP.PY(1) 					       MySQL Database System						   NDB_SETUP.PY(1)

NAME
ndb_setup.py - Start browser-based Auti-Installer for MySQL Cluster SYNOPSIS
ndb_setup.py [options] DESCRIPTION
ndb_setup.py starts the MySQL Cluster Auto-Installer and opens the installer's Start page in the default Web browser. This section describes usage of and program options for the command-line tool only. For information about using the Auto-Installer GUI that is spawned when ndb_setup.py is invoked, see Section 17.2.1, "The MySQL Cluster Auto-Installer". Usage All platforms: ndb_setup.py [options] Additionally, on Windows platforms only: setup.bat [options] The following table includes all options that are supported by the MySQL Cluster installation and configuration program ndb_setup.py. Additional descriptions follow the table. Table 17.26. ndb_setup.py Options and Variables: MySQL Cluster NDB 7.3 +---------------------------------+--------------------------------------+-------------------------------------+ |Format | Description | Added / Removed | +---------------------------------+--------------------------------------+-------------------------------------+ | | Page that the web browser opens when | | | --browser-start- | starting. | All MySQL 5.6 based releases | | page=filename, | | | | | | | | -s | | | +---------------------------------+--------------------------------------+-------------------------------------+ | | File containing list of client | | | --ca-certs-file=filename, | certificates allowed to connect to | All MySQL 5.6 based releases | | | the | | | -a | server | | +---------------------------------+--------------------------------------+-------------------------------------+ | | File containing X509 certificate | | | --cert-file=filename, | that identifies the server. | All MySQL 5.6 based releases | | | (Default: | | | -c | cfg.pem) | | +---------------------------------+--------------------------------------+-------------------------------------+ | | Python logging module debug level. | | | --debug-level=level, | One of DEBUG, INFO, WARNING | All MySQL 5.6 based releases | | | (default), ERROR, or | | | -d | CRITICAL. | | +---------------------------------+--------------------------------------+-------------------------------------+ | | Print help message | | | --help, | | All MySQL 5.6 based releases | | | | | | -h | | | +---------------------------------+--------------------------------------+-------------------------------------+ | | Specify file containing private key | | | --key-file=file, | (if not included in --cert-file) | All MySQL 5.6 based releases | | | | | | -k | | | +---------------------------------+--------------------------------------+-------------------------------------+ | | Do not open the start page in a | | | --no-browser, | browser, merely start the tool | All MySQL 5.6 based releases | | | | | | -n | | | +---------------------------------+--------------------------------------+-------------------------------------+ | | Specify the port used by the web | | | --port=#, | server | All MySQL 5.6 based releases | | | | | | -p | | | +---------------------------------+--------------------------------------+-------------------------------------+ | | Log requests to this file. Use '-' | | | --server-log-file=file, | to force logging to stderr instead. | All MySQL 5.6 based releases | | | | | | o | | | +---------------------------------+--------------------------------------+-------------------------------------+ | | The name of the server to connect | | | --server-name=name, | with | All MySQL 5.6 based releases | | | | | | -N | | | +---------------------------------+--------------------------------------+-------------------------------------+ | | Use secure (HTTPS) client-server | | | --use-https, | connection | All MySQL 5.6 based releases | | | | | | -S | | | +---------------------------------+--------------------------------------+-------------------------------------+ o --browser-start-page=file, -s +--------------------+-------------------------------+ |Command-Line Format | --browser-start-page=filename | +--------------------+-------------------------------+ | | -s | +--------------------+-------------------------------+ | | Permitted Values | | +------------+------------------+ | | Type | string | | +------------+------------------+ | | Default | index.html | +--------------------+------------+------------------+ Specify the file to open in the browser as the installation and configuration Start page. The default is index.html. o --ca-certs-file=file, -a +--------------------+--------------------------+ |Command-Line Format | --ca-certs-file=filename | +--------------------+--------------------------+ | | -a | +--------------------+--------------------------+ | | Permitted Values | | +-----------+--------------+ | | Type | file name | | +-----------+--------------+ | | Default | [none] | +--------------------+-----------+--------------+ Specify a file containing a list of client certificates which are allowed to connect to the server. The default is an empty string, which means that no client authentication is used. o --cert-file=file, -c +--------------------+----------------------+ |Command-Line Format | --cert-file=filename | +--------------------+----------------------+ | | -c | +--------------------+----------------------+ | | Permitted Values | | +----------+-----------+ | | Type |file name | | +----------+-----------+ | | Default |cfg.pem | +--------------------+----------+-----------+ Specify a file containing an X509 certificate which identifies the server. It is possible for the certificate to be self-signed. The default is cfg.pem. o --debug-level=level, -d +--------------------+----------------------------+ |Command-Line Format | --debug-level=level | +--------------------+----------------------------+ | | -d | +--------------------+----------------------------+ | | Permitted Values | | +--------------+-------------+ | | Type | enumeration | | +--------------+-------------+ | | Default | WARNING | | +--------------+-------------+ | | Valid Values | DEBUG | | | +-------------+ | | | INFO | | | +-------------+ | | | ERROR | | | +-------------+ | | | CRITICAL | +--------------------+--------------+-------------+ Set the Python logging module debug level. This is one of DEBUG, INFO, WARNING, ERROR, or CRITICAL. WARNING is the default. o --help, -h +--------------------+-----------+ |Command-Line Format | --help | +--------------------+-----------+ | | -h | +--------------------+-----------+ Print a help message. o --key-file=file, -d +--------------------+---------------------+ |Command-Line Format | --key-file=file | +--------------------+---------------------+ | | -k | +--------------------+---------------------+ | | Permitted Values | | +---------+-----------+ | | Type | file name | | +---------+-----------+ | | Default | [none] | +--------------------+---------+-----------+ Specify a file containing the private key if this is not included in in the X509 certificate file (--cert-file). The default is an empty string, which means that no such file is used. o --no-browser, -n +--------------------+--------------+ |Command-Line Format | --no-browser | +--------------------+--------------+ | | -n | +--------------------+--------------+ Start the installation and configuration tool, but do not open the Start page in a browser. o --port=#, -p +--------------------+----------------------+ |Command-Line Format | --port=# | +--------------------+----------------------+ | | -p | +--------------------+----------------------+ | | Permitted Values | | +---------+------------+ | | Type | numeric | | +---------+------------+ | | Default | 8081 | | +---------+------------+ | | Range | 1 .. 65535 | +--------------------+---------+------------+ Set the port used by the web server. The default is 8081. o --server-log-file=file, -o +--------------------+----------------------------------+ |Command-Line Format | --server-log-file=file | +--------------------+----------------------------------+ | | o | +--------------------+----------------------------------+ | | Permitted Values | | +--------------+-------------------+ | | Type | file name | | +--------------+-------------------+ | | Default | ndb_setup.log | | +--------------+-------------------+ | | Valid Values | - (Log to stderr) | +--------------------+--------------+-------------------+ Log requests to this file. The default is ndb_setup.log. To specify logging to stderr, rather than to a file, use a - (dash character) for the file name. o --server-name=host, -N +--------------------+---------------------+ |Command-Line Format | --server-name=name | +--------------------+---------------------+ | | -N | +--------------------+---------------------+ | | Permitted Values | | +---------+-----------+ | | Type | string | | +---------+-----------+ | | Default | localhost | +--------------------+---------+-----------+ Specify the host name or IP address for the browser to use when connecting. The default is localhost. o --use-https, -S +--------------------+-------------+ |Command-Line Format | --use-https | +--------------------+-------------+ | | -S | +--------------------+-------------+ Make the browser use a secure (HTTPS) connection with the server. COPYRIGHT
Copyright (C) 1997, 2014, Oracle and/or its affiliates. All rights reserved. This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. SEE ALSO
For more information, please refer to the MySQL Reference Manual, which may already be installed locally and which is also available online at http://dev.mysql.com/doc/. AUTHOR
Oracle Corporation (http://dev.mysql.com/). MySQL 5.6 01/29/2014 NDB_SETUP.PY(1)