From owner-freebsd-questions@FreeBSD.ORG Wed Jan 18 17:17:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 D010F16A41F for ; Wed, 18 Jan 2006 17:17:28 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5533B43D46 for ; Wed, 18 Jan 2006 17:17:28 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so1268419wxc for ; Wed, 18 Jan 2006 09:17:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=m1sT/FyMvNMNZJHES3MTZpDRe/wSzPoeaSYVI0eKWUpfg/PRvuASQEP1xPoqI63nkhu6+dp6zT1UumJbGDXlS0CIDh6PlYxvXM+sRHSI3hkvqMnzvGBIyxiY0GFvA+qZsSDyeSLmqJTR7t8cJyazlPMZbAcdmYpscAoV9HAYASo= Received: by 10.70.125.6 with SMTP id x6mr3578819wxc; Wed, 18 Jan 2006 09:17:27 -0800 (PST) Received: by 10.70.66.9 with HTTP; Wed, 18 Jan 2006 09:17:27 -0800 (PST) Message-ID: Date: Wed, 18 Jan 2006 11:17:27 -0600 From: Nikolas Britton To: Philip Hallstrom In-Reply-To: <20060117133047.B7000@wolf.pjkh.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7349.212.160.155.37.1137518111.squirrel@poczta.b.win.pl> <43CD3F73.2040003@matzsoft.de> <20060117200231.GJ14213@dementia.beyondnormal.net> <20060117151256.201626c9@grokwell.org> <20060117133047.B7000@wolf.pjkh.com> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD vs Linux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2006 17:17:28 -0000 On 1/17/06, Philip Hallstrom wrote: > > The computer is currently without keyboard, mouse or monitor. I am > > adding applications to the computer via ssh while I work. As soon as I > > get openbox and tightvnc installed, I'll switch to tightvnc so I can > > disconnect without disrupting jobs. (Hmm, I wonder if I'll have to add > > a mouse or keyboard at that point.) > > /usr/ports/sysutils/screen > > Screen is a full-screen window manager that multiplexes a physical > terminal between several processes (typically interactive shells). Each > virtual terminal provides the functions of a DEC VT100 terminal and, in > addition, several control functions from the ANSI X3.64 (ISO 6429) and IS= O > 2022 standards (e.g. insert/delete line and support for multiple characte= r > sets). There is a scrollback history buffer for each virtual terminal and > a copy-and-paste mechanism that allows moving text regions between > windows. nohup foobar > ~/foobar.log& tail -f ~/foobar.log