From: Fred LE MEUR Date: Wed, 27 Nov 2024 11:14:08 +0000 (+0100) Subject: Navigateur web en CLI X-Git-Url: https://fred1m.tech/gitweb/papier-crayon.git/commitdiff_plain/2409ac622aa9cb2c831fccd28dca640e3fee3715?hp=27b17b5323f94b169b9d6264e5fdf56a22a156f2 Navigateur web en CLI --- diff --git a/source/p46/index.md b/source/p46/index.md index f68a12a..ef49766 100644 --- a/source/p46/index.md +++ b/source/p46/index.md @@ -20,3 +20,13 @@ * `~/public_html/b1CLI/index.html` * `~/.bash_aliases` * `~/public_html/b1CLI/preuveA.tty` + +### Semaine 448 + +L'hôte `www` fournit `lynx` et `w3m`. En pratique, comparer ces deux +solutions. + +``` +fred@tjener:~$ https_proxy=http://www:3128 lynx https://fred1m.tech/~fred/papier-crayon/html/ +fred@tjener:~$ https_proxy=http://www:3128 w3m https://fred1m.tech/~fred/papier-crayon/html/ +```