Newbie Lynx and Mozilla Firefox Questions

2007-01-04 Thread linux quest
I have been searching for tutorials for browsing the Internet using Lynx, but 
can't seem to find one anywhere. There aren't any tutorial either in those Unix 
books that I bought. What command do I need to type to download Lynx and what 
command I need to type to run Lynx on FreeBSD? 

Secondly, I try to run firefox by typing ...

# mozilla 

but ... it respond with error msg ... and yes I can connect to the Internet (I 
pinged google.com).

Thanks for any help.

Regards,
Linux Quest



 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Newbie Lynx and Mozilla Firefox Questions

2007-01-04 Thread Bill Campbell
On Thu, Jan 04, 2007, linux quest wrote:

I have been searching for tutorials for browsing the Internet using Lynx,
but can’t seem to find one anywhere. There aren’t any tutorial either in
those Unix books that I bought. What command do I need to type to download
Lynx and what command I need to type to run Lynx on FreeBSD?

You might also want to look at ``links'', a character browser
that does frames which may be more useful than lynx.

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676

Government is the great fiction, through which everbody endeavors to
live at the expense of everybody else.  -- Frederic Bastiat
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Newbie Lynx and Mozilla Firefox Questions

2007-01-04 Thread Steve Franks

lynx is found by running sysinstall, then going to
configure-packages-all-lynx.

I run firefox with firefox not mozilla.

Steve

On 1/4/07, linux quest [EMAIL PROTECTED] wrote:


I have been searching for tutorials for browsing the Internet using Lynx,
but can't seem to find one anywhere. There aren't any tutorial either in
those Unix books that I bought. What command do I need to type to download
Lynx and what command I need to type to run Lynx on FreeBSD?

Secondly, I try to run firefox by typing ...

# mozilla 

but ... it respond with error msg ... and yes I can connect to the
Internet (I pinged google.com).

Thanks for any help.

Regards,
Linux Quest



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]





--
Steve Franks, KE7BTE
Staff Engineer
La Palma Devices, LLC
http://www.lapalmadevices.com
(520) 312-0089
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Newbie Lynx and Mozilla Firefox Questions

2007-01-04 Thread Thomas Dickey
On Thu, Jan 04, 2007 at 09:42:25AM -0800, Bill Campbell wrote:
 On Thu, Jan 04, 2007, linux quest wrote:
 
 I have been searching for tutorials for browsing the Internet using Lynx,
 but can’t seem to find one anywhere. There aren’t any tutorial either in
 those Unix books that I bought. What command do I need to type to download
 Lynx and what command I need to type to run Lynx on FreeBSD?
 
 You might also want to look at ``links'', a character browser
 that does frames which may be more useful than lynx.

Actually (though this is a poor forum for technical discussion),
lynx allows one to navigate through frames as if they are a separate page.

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgpPYEHcFLtUm.pgp
Description: PGP signature


Re: Newbie Lynx and Mozilla Firefox Questions

2007-01-04 Thread Andrew Gould
- Original Message 
From: linux quest [EMAIL PROTECTED]
To: FreeBSD-questions@FreeBSD.org
Sent: Thursday, January 4, 2007 10:22:25 AM
Subject: Newbie Lynx and Mozilla Firefox Questions

I have been searching for tutorials for browsing the Internet using Lynx, but 
can't seem to find one anywhere. There aren't any tutorial either in those Unix 
books that I bought. What command do I need to type to download Lynx and what 
command I need to type to run Lynx on FreeBSD? 

Secondly, I try to run firefox by typing ...

# mozilla 

but ... it respond with error msg ... and yes I can connect to the Internet (I 
pinged google.com).

Thanks for any help.

Regards,
Linux Quest
--

(The beta version of the new Yahoo! Mail encourages people to reply at the top 
of the message; so please forgive the lack of symbols preceding lines of the 
original post.  I have sent them a friendly suggestion regarding this issue.)

To install Lynx, you can execute the following as root:

pkg_add -r lynx

but I prefer using the ports to get the SSL version:

cd /usr/ports/www/lynx-ssl/
make install clean

Then you can start lynx using:

lynx url

If you go to google.com and enter lynx tutorial, you'll get a list of good 
resources for learning lynx.

The command mozilla  is used to start the mozilla browser, which is still 
available.  To start firefox, try firefox .

Best of luck,

Andrew





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]