摘要: 在cmd中一行同时运行2个或2个以上命令,有2种方法: 1)使用& command1 & command2 ,2个command之间没有逻辑关系 2)使用&& command1 && command2 ,command1执行成后后才能执行command2 windows cmd命令在命令无法在一行完 阅读全文
posted @ 2020-11-04 19:33 helloweifa 阅读(7712) 评论(0) 推荐(0) 编辑
摘要: ubuntu手动安装shinobi: apt install git -y git clone https://gitlab.com/Shinobi-Systems/Shinobi.git Shinobi cd Shinobi chmod +x INSTALL/ubuntu.sh && INSTAL 阅读全文
posted @ 2020-11-04 18:57 helloweifa 阅读(852) 评论(0) 推荐(0) 编辑
摘要: 目前可以通过wsl(通过-d参数来指定特定的wsl子系统)或者对应的wsl系统exe文件来启动wsl系统。需要注意的是bash命令只能启动默认的wsl系统 wsconfig 命令是用来管理wsl系统的,比如wsconfig /t来停止指定的wsl系统 阅读全文
posted @ 2020-11-04 17:48 helloweifa 阅读(2284) 评论(0) 推荐(1) 编辑
摘要: 请确保运行的是 Windows 版本 16215 或更高版本 另外说法:Windows Server 1709之后的版本也可以使用。 按照win10系统和win server 2019系统的相关性,目前除了win10外,只有win server 2019可以启动wsl功能,win server 20 阅读全文
posted @ 2020-11-04 15:40 helloweifa 阅读(673) 评论(0) 推荐(0) 编辑
摘要: 官网摘录的wsl子系统下载地址: Ubuntu 20.04 https://aka.ms/wslubuntu2004 Ubuntu 20.04 ARM https://aka.ms/wslubuntu2004arm Ubuntu 18.04 https://aka.ms/wsl-ubuntu-180 阅读全文
posted @ 2020-11-04 15:38 helloweifa 阅读(1723) 评论(0) 推荐(0) 编辑