偶尔在启动 IDEA 或 PyCharm 时会失败并报错:java.net.BindException: Address already in use: bind。
偶尔在启动 IDEA 或 PyCharm 时会失败并报错:java.net.BindException: Address already in use: bind。
使用笔记本开发时性能有限,内存容量也不支持拉起太多服务,还是使用高配 Windows PC 上的 WSL 2 开发起来比较方便。与 Linux 相比,Windows 上的 OpenSSH 服务端功能在登录验证时有着自己的特性,值得记录下。整个登录链路结构如下:
---
config:
theme: 'base'
themeVariables:
darkMode: true
fontSize: 16px
primaryColor: '#000'
primaryTextColor: '#fff'
primaryBorderColor: '#02d7f2'
lineColor: '#fcee09'
tertiaryColor: '#0d0d0d'
tertiaryBorderColor: '#cdcdcd'
---
flowchart LR
subgraph Tailscale
direction LR
A
B
subgraph PC
direction LR
B
C
end
end
A["Laptop"] e1@-- SSH --> B["Windows"]
B e2@-- 本地进程通信 --> C["WSL2"]
e1@{ animate: true }
e2@{ animate: true }WSL 1 和 WSL 2 有哪些关键不同?以及使用 Linux 工具链时,如何获取最大的文件性能?