While my novies script was born a few days ago, it already is rewritten to destruction. At least at the moment.
Rewriting is getting rid of intermediate files and will store all fluid information in accociative arrays, so that the entire execution can be done from memory.
So keep an eye on https://codeberg.org/oxo/tool/src/branch/main/novies as it will receive iterative updates shortly.
If you can't do it at a TTY, it's not worth doing!
</curmudgeon-mode>
For those to whom this may be useful:
Setting a SOCKS5 proxy in the terminal:
ssh -D 8080 [email protected]
export http_proxy="socks5://127.0.0.1:8080"
export https_proxy="socks5://127.0.0.1:8080"or, alternativelyexport http_proxy="socks5://[proxy.server]:666"
export https_proxy="socks5://[proxy.server]:666"#linux #cli #comandline #commandlinefu #proxy #socks5#GaryExplains - #Sudo for #Windows - How to Enable it, and How to Use it

Envie de gagner en productivité dans vos lignes de commande ?
Ce post déborde d'outils intéressants