SSH连接WSL2本地环境
linux之SSH连接WSL2本地环境的操作方式
目录安装WSLSSH 连接 WSL2 本地环境的完整步骤1. 安装openssh-server 和 net-tools2. 配置 sshd3. 启动 SSH 服务4. 免密登录5. 配置 Windows SSH 客户端总结安装WSL[详细]
2025-05-30 10:02 分类:运维How to change the default branch to push in mercurial?
I like creating named branches in Mercurial to deal with features that might take a while to code, so when I push I do a hg push -r default to ensure I\'m only pushing changes to the default branch. H[详细]
2022-12-29 02:26 分类:问答