]> fred1m.tech Git - papier-crayon.git/blobdiff - source/p46/index.md
Un troisième navigateur "CLI"
[papier-crayon.git] / source / p46 / index.md
index 05be89bc3b2903a67087a8dc03051635ef8bdd3f..4f080c7bef9e936a0aaebf663b3ab5347d8621d0 100644 (file)
 
 ### Semaine 441
 
-* consolider les livrables
+* consolider les livrables (système de fichiers de l'hôte `www`)
     * `~/public_html/index.html`
     * `~/public_html/b1CLI/index.html`
     * `~/.bash_aliases`
     * `~/public_html/b1CLI/preuveA.tty`
+
+### Semaine 448
+
+L'hôte `www` fournit `lynx`, `w3m` et `links`. En pratique, comparer ces
+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/
+fred@tjener:~$ links -https-proxy www:3128 https://fred1m.tech/~fred/papier-crayon/html
+```