logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

WSL2 请启用虚拟机平台 Windows 功能并确保在 BIOS 中启用虚拟化

看了下https://www.cnblogs.com/venusian/p/11726958.html以管理员模式启动CMD,bcdedit /set hypervisorlaunchtype auto执行一下,重启电脑。WSL2又能开机了。

win10 docker desktop没有advanced选项

setting - Use the WSL 2 based engine取消勾选后就有了

#docker
WSL2 的docker里使用显卡的安装

懒得看的话直接跳到结论1 先根据这里https://docs.microsoft.com/zh-cn/windows/wsl/install-win10#simplified-installation-for-windows-insiders简化安装了WSL,在安装过程中出现了如下报错,我没有去管他。0x80072efe2 继续根据上述网址去microsoft store 安装了ubuntu180

#docker
WSL2 网络不可用 ping:: Temporary failure in name resolution

突然有一天,WSL虚拟机的网络不可用了。Ping报错ping: www.baidu.com: Temporary failure in name resolution参考了这篇博客link.后我这里的解决方法如下:1 打开/etc/wsl.conf看看(这里我打开的时候就已经跟上述博客的内容一样了)2 sudovi /etc/resolv.conf 这样写(这个IP估计要写DNS的IP,我直接写了

#网络#linux#运维
WSL2 请启用虚拟机平台 Windows 功能并确保在 BIOS 中启用虚拟化

看了下https://www.cnblogs.com/venusian/p/11726958.html以管理员模式启动CMD,bcdedit /set hypervisorlaunchtype auto执行一下,重启电脑。WSL2又能开机了。

json exception type_error 305 cannot use operator() with a string argument with string

我在使用https://github.com/nlohmann/json#json-as-first-class-data-type这个C++ JSON库时出现了如标题所示的错误。检查发现是因为我先定义了nlohmann::json j然后赋值,比如j[“data”] = “abc”然后我在没有j.clear()的情况下就又一次赋值j[“data”][“type”] = "someType"这样了

WSL2 网络不可用 ping:: Temporary failure in name resolution

突然有一天,WSL虚拟机的网络不可用了。Ping报错ping: www.baidu.com: Temporary failure in name resolution参考了这篇博客link.后我这里的解决方法如下:1 打开/etc/wsl.conf看看(这里我打开的时候就已经跟上述博客的内容一样了)2 sudovi /etc/resolv.conf 这样写(这个IP估计要写DNS的IP,我直接写了

#网络#linux#运维
到底了