X-Git-Url: https://fred1m.tech/gitweb/papier-crayon.git/blobdiff_plain/ce5762156e6a42030115e26c300bc294ef0d57f1..69b1f429a09054f3df3f97c8081f76c164555662:/source/p46/index.md diff --git a/source/p46/index.md b/source/p46/index.md index 6e6d880..4f080c7 100644 --- a/source/p46/index.md +++ b/source/p46/index.md @@ -10,7 +10,24 @@ * `ssh www` * `cd public_html` * `https://www/~identifi` +* [Prémisses](https://www/~fred/p46/b1CLI) +* *intégration "sportive"* ### Semaine 441 -* ... +* 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 +```