From owner-freebsd-questions@FreeBSD.ORG Tue Jan 17 21:33:08 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 5786F16A41F for ; Tue, 17 Jan 2006 21:33:08 +0000 (GMT) (envelope-from freebsd@philip.pjkh.com) Received: from wolf.pjkh.com (wolf.pjkh.com [66.228.196.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EFF843D6A for ; Tue, 17 Jan 2006 21:33:06 +0000 (GMT) (envelope-from freebsd@philip.pjkh.com) Received: from localhost (localhost [127.0.0.1]) by wolf.pjkh.com (Postfix) with ESMTP id 83CB4172DE; Tue, 17 Jan 2006 13:32:31 -0800 (PST) Received: from wolf.pjkh.com ([127.0.0.1]) by localhost (wolf.pjkh.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06579-07; Tue, 17 Jan 2006 13:32:31 -0800 (PST) Received: by wolf.pjkh.com (Postfix, from userid 1000) id EEDAF172D4; Tue, 17 Jan 2006 13:32:30 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by wolf.pjkh.com (Postfix) with ESMTP id E9694172D3; Tue, 17 Jan 2006 13:32:30 -0800 (PST) Date: Tue, 17 Jan 2006 13:32:30 -0800 (PST) From: Philip Hallstrom To: "Andrew L. Gould" In-Reply-To: <20060117151256.201626c9@grokwell.org> Message-ID: <20060117133047.B7000@wolf.pjkh.com> 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> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: amavisd-new at 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: Tue, 17 Jan 2006 21:33:08 -0000 > 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 ISO 2022 standards (e.g. insert/delete line and support for multiple character sets). There is a scrollback history buffer for each virtual terminal and a copy-and-paste mechanism that allows moving text regions between windows.