From owner-freebsd-questions Mon Dec 16 13:56:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59F7137B401 for ; Mon, 16 Dec 2002 13:56:21 -0800 (PST) Received: from c014.snv.cp.net (h001.c014.snv.cp.net [209.228.35.75]) by mx1.FreeBSD.org (Postfix) with SMTP id D50F343ED4 for ; Mon, 16 Dec 2002 13:56:20 -0800 (PST) (envelope-from klimenta@futurebit.com) Received: (cpmta 17152 invoked from network); 16 Dec 2002 13:56:20 -0800 Received: from 12.33.76.83 (HELO bigbeat) by smtp.cswebmail.com (209.228.35.75) with SMTP; 16 Dec 2002 13:56:20 -0800 X-Sent: 16 Dec 2002 21:56:20 GMT Message-ID: <000601c2a54e$333245c0$ca0110ac@vinyl.tkvbp.com> From: "Kliment Andreev" To: "Alvaro Rosales R." , References: <3DFE039C.16282.6A8E48@localhost> Subject: Re: Questions Date: Mon, 16 Dec 2002 16:57:54 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hi fellows, I am using a freeBSD box with Gnome+Enligthment, I would like to know > which applications should I install to administer my users, network connections and You can use "webmin" (/usr/ports/sysutils/webmin), a Perl script that allows you to administer your computer via browser. You can even remotely administer your computer. If you don't want this remote feature put the following line in /etc/hosts.allow 10000: a.b.c.d/x.y.z.w : allow where 10000 is the default webmin port, a.b.c.d/x.y.z.w is your IP/Subnet Mask. http://www.webmin.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message