From owner-freebsd-questions@FreeBSD.ORG Wed Jan 4 16:54:29 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68F0F106566B for ; Wed, 4 Jan 2012 16:54:29 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from oproxy6-pub.bluehost.com (oproxy6-pub.bluehost.com [67.222.54.6]) by mx1.freebsd.org (Postfix) with SMTP id DD71B8FC16 for ; Wed, 4 Jan 2012 16:54:27 +0000 (UTC) Received: (qmail 24741 invoked by uid 0); 4 Jan 2012 16:54:06 -0000 Received: from unknown (HELO box543.bluehost.com) (74.220.219.143) by cpoproxy3.bluehost.com with SMTP; 4 Jan 2012 16:54:06 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=apotheon.com; s=default; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:To:From:Date; bh=IYxGesH/Mm/8vOCmHkHOqxpMQyb5rxi608dDXPeaqIQ=; b=LQiu4vIM3k/PwUYdD+ehvoXogA4SmzL7B0IeAY8F31/9hqDLevyHAMmDvnCj24IkOlp0NtW/FW5hzQ+0EHRl/aBiGvXu4NHNBAUx1E6ONrhdDVM/c0LKvw6Ov3GkLS66; Received: from c-24-8-180-234.hsd1.co.comcast.net ([24.8.180.234] helo=localhost) by box543.bluehost.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1RiU6H-0005Dh-LW; Wed, 04 Jan 2012 09:54:05 -0700 Date: Wed, 4 Jan 2012 09:54:05 -0700 From: Chad Perrin To: freebsd-questions@freebsd.org, questions@freebsd.org Message-ID: <20120104165405.GF8500@hemlock.hydra> Mail-Followup-To: freebsd-questions@freebsd.org, questions@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Identified-User: {2737:box543.bluehost.com:apotheon:apotheon.com} {sentby:smtp auth 24.8.180.234 authed with perrin@apotheon.com} Cc: Subject: Re: Browser 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, 04 Jan 2012 16:54:29 -0000 On Wed, Jan 04, 2012 at 07:17:47AM -0500, Daniel Lewis wrote: > Im running Free BSD 8.2 and was wondering whats a good web browser for > version 8.2? > Where and how would we install it? ( Im really new to unix) There are at least as many answers to this as there are browsers, and probably quite a few more answers than that. For minimalist browsers in the X Window System environment, I quite like Surf. For its incredibly rich extension system, I use Firefox (and extensions such as Pentadactyl, Perspectives, HTTPS Everywhere, and Scrapbook). For a combination of excellent GUI design, smooth built-in features, and stability (relative to Firefox), Chromium is a good choice (that's the open source project behind Google Chrome). For a relatively lightweight, modular design that offers an interesting alternative interface for people who prefer keyboard navigation rather than mouse navigation, there's Uzbl (though the Pentadactyl extension for Firefox offers some of the same benefits). For the most complete feature set of any console-based browser I've used (which means I don't necessarily need a running X Window System session to use it), there's w3m. Some OpenBSD people have started working on the xxxterm project, which looks quite promising to me, and I intend to give it a serious look very soon. There are others as well. Others have already mentioned Epiphany, Midori, and Opera. Lynx and Links are a couple more console-based browsers. In addition to Firefox, the Mozilla guys also offer SeaMonkey. Konqueror is the canonical choice amongst KDE users, I think, and Flock has a small but dedicated following. Conkeror, despite the similarity of its name to Konqueror, is not a KDE browser; instead, it appears to be a Firefox variant specifically designed for keyboard navigation (with a less vi-like set of default keybindings than Pentadactyl provides). I think NetSurf is a popular browser for the Haiku OS, but has been ported to other OSes such as FreeBSD. I don't have a favorite. All browsers I have encountered disappoint me in some way (though I hold hope for xxxterm when I get around to giving it a try). Each of the browsers I mentioned in their own paragraphs are browsers that I use at least occasionally, except for xxxterm -- which gets its own mention basically because it looks promising. For the negatives: Surf - It's so feature-minimal that I would need to build a bunch of custom scripts to interact with it and give me the functionality I need. I have not tried yet. Firefox - It's getting huge, bloated, and unstable for my purposes, and its recent rapid iteration model regularly breaks the very things that keep me using it at all: the extensions. Chromium - The extension system is (intentionally) brain-dead. Uzbl - It's a bit of a pain in the butt to configure to my preferences, and the extension "system" is very, very ad-hoc. I like some of the principles of the underlying architecture, but in practice I do not think it is as well executed as it should have been. w3m - I find its keyboard navigation capabilities somewhat less than convenient and, as a console-based browser, that's kind of a fatal flaw. It's still better than any other console-based browser I've used though. Then, of course, there's the fact that it lacks the conveniences of the major GUI browsers (plugin support, for instance). xxxterm - It's not in FreeBSD's ports system (yet), and I don't need a new custom software installation project this week. Beyond that, I don't know what I may or may not dislike about it. the stuff in the paragraph listing a bunch of browsers - I like all of these less than any of the browsers I mentioned before this paragraph, for a variety of reasons. I hope that helps, in conjunction with the advice others provide. -- Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]