From owner-freebsd-questions@freebsd.org Fri Feb 15 16:19:55 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC5CF14DFEAD for ; Fri, 15 Feb 2019 16:19:55 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from bede.qeng-ho.org (bede.qeng-ho.org [217.155.128.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0B2070656 for ; Fri, 15 Feb 2019 16:19:54 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from arthur.home.qeng-ho.org (arthur.home.qeng-ho.org [172.23.1.2]) by bede.qeng-ho.org (Postfix) with ESMTP id 2DD5710645; Fri, 15 Feb 2019 16:19:53 +0000 (GMT) Subject: Re: "Smartness-free" web browser? To: Valeri Galtsev , FreeBSD Mailing List References: <4fc0f22a-c901-aa8c-e083-adbeef12a525@kicp.uchicago.edu> From: Arthur Chance Message-ID: Date: Fri, 15 Feb 2019 16:19:53 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: <4fc0f22a-c901-aa8c-e083-adbeef12a525@kicp.uchicago.edu> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: C0B2070656 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of freebsd@qeng-ho.org designates 217.155.128.241 as permitted sender) smtp.mailfrom=freebsd@qeng-ho.org X-Spamd-Result: default: False [-1.71 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.98)[-0.979,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:217.155.128.240/29]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[qeng-ho.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: mx1.mythic-beasts.com]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.05)[-0.050,0]; SUBJECT_ENDS_QUESTION(1.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:13037, ipnet:217.155.0.0/16, country:GB]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-0.37)[asn: 13037(-1.78), country: GB(-0.09)]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2019 16:19:55 -0000 On 15/02/2019 15:36, Valeri Galtsev wrote: > > > On 2/15/19 9:23 AM, Arthur Chance wrote: >> On 15/02/2019 15:18, Valeri Galtsev wrote: >>> Dear Experts, >>> >>> I am looking for "Smartness-free" web browser. In the past I was using >>> midori, but today I was bitten in my backside by "smartness" introduced >>> into latest midori. >>> >>> Why. I have a bunch of machines with older 3ware RAIDs. The last I loved >>> for having web interface. To the contrary to command line, especially in >>> case of hardware RAID management, it is much more difficult to screw up >>> when using GUI. >>> >>> In the past, when firefox went all the way about SSL certificates, >>> midori was my life preserver. I do access these RAID web interfaces >>> locally, and I do know what's going on inside these machines... I can >>> disable SSL in 3ware RAID daemon (this time it just doesn't accept >>> certificates 3ware daemon presents - to way for me to affect that that I >>> can find) but... I just don't like some piece of software thinking it is >>> smarter than I am when I use it. Dough. >>> >>> Any suggestions, anybody? >> >> Depending on how much graphic decoration the GUI uses, maybe a text >> based browser like lynx might serve your needs? >> > > Thanks for suggestion! > > Alas, 3ware uses frames which lunx doesn't support... In which case, maybe links (www/links). From its features list > Tables, frames in both graphics and text mode, built-in image display in graphics mode. Please note, I haven't used it, I'm just going by its documentation. -- Always learn from the mistakes of others, because you won't live long enough to learn from making all possible mistakes yourself.