RubyYoung

导航

2021年5月16日 #

set: Illegal option -解决方案

摘要: Q: 终端运行.sh报错:***.sh: 2: set: Illegal option - A: solution:Remove trailing \r character that causes this error! 命令: sed -i 's/\r$//' filename 参考: https 阅读全文

posted @ 2021-05-16 19:58 RubyYoung 阅读(2239) 评论(0) 推荐(0)

Microsoft Store安装Linux直接安装到C盘,导致C盘占用过大问题

摘要: Q: 由于Microsoft Store安装Linux直接安装到C盘,导致C盘占用过大 A: 从以下网址下载安装包, Manually download Windows Subsystem for Linux distro packages 扩展名改成zip,解压放到D盘,打开unubtu.exe安 阅读全文

posted @ 2021-05-16 18:29 RubyYoung 阅读(531) 评论(0) 推荐(0)