From owner-freebsd-questions@FreeBSD.ORG Thu Oct 30 16:55:10 2003 Return-Path: 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 7886316A4D0 for ; Thu, 30 Oct 2003 16:55:10 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id D028243FAF for ; Thu, 30 Oct 2003 16:55:08 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Thu, 30 Oct 2003 18:57:49 -0600 Message-ID: <3FA1B2DB.4030200@daleco.biz> Date: Thu, 30 Oct 2003 18:54:51 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gregory Stearns References: <20031031003913.36008.qmail@mail.com> In-Reply-To: <20031031003913.36008.qmail@mail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 31 Oct 2003 00:57:49.0953 (UTC) FILETIME=[01964F10:01C39F4A] cc: Free BSD Subject: Re: http from command line X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2003 00:55:10 -0000 Gregory Stearns wrote: >I hate to be a pest but is there a utility to do http web browsing from the command line, and how would I use it? > > Lynx (/usr/ports/lynx) is a text mode http browser. To install, connect to the Internet, and then run the following commands as root: $cd /usr/ports/lynx $make install clean Once Lynx is installed, use it this way: $lynx www.example.com I will warn you that playboy.com looks very boring in Lynx, but you can browse it much faster 8-) >Also how do I configure Xwindows? > > Too big for an email. Try www.freebsd.org/handbook and navigate to chapter 5 .... HTH, Kevin Kinsey DaleCo, S.P.