From owner-freebsd-questions Mon Jul 22 4: 9:29 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 C99AE37B401 for ; Mon, 22 Jul 2002 04:09:17 -0700 (PDT) Received: from mail.thundernet.cz (mail.thundernet.cz [62.77.87.114]) by mx1.FreeBSD.org (Postfix) with SMTP id 5CC5943E6A for ; Mon, 22 Jul 2002 04:09:15 -0700 (PDT) (envelope-from neuhauser@bellavista.cz) Received: (qmail 13674 invoked from network); 22 Jul 2002 11:09:08 -0000 Received: from unknown (HELO freepuppy.bellavista.cz) (62.168.44.50) by mail.thundernet.cz with SMTP; 22 Jul 2002 11:09:08 -0000 Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id 832251F3; Mon, 22 Jul 2002 13:09:07 +0200 (CEST) Date: Mon, 22 Jul 2002 13:09:07 +0200 From: Roman Neuhauser To: freebsd-questions@FreeBSD.ORG Subject: Re: Administrators - GUI's or Command lines Message-ID: <20020722110907.GB65509@freepuppy.bellavista.cz> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <004101c2310b$8029f5b0$2afececd@TCOOPER> <20020722105429.D0889B377@vaiosr7k.ozland> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020722105429.D0889B377@vaiosr7k.ozland> User-Agent: Mutt/1.5.1i 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 > To: grant.cooper@nucleus.com > Cc: freebsd-questions@FreeBSD.ORG > From: Gary Dunn > Subject: Re: Administrators - GUI's or Command lines > Date: Mon, 22 Jul 2002 00:54:29 HST > > On Sun, 21 Jul 2002 17:08:17 -0600, Grant Cooper wrote: > > quick question for the admins, do you guys perfer to work out of a GUI such > > as KDE or just from freeBSD CLI(command line interface)? > > I install X but don't run it. That way I can run an X app from my > workstation, tunneling through shh. My favorite is gkrellm. I use it > to keep an eye on activity and drive space. wouldn't something along the lines of #!/bin/sh while true; do clear df -h sleep 5 done fit the bill? -- FreeBSD 4.6-STABLE 1:06PM up 5 days, 23:25, 8 users, load averages: 0.00, 0.00, 0.00 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message