macOS tools moving to my git

This commit is contained in:
2026-05-10 12:53:30 -07:00
parent 61c0d4b5f1
commit 83156ea9e8
101 changed files with 3011 additions and 0 deletions

7
proxtun Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
#ssh -p 5963 -C2TnNv -D 8050 -i ~/svn/d27n/ec2/id_rsa-gsg-keypair ubuntu@d27n.com
#Proxy
ssh -p 5963 -f -C -q -N -D 8151 -i ~/svn/d27n/ec2/id_rsa-gsg-keypair ubuntu@d27n.com
#Tunnel
#ssh -p 5963 localhost:8152:d27n.com:5963 -i ~/svn/d27n/ec2/id_rsa-gsg-keypair ubuntu@d27n.com
#ssh -p 5963 -Cv -D 8050 -i ~/svn/d27n/ec2/id_rsa-gsg-keypair ubuntu@d27n.com