note:thu_jun_19_2025

This is an old revision of the document!


replace netcat with socat

# original
ProxyCommand nc -v -x 127.0.0.1:7890 %h %p
# new
ProxyCommand socat - PROXY:127.0.0.1:%h:%p,proxyport=7890
# new with verbose
ProxyCommand socat -v - PROXY:127.0.0.1:%h:%p,proxyport=7890

The type hierarchy in TypeScript

Mermaid

  • note/thu_jun_19_2025.1750325377.txt.gz
  • Last modified: 2025/06/19 09:29
  • by root1