↓
跳过正文
什么阿猫阿狗的
技术
宋词
日志
标签
林浅喜
技术
宋词
日志
标签
林浅喜
Windows
WSL网络连接问题
2023-08-31
·
300 字
tech
Windows
Ubuntu
WSL
问题 # 环境:wsl1 子系统:ubuntu20.04 windo
SSH连接复用配置
2023-01-09
·
313 字
tech
SSH
Windows
SSH配置 # # cd ~/.ssh # mkdir socks # vim config 增加如下内容 Host * KeepAlive yes ServerAliveInterval 60 ControlMaster auto ControlPersist