12 2021 档案

摘要:下载 基于PowerShell的OpenSSH: https://github.com/PowerShell/Win32-OpenSSH/releases 参考:https://www.cnblogs.com/wrxiang/p/15145288.html 安装 PS C:\Users\Admini 阅读全文
posted @ 2021-12-12 17:22 天下行走87 阅读(535) 评论(0) 推荐(0)
摘要:乱码原因 Windows的cmd.exe默认编码格式为ANSI。简体中文版的Windows, 其ANSI对应微软Codepage为cp936 如果你的bat文件是UTF-8编码的, 或者是是其他Codepage下创建的, 当bat文件编码与当前cmd环境不一致时, 双击执行时就会乱码 解决方法 临时 阅读全文
posted @ 2021-12-12 15:23 天下行走87 阅读(14276) 评论(0) 推荐(1)
摘要:官方网站 https://ohmyz.sh/#install 主题美化 https://github.com/ohmyzsh/ohmyzsh/wiki/Themes 安装 zsh # 安装 $ sudo apt-get install zsh # 应用 $ chsh -s /bin/zsh 安装方式 阅读全文
posted @ 2021-12-05 15:39 天下行走87 阅读(311) 评论(0) 推荐(0)